Home
last modified time | relevance | path

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

1234

/include/linux/
Ddevice.h1257 struct device { struct
1259 struct device *parent; argument
1261 struct device_private *p; argument
1263 const char *init_name; /* initial name of the device */ argument
1264 const struct device_type *type; argument
1266 struct bus_type *bus; /* type of bus device is on */ argument
1267 struct device_driver *driver; /* which driver has allocated this argument
1269 void *platform_data; /* Platform specific data, device argument
1271 void *driver_data; /* Driver data, set and get with
1295 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
[all …]
Dfirmware.h60 struct device *device) in request_firmware()
67 struct device *device) in firmware_request_nowarn()
74 const char *name, struct device *device, gfp_t gfp, void *context, in request_firmware_nowait()
86 struct device *device) in request_firmware_direct()
92 const char *name, struct device *device, void *buf, size_t size) in request_firmware_into_buf()
Dphonet.h17 uint8_t device; member
Dcomponent.h119 int (*compare)(struct device *, void *), void *compare_data) in component_match_add()
Dpci.h302 unsigned short device; member
1667 unsigned int device, in pci_get_device()
1672 unsigned int device, in pci_get_subsys()
1878 u16 device; /* Or PCI_ANY_ID */ member
1900 #define __DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
1909 #define DECLARE_PCI_FIXUP_SECTION(sec, name, vendor, device, class, \ argument
1915 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
1922 #define DECLARE_PCI_FIXUP_CLASS_EARLY(vendor, device, class, \ argument
1926 #define DECLARE_PCI_FIXUP_CLASS_HEADER(vendor, device, class, \ argument
1930 #define DECLARE_PCI_FIXUP_CLASS_FINAL(vendor, device, class, \ argument
[all …]
Disapnp.h90 static inline int isapnp_cfg_begin(int csn, int device) { return -ENODEV; } in isapnp_cfg_begin()
96 unsigned short device, in pnp_find_card()
Dof_address.h62 static inline void __iomem *of_io_request_and_map(struct device_node *device, in of_io_request_and_map()
130 static inline void __iomem *of_iomap(struct device_node *device, int index) in of_iomap()
Dof_irq.h28 static inline int of_irq_parse_oldworld(struct device_node *device, int index, in of_irq_parse_oldworld()
Dmic_bus.h22 __u32 device; member
Dfirewire.h85 struct device *device; member
190 struct device device; member
214 static inline int fw_device_is_shutdown(struct fw_device *device) in fw_device_is_shutdown()
225 struct device device; member
/include/drm/
Ddrm_of.h54 int (*compare)(struct device *, void *), in drm_of_component_match_add()
61 int (*compare_of)(struct device *, void *), in drm_of_component_probe()
/include/acpi/
Dvideo.h71 static inline int acpi_video_get_edid(struct acpi_device *device, int type, in acpi_video_get_edid()
87 static inline int acpi_video_get_levels(struct acpi_device *device, in acpi_video_get_levels()
/include/rdma/
Dib_verbs.h170 struct ib_device *device; member
719 struct ib_device *device; member
731 struct ib_device *device; member
1458 struct ib_device *device; member
1503 struct ib_device *device; member
1517 struct ib_device *device; member
1526 struct ib_device *device; member
1543 struct ib_device *device; member
1565 struct ib_device *device; member
1611 struct ib_device *device; member
[all …]
Drdma_counter.h37 struct ib_device *device; member
/include/uapi/linux/
Dedd.h116 __u8 device; member
123 __u8 device; member
158 __u8 device; member
174 __u8 device; member
Dnetrom.h28 char device[16]; member
Dx25.h75 char device[200-sizeof(unsigned long)]; member
97 char device[200]; member
/include/media/
Ddvb_net.h51 struct net_device *device[DVB_NET_DEVICES_MAX]; member
/include/sound/
Dcompress_driver.h68 struct snd_compr *device; member
143 int device; member
Dhda_component.h50 int (*match_master)(struct device *, in snd_hdac_acomp_init()
Dseq_device.h17 int device; /* device number */ member
Dseq_virmidi.h45 int device; /* sequencer device */ member
Dhwdep.h42 int device; member
/include/linux/iio/
Dsw_device.h31 struct iio_dev *device; member
/include/linux/hsi/
Dhsi.h127 struct device device; member
222 struct device device; member
270 struct device device; member

1234