Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 80) sorted by relevance

1234

/include/linux/
Ddevice.h784 struct device { struct
785 struct device *parent; argument
787 struct device_private *p; argument
790 const char *init_name; /* initial name of the device */ argument
791 const struct device_type *type; argument
797 struct bus_type *bus; /* type of bus device is on */ argument
798 struct device_driver *driver; /* which driver has allocated this argument
800 void *platform_data; /* Platform specific data, device argument
818 int numa_node; /* NUMA node this device is close to */ argument
820 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
[all …]
Dfirmware.h57 struct device *device) in request_firmware()
63 const char *name, struct device *device, gfp_t gfp, void *context, in request_firmware_nowait()
75 struct device *device) in request_firmware_direct()
81 const char *name, struct device *device, void *buf, size_t size) in request_firmware_into_buf()
Dphonet.h30 uint8_t device; member
Dcomponent.h42 int (*compare)(struct device *, void *), void *compare_data) in component_match_add()
Dpci.h271 unsigned short device; member
1527 unsigned int device, in pci_get_device()
1532 unsigned int device, in pci_get_subsys()
1682 u16 device; /* You can use PCI_ANY_ID here of course */ member
1700 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
1706 #define DECLARE_PCI_FIXUP_CLASS_EARLY(vendor, device, class, \ argument
1710 #define DECLARE_PCI_FIXUP_CLASS_HEADER(vendor, device, class, \ argument
1714 #define DECLARE_PCI_FIXUP_CLASS_FINAL(vendor, device, class, \ argument
1718 #define DECLARE_PCI_FIXUP_CLASS_ENABLE(vendor, device, class, \ argument
1722 #define DECLARE_PCI_FIXUP_CLASS_RESUME(vendor, device, class, \ argument
[all …]
Disapnp.h105 static inline int isapnp_cfg_begin(int csn, int device) { return -ENODEV; } in isapnp_cfg_begin()
111 unsigned short device, in pnp_find_card()
Dof_address.h59 static inline void __iomem *of_io_request_and_map(struct device_node *device, in of_io_request_and_map()
121 static inline void __iomem *of_iomap(struct device_node *device, int index) in of_iomap()
Dbsg.h24 void (*release)(struct device *)) in bsg_register_queue()
Dnode.h82 #define to_node(device) container_of(device, struct node, dev) argument
Dof_irq.h27 static inline int of_irq_parse_oldworld(struct device_node *device, int index, in of_irq_parse_oldworld()
Dmic_bus.h33 __u32 device; member
Dpcieport_if.h32 struct device device; /* Generic Device Interface */ member
Dfirewire.h84 struct device *device; member
189 struct device device; member
213 static inline int fw_device_is_shutdown(struct fw_device *device) in fw_device_is_shutdown()
224 struct device device; member
/include/acpi/
Dvideo.h59 static inline int acpi_video_get_edid(struct acpi_device *device, int type, in acpi_video_get_edid()
75 static inline int acpi_video_get_levels(struct acpi_device *device, in acpi_video_get_levels()
/include/rdma/
Dib_verbs.h585 struct ib_device *device; member
597 struct ib_device *device; member
1333 struct ib_device *device; member
1388 struct ib_device *device; member
1401 struct ib_device *device; member
1410 struct ib_device *device; member
1424 struct ib_device *device; member
1440 struct ib_device *device; member
1468 struct ib_device *device; member
1500 struct ib_device *device; member
[all …]
/include/drm/
Ddrm_of.h30 int (*compare_of)(struct device *, void *), in drm_of_component_probe()
/include/uapi/linux/
Dedd.h115 __u8 device; member
122 __u8 device; member
157 __u8 device; member
173 __u8 device; member
Dnetrom.h27 char device[16]; member
Dx25.h74 char device[200-sizeof(unsigned long)]; member
96 char device[200]; member
/include/sound/
Dcompress_driver.h81 struct snd_compr *device; member
156 int device; member
Dseq_device.h31 int device; /* device number */ member
Dseq_virmidi.h58 int device; /* sequencer device */ member
Dhwdep.h57 int device; member
/include/linux/iio/
Dsw_device.h34 struct iio_dev *device; member
/include/linux/hsi/
Dhsi.h140 struct device device; member
235 struct device device; member
283 struct device device; member

1234