Home
last modified time | relevance | path

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

1234

/include/linux/
Ddevice.h889 struct device { struct
890 struct device *parent; argument
892 struct device_private *p; argument
895 const char *init_name; /* initial name of the device */ argument
896 const struct device_type *type; argument
902 struct bus_type *bus; /* type of bus device is on */ argument
903 struct device_driver *driver; /* which driver has allocated this argument
905 void *platform_data; /* Platform specific data, device argument
924 int numa_node; /* NUMA node this device is close to */ argument
927 u64 *dma_mask; /* dma mask (if dma'able device) */ argument
[all …]
Dfirmware.h58 struct device *device) in request_firmware()
64 const char *name, struct device *device, gfp_t gfp, void *context, in request_firmware_nowait()
76 struct device *device) in request_firmware_direct()
82 const char *name, struct device *device, void *buf, size_t size) in request_firmware_into_buf()
Dphonet.h30 uint8_t device; member
Dcomponent.h43 int (*compare)(struct device *, void *), void *compare_data) in component_match_add()
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.h60 static inline void __iomem *of_io_request_and_map(struct device_node *device, in of_io_request_and_map()
122 static inline void __iomem *of_iomap(struct device_node *device, int index) in of_iomap()
Dbsg.h25 void (*release)(struct device *)) in bsg_register_queue()
Dpci.h302 unsigned short device; member
1612 unsigned int device, in pci_get_device()
1617 unsigned int device, in pci_get_subsys()
1805 u16 device; /* You can use PCI_ANY_ID here of course */ member
1823 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
1829 #define DECLARE_PCI_FIXUP_CLASS_EARLY(vendor, device, class, \ argument
1833 #define DECLARE_PCI_FIXUP_CLASS_HEADER(vendor, device, class, \ argument
1837 #define DECLARE_PCI_FIXUP_CLASS_FINAL(vendor, device, class, \ argument
1841 #define DECLARE_PCI_FIXUP_CLASS_ENABLE(vendor, device, class, \ argument
1845 #define DECLARE_PCI_FIXUP_CLASS_RESUME(vendor, device, class, \ argument
[all …]
Dhmm.h427 struct device *device; member
487 struct device device; member
Dnode.h116 #define to_node(device) container_of(device, struct node, dev) argument
Dof_irq.h28 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.h33 struct device device; /* Generic Device Interface */ member
/include/drm/
Ddrm_of.h43 int (*compare)(struct device *, void *), in drm_of_component_match_add()
50 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.h638 struct ib_device *device; member
650 struct ib_device *device; member
1455 struct ib_device *device; member
1517 struct ib_device *device; member
1530 struct ib_device *device; member
1539 struct ib_device *device; member
1555 struct ib_device *device; member
1572 struct ib_device *device; member
1618 struct ib_device *device; member
1660 struct ib_device *device; member
[all …]
/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/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