/* include/video/platform_lcd.h * * Copyright 2008 Simtec Electronics * Ben Dooks * * Generic platform-device LCD power control interface. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * */ struct plat_lcd_data; struct fb_info; struct plat_lcd_data { int (*probe)(struct plat_lcd_data *); void (*set_power)(struct plat_lcd_data *, unsigned int power); int (*match_fb)(struct plat_lcd_data *, struct fb_info *); }; ='header'> cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/net/netlink.h
on value='2'>2
AgeCommit message (Expand)AuthorFilesLines
2017-02-04net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern1-0/+1
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-01-19 16:55:57 +0100
committerSagi Grimberg <sagi@grimberg.me>2017-01-26 17:49:14 +0200
commit19e420bb4076ace670addc55300e3b8c4a02dfc6 (patch)
treeba40aad7ab4fb28c0eafd0ee84959589f444f58d /drivers/usb/phy
parent748ff8408f8e208f279ba221e5c12612fbb4dddb (diff)
nvme-fc: use blk_rq_nr_phys_segments
Without this deallocate won't work properly due to the mismatch of the bio/request size and the actual payload size. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: James Smart <james.smart@broadcom.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
Diffstat (limited to 'drivers/usb/phy')