Searched defs:dev_id (Results 1 - 19 of 19) sorted by path

/include/linux/
H A Data.h866 static inline bool ata_drive_40wire(const u16 *dev_id) argument
868 if (ata_id_is_sata(dev_id))
870 if ((dev_id[ATA_ID_HW_CONFIG] & 0xE000) == 0x6000)
875 static inline bool ata_drive_40wire_relaxed(const u16 *dev_id) argument
877 if ((dev_id[ATA_ID_HW_CONFIG] & 0x2000) == 0x2000)
882 static inline int atapi_cdb_len(const u16 *dev_id) argument
884 u16 tmp = dev_id[ATA_ID_CONFIG] & 0x3;
892 static inline int atapi_command_packet_set(const u16 *dev_id) argument
894 return (dev_id[ATA_ID_CONFIG] >> 8) & 0x1f;
897 static inline bool atapi_id_dmadir(const u16 *dev_id) argument
[all...]
H A Dclkdev.h22 const char *dev_id; member in struct:clk_lookup
29 .dev_id = d, \
H A Ddmaengine.h280 * @dev_id: parent dma_device dev_id
281 * @idr_ref: reference count to gate release of dma_device dev_id
286 int dev_id; member in struct:dma_chan_dev
594 * @dev_id: unique device ID
634 int dev_id; member in struct:dma_device
H A Dinterrupt.h94 * @dev_id: cookie to identify the device
107 void *dev_id; member in struct:irqaction
120 extern irqreturn_t no_action(int cpl, void *dev_id);
136 unsigned long flags, const char *name, void *dev_id);
151 void *dev_id);
155 unsigned long irqflags, const char *devname, void *dev_id)
158 devname, dev_id);
164 const char *devname, void *dev_id);
166 extern void devm_free_irq(struct device *dev, unsigned int irq, void *dev_id);
191 extern void irq_wake_thread(unsigned int irq, void *dev_id);
154 devm_request_irq(struct device *dev, unsigned int irq, irq_handler_t handler, unsigned long irqflags, const char *devname, void *dev_id) argument
[all...]
H A Dnetdevice.h1335 * @dev_id: Used to differentiate devices that share
1540 unsigned short dev_id; member in struct:net_device
H A Domap-dma.h236 int dev_id; member in struct:omap_dma_lch
297 extern int omap_request_dma(int dev_id, const char *dev_name,
H A Dpwm.h275 const char *dev_id; member in struct:pwm_lookup
285 .dev_id = _dev_id, \
H A Drio.h213 void (*mcback) (struct rio_mport * mport, void *dev_id, int mbox, int slot);
221 * @dev_id: Device specific pointer to pass on event
226 void (*dinb) (struct rio_mport *mport, void *dev_id, u16 src, u16 dst, u16 info);
227 void *dev_id; member in struct:rio_dbell
348 int (*open_outb_mbox)(struct rio_mport *mport, void *dev_id,
351 int (*open_inb_mbox)(struct rio_mport *mport, void *dev_id,
H A Dvlynq.h63 u32 id, dev_id; member in struct:vlynq_device
/include/linux/gpio/
H A Dmachine.h35 const char *dev_id; member in struct:gpiod_lookup_table
/include/linux/mtd/
H A Dnand.h736 { .name = (nm), {{ .dev_id = (devid) }}, .pagesize = 512, \
750 { .name = (nm), {{ .dev_id = (devid) }}, .chipsize = (chipsz), \
761 * @dev_id: the device ID (the second byte of the full chip ID array)
764 * @dev_id: device ID part of the full chip ID array (refers the same memory
792 uint8_t dev_id; member in struct:nand_flash_dev::__anon755::__anon756
/include/linux/ssb/
H A Dssb.h36 u16 dev_id; /* Device ID overriding e.g. PCI ID */ member in struct:ssb_sprom
/include/media/
H A Domap3isp.h156 const char *dev_id; member in struct:isp_platform_xclk
H A Dv4l2-clk.h28 const char *dev_id; member in struct:v4l2_clk
57 struct v4l2_clk *__v4l2_clk_register_fixed(const char *dev_id,
61 static inline struct v4l2_clk *v4l2_clk_register_fixed(const char *dev_id, argument
65 return __v4l2_clk_register_fixed(dev_id, id, rate, THIS_MODULE);
/include/net/bluetooth/
H A Dhci.h1791 __u16 dev_id; member in struct:hci_ev_si_device
H A Dhci_sock.h108 __u16 dev_id; member in struct:hci_dev_info
140 __u16 dev_id; member in struct:hci_dev_req
150 __u16 dev_id; member in struct:hci_conn_list_req
167 __u16 dev_id; member in struct:hci_inquiry_req
H A Drfcomm.h341 s16 dev_id; member in struct:rfcomm_dev_req
/include/scsi/
H A Dscsi_ioctl.h33 __u32 dev_id; member in struct:scsi_idlun
/include/sound/
H A Dinitval.h70 static irqreturn_t snd_legacy_empty_irq_handler(int irq, void *dev_id) argument

Completed in 223 milliseconds