Searched refs:_device (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/include/linux/ |
D | isapnp.h | 52 #define ISAPNP_CARD_ID(_va, _vb, _vc, _device) \ argument 53 .card_vendor = ISAPNP_VENDOR(_va, _vb, _vc), .card_device = ISAPNP_DEVICE(_device)
|
/linux-4.1.27/drivers/s390/crypto/ |
D | ap_bus.h | 48 #define AP_MKQID(_device, _queue) (((_device) & 63) << 8 | ((_queue) & 255)) argument
|
/linux-4.1.27/include/linux/amba/ |
D | bus.h | 141 struct amba_device name##_device = { \ 152 struct amba_device name##_device = { \
|
/linux-4.1.27/drivers/usb/serial/ |
D | usb-serial-simple.c | 28 static struct usb_serial_driver vendor##_device = { \
|
/linux-4.1.27/include/linux/mmc/ |
D | card.h | 387 #define SDIO_FIXUP(_vendor, _device, _fixup, _data) \ argument 390 _vendor, _device, \
|
/linux-4.1.27/arch/arm/mach-shmobile/ |
D | board-marzen.c | 237 static struct platform_device camera##idx##_device = { \
|
D | setup-r8a7779.c | 155 static struct platform_device r8a7779_gpio##idx##_device = { \ 203 static struct platform_device scif##index##_device = { \
|
D | setup-sh73a0.c | 88 static struct platform_device scif##index##_device = { \
|
D | setup-r8a7740.c | 219 static struct platform_device scif##index##_device = { \
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 151 for configuration - weight[_device] and leaf_weight[_device]. 160 configured by leaf_weight[_device]. Let's assume a blkio hierarchy
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_int.h | 2083 #define get_ldev_if_state(_device, _min_state) \ argument 2084 (_get_ldev_if_state((_device), (_min_state)) ? \ 2086 #define get_ldev(_device) get_ldev_if_state(_device, D_INCONSISTENT) argument
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | at32ap700x.c | 67 static struct platform_device _name##_id##_device = { \ 79 static struct platform_device _name##_id##_device = { \ 98 .dev = &devname##_device.dev, \
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 178 - blkio.leaf_weight[_device] 179 - Equivalents of blkio.weight[_device] for the purpose of
|
/linux-4.1.27/include/rdma/ |
D | ib_verbs.h | 432 #define INIT_IB_EVENT_HANDLER(_ptr, _device, _handler) \ argument 434 (_ptr)->device = _device; \
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | main.c | 5560 #define IS_PDEV(pdev, _vendor, _device, _subvendor, _subdevice) ( \ argument 5562 (pdev->device == _device) && \
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 1301 _device tree_ hierarchy.
|