Searched refs:devinfo (Results 1 - 25 of 30) sorted by relevance

12

/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.c98 static void brcmf_usb_rx_refill(struct brcmf_usbdev_info *devinfo,
109 return brcmf_usb_get_buspub(dev)->devinfo;
112 static int brcmf_usb_ioctl_resp_wait(struct brcmf_usbdev_info *devinfo) argument
114 return wait_event_timeout(devinfo->ioctl_resp_wait,
115 devinfo->ctl_completed,
119 static void brcmf_usb_ioctl_resp_wake(struct brcmf_usbdev_info *devinfo) argument
121 if (waitqueue_active(&devinfo->ioctl_resp_wait))
122 wake_up(&devinfo->ioctl_resp_wait);
126 brcmf_usb_ctl_complete(struct brcmf_usbdev_info *devinfo, int type, int status) argument
130 if (unlikely(devinfo
153 struct brcmf_usbdev_info *devinfo = local
165 struct brcmf_usbdev_info *devinfo = local
174 brcmf_usb_send_ctl(struct brcmf_usbdev_info *devinfo, u8 *buf, int len) argument
206 brcmf_usb_recv_ctl(struct brcmf_usbdev_info *devinfo, u8 *buf, int len) argument
243 struct brcmf_usbdev_info *devinfo = brcmf_usb_get_businfo(dev); local
272 struct brcmf_usbdev_info *devinfo = brcmf_usb_get_businfo(dev); local
301 brcmf_usb_deq(struct brcmf_usbdev_info *devinfo, struct list_head *q, int *counter) argument
320 brcmf_usb_enq(struct brcmf_usbdev_info *devinfo, struct list_head *q, struct brcmf_usbreq *req, int *counter) argument
385 brcmf_usb_del_fromq(struct brcmf_usbdev_info *devinfo, struct brcmf_usbreq *req) argument
399 struct brcmf_usbdev_info *devinfo = req->devinfo; local
421 struct brcmf_usbdev_info *devinfo = req->devinfo; local
448 brcmf_usb_rx_refill(struct brcmf_usbdev_info *devinfo, struct brcmf_usbreq *req) argument
480 brcmf_usb_rx_fill_all(struct brcmf_usbdev_info *devinfo) argument
493 brcmf_usb_state_change(struct brcmf_usbdev_info *devinfo, int state) argument
521 struct brcmf_usbdev_info *devinfo = brcmf_usb_get_businfo(dev); local
572 struct brcmf_usbdev_info *devinfo = brcmf_usb_get_businfo(dev); local
605 struct brcmf_usbdev_info *devinfo = brcmf_usb_get_businfo(dev); local
629 struct brcmf_usbdev_info *devinfo = local
636 brcmf_usb_dl_cmd(struct brcmf_usbdev_info *devinfo, u8 cmd, void *buffer, int buflen) argument
685 brcmf_usb_dlneeded(struct brcmf_usbdev_info *devinfo) argument
718 brcmf_usb_resetcfg(struct brcmf_usbdev_info *devinfo) argument
753 brcmf_usb_dl_send_bulk(struct brcmf_usbdev_info *devinfo, void *buffer, int len) argument
778 brcmf_usb_dl_writeimage(struct brcmf_usbdev_info *devinfo, u8 *fw, int fwlen) argument
864 brcmf_usb_dlstart(struct brcmf_usbdev_info *devinfo, u8 *fw, int len) argument
886 brcmf_usb_dlrun(struct brcmf_usbdev_info *devinfo) argument
937 brcmf_usb_fw_download(struct brcmf_usbdev_info *devinfo) argument
968 brcmf_usb_detach(struct brcmf_usbdev_info *devinfo) argument
1019 brcmf_usb_get_fwname(struct brcmf_usbdev_info *devinfo) argument
1040 brcmf_usb_attach(struct brcmf_usbdev_info *devinfo, int nrxq, int ntxq) argument
1106 brcmf_usb_bus_setup(struct brcmf_usbdev_info *devinfo) argument
1136 struct brcmf_usbdev_info *devinfo; local
1166 brcmf_usb_probe_cb(struct brcmf_usbdev_info *devinfo) argument
1213 brcmf_usb_disconnect_cb(struct brcmf_usbdev_info *devinfo) argument
1228 struct brcmf_usbdev_info *devinfo; local
1325 struct brcmf_usbdev_info *devinfo; local
1340 struct brcmf_usbdev_info *devinfo = brcmf_usb_get_businfo(&usb->dev); local
1354 struct brcmf_usbdev_info *devinfo = brcmf_usb_get_businfo(&usb->dev); local
1363 struct brcmf_usbdev_info *devinfo = brcmf_usb_get_businfo(&usb->dev); local
[all...]
H A Dpcie.c244 void (*ringbell)(struct brcmf_pciedev_info *devinfo);
256 struct brcmf_pciedev_info *devinfo; member in struct:brcmf_pcie_ringbuf
288 brcmf_pcie_read_reg32(struct brcmf_pciedev_info *devinfo, u32 reg_offset) argument
290 void __iomem *address = devinfo->regs + reg_offset;
297 brcmf_pcie_write_reg32(struct brcmf_pciedev_info *devinfo, u32 reg_offset, argument
300 void __iomem *address = devinfo->regs + reg_offset;
307 brcmf_pcie_read_tcm8(struct brcmf_pciedev_info *devinfo, u32 mem_offset) argument
309 void __iomem *address = devinfo->tcm + mem_offset;
316 brcmf_pcie_read_tcm16(struct brcmf_pciedev_info *devinfo, u32 mem_offset) argument
318 void __iomem *address = devinfo
325 brcmf_pcie_write_tcm16(struct brcmf_pciedev_info *devinfo, u32 mem_offset, u16 value) argument
335 brcmf_pcie_read_tcm32(struct brcmf_pciedev_info *devinfo, u32 mem_offset) argument
344 brcmf_pcie_write_tcm32(struct brcmf_pciedev_info *devinfo, u32 mem_offset, u32 value) argument
354 brcmf_pcie_read_ram32(struct brcmf_pciedev_info *devinfo, u32 mem_offset) argument
363 brcmf_pcie_write_ram32(struct brcmf_pciedev_info *devinfo, u32 mem_offset, u32 value) argument
373 brcmf_pcie_copy_mem_todev(struct brcmf_pciedev_info *devinfo, u32 mem_offset, void *srcaddr, u32 len) argument
418 brcmf_pcie_select_core(struct brcmf_pciedev_info *devinfo, u16 coreid) argument
443 brcmf_pcie_reset_device(struct brcmf_pciedev_info *devinfo) argument
493 brcmf_pcie_attach(struct brcmf_pciedev_info *devinfo) argument
510 brcmf_pcie_enter_download_state(struct brcmf_pciedev_info *devinfo) argument
529 brcmf_pcie_exit_download_state(struct brcmf_pciedev_info *devinfo, u32 resetintr) argument
544 brcmf_pcie_send_mb_data(struct brcmf_pciedev_info *devinfo, u32 htod_mb_data) argument
576 brcmf_pcie_handle_mb_data(struct brcmf_pciedev_info *devinfo) argument
609 brcmf_pcie_bus_console_init(struct brcmf_pciedev_info *devinfo) argument
630 brcmf_pcie_bus_console_read(struct brcmf_pciedev_info *devinfo) argument
666 brcmf_pcie_ringbell_v1(struct brcmf_pciedev_info *devinfo) argument
679 brcmf_pcie_ringbell_v2(struct brcmf_pciedev_info *devinfo) argument
687 brcmf_pcie_intr_disable(struct brcmf_pciedev_info *devinfo) argument
698 brcmf_pcie_intr_enable(struct brcmf_pciedev_info *devinfo) argument
713 struct brcmf_pciedev_info *devinfo = (struct brcmf_pciedev_info *)arg; local
729 struct brcmf_pciedev_info *devinfo = (struct brcmf_pciedev_info *)arg; local
742 struct brcmf_pciedev_info *devinfo = (struct brcmf_pciedev_info *)arg; local
764 struct brcmf_pciedev_info *devinfo = (struct brcmf_pciedev_info *)arg; local
790 brcmf_pcie_request_irq(struct brcmf_pciedev_info *devinfo) argument
826 brcmf_pcie_release_irq(struct brcmf_pciedev_info *devinfo) argument
869 struct brcmf_pciedev_info *devinfo = ring->devinfo; local
887 struct brcmf_pciedev_info *devinfo = ring->devinfo; local
905 struct brcmf_pciedev_info *devinfo = ring->devinfo; local
919 struct brcmf_pciedev_info *devinfo = ring->devinfo; local
937 struct brcmf_pciedev_info *devinfo = ring->devinfo; local
953 brcmf_pcie_init_dmabuffer_for_device(struct brcmf_pciedev_info *devinfo, u32 size, u32 tcm_dma_phys_addr, dma_addr_t *dma_handle) argument
977 brcmf_pcie_alloc_dma_and_ring(struct brcmf_pciedev_info *devinfo, u32 ring_id, u32 tcm_ring_phys_addr) argument
1037 brcmf_pcie_release_ringbuffers(struct brcmf_pciedev_info *devinfo) argument
1051 brcmf_pcie_init_ringbuffers(struct brcmf_pciedev_info *devinfo) argument
1149 brcmf_pcie_release_scratchbuffers(struct brcmf_pciedev_info *devinfo) argument
1163 brcmf_pcie_init_scratchbuffers(struct brcmf_pciedev_info *devinfo) argument
1241 struct brcmf_pciedev_info *devinfo = buspub->devinfo; local
1262 brcmf_pcie_init_share_ram_info(struct brcmf_pciedev_info *devinfo, u32 sharedram_addr) argument
1312 brcmf_pcie_get_fwnames(struct brcmf_pciedev_info *devinfo) argument
1370 brcmf_pcie_download_fw_nvram(struct brcmf_pciedev_info *devinfo, const struct firmware *fw, void *nvram, u32 nvram_len) argument
1440 brcmf_pcie_get_resource(struct brcmf_pciedev_info *devinfo) argument
1487 brcmf_pcie_release_resource(struct brcmf_pciedev_info *devinfo) argument
1530 struct brcmf_pciedev_info *devinfo = (struct brcmf_pciedev_info *)ctx; local
1539 struct brcmf_pciedev_info *devinfo = (struct brcmf_pciedev_info *)ctx; local
1548 struct brcmf_pciedev_info *devinfo = (struct brcmf_pciedev_info *)ctx; local
1568 struct brcmf_pciedev_info *devinfo = (struct brcmf_pciedev_info *)ctx; local
1586 struct brcmf_pciedev_info *devinfo = pcie_bus_dev->devinfo; local
1646 struct brcmf_pciedev_info *devinfo; local
1722 struct brcmf_pciedev_info *devinfo; local
1763 struct brcmf_pciedev_info *devinfo; local
1801 struct brcmf_pciedev_info *devinfo; local
[all...]
H A Dpcie.h21 struct brcmf_pciedev_info *devinfo; member in struct:brcmf_pciedev
H A Dusb.h36 struct brcmf_usbdev_info *devinfo; member in struct:brcmf_usbdev
48 struct brcmf_usbdev_info *devinfo; member in struct:brcmf_usbreq
/drivers/i2c/
H A Di2c-boardinfo.c72 struct i2c_devinfo *devinfo; local
74 devinfo = kzalloc(sizeof(*devinfo), GFP_KERNEL);
75 if (!devinfo) {
81 devinfo->busnum = busnum;
82 devinfo->board_info = *info;
83 list_add_tail(&devinfo->list, &__i2c_board_list);
/drivers/usb/storage/
H A Duas.c77 struct uas_dev_info *devinfo, gfp_t gfp);
80 static void uas_free_streams(struct uas_dev_info *devinfo);
86 struct uas_dev_info *devinfo = local
93 spin_lock_irqsave(&devinfo->lock, flags);
95 if (devinfo->resetting)
98 for (i = 0; i < devinfo->qdepth; i++) {
99 if (!devinfo->cmnd[i])
102 cmnd = devinfo->cmnd[i];
112 schedule_work(&devinfo->work);
115 spin_unlock_irqrestore(&devinfo
122 struct uas_dev_info *devinfo = cmnd->device->hostdata; local
129 uas_zap_pending(struct uas_dev_info *devinfo, int result) argument
237 struct uas_dev_info *devinfo = (void *)cmnd->device->hostdata; local
268 struct uas_dev_info *devinfo = (struct uas_dev_info *)shost->hostdata; local
363 struct uas_dev_info *devinfo = (void *)cmnd->device->hostdata; local
414 uas_alloc_data_urb(struct uas_dev_info *devinfo, gfp_t gfp, struct scsi_cmnd *cmnd, enum dma_data_direction dir) argument
437 uas_alloc_sense_urb(struct uas_dev_info *devinfo, gfp_t gfp, struct scsi_cmnd *cmnd) argument
463 uas_alloc_cmd_urb(struct uas_dev_info *devinfo, gfp_t gfp, struct scsi_cmnd *cmnd) argument
508 struct uas_dev_info *devinfo = cmnd->device->hostdata; local
526 uas_submit_urbs(struct scsi_cmnd *cmnd, struct uas_dev_info *devinfo, gfp_t gfp) argument
608 struct uas_dev_info *devinfo = sdev->hostdata; local
692 struct uas_dev_info *devinfo = (void *)cmnd->device->hostdata; local
730 struct uas_dev_info *devinfo = sdev->hostdata; local
797 struct uas_dev_info *devinfo = sdev->hostdata; local
859 uas_configure_endpoints(struct uas_dev_info *devinfo) argument
892 uas_free_streams(struct uas_dev_info *devinfo) argument
907 struct uas_dev_info *devinfo; local
966 uas_cmnd_list_empty(struct uas_dev_info *devinfo) argument
990 uas_wait_for_pending_cmnds(struct uas_dev_info *devinfo) argument
1017 struct uas_dev_info *devinfo = (struct uas_dev_info *)shost->hostdata; local
1042 struct uas_dev_info *devinfo = (struct uas_dev_info *)shost->hostdata; local
1069 struct uas_dev_info *devinfo = (struct uas_dev_info *)shost->hostdata; local
1087 struct uas_dev_info *devinfo = (struct uas_dev_info *)shost->hostdata; local
1109 struct uas_dev_info *devinfo = (struct uas_dev_info *)shost->hostdata; local
1137 struct uas_dev_info *devinfo = (struct uas_dev_info *)shost->hostdata; local
[all...]
/drivers/scsi/
H A Dscsi_devinfo.c281 * devinfo vendor and model strings.
320 * pad, and set devinfo->compatible. The scsi_static_device_list entries
346 * devinfo->compatible. The scsi_static_device_list entries are
354 struct scsi_dev_info_list *devinfo; local
361 devinfo = kmalloc(sizeof(*devinfo), GFP_KERNEL);
362 if (!devinfo) {
367 scsi_strcpy_devinfo("vendor", devinfo->vendor, sizeof(devinfo->vendor),
369 scsi_strcpy_devinfo("model", devinfo
404 struct scsi_dev_info_list *devinfo, *found = NULL; local
565 struct scsi_dev_info_list *devinfo; local
647 struct scsi_dev_info_list *devinfo = local
844 struct scsi_dev_info_list *devinfo; local
[all...]
/drivers/staging/unisys/common-spar/include/
H A Dvbusdeviceinfo.h150 vbuschannel_devinfo_to_string(ULTRA_VBUS_DEVICEINFO *devinfo, argument
157 psrc = &(devinfo->devType[0]);
158 nsrc = sizeof(devinfo->devType);
187 psrc = &(devinfo->drvName[0]);
188 nsrc = sizeof(devinfo->drvName);
199 psrc = &(devinfo->infoStrings[0]);
200 nsrc = sizeof(devinfo->infoStrings);
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c142 struct ahc_devinfo *devinfo);
158 struct ahc_devinfo *devinfo);
160 struct ahc_devinfo *devinfo,
164 struct ahc_devinfo *devinfo,
167 struct ahc_devinfo *devinfo);
169 struct ahc_devinfo *devinfo,
172 struct ahc_devinfo *devinfo,
175 struct ahc_devinfo *devinfo,
189 struct ahc_devinfo *devinfo);
191 struct ahc_devinfo *devinfo);
987 struct ahc_devinfo devinfo; local
1618 struct ahc_devinfo devinfo; local
1754 struct ahc_devinfo devinfo; local
1781 struct ahc_devinfo devinfo; local
1972 ahc_force_renegotiation(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2450 ahc_update_neg_request(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct ahc_tmode_tstate *tstate, struct ahc_initiator_tinfo *tinfo, ahc_neg_type neg_type) argument
2493 ahc_set_syncrate(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, const struct ahc_syncrate *syncrate, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
2620 ahc_set_width(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int width, u_int type, int paused) argument
2676 ahc_set_tags(struct ahc_softc *ahc, struct scsi_cmnd *cmd, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
2706 struct ahc_devinfo devinfo; local
2770 ahc_fetch_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2820 ahc_compile_devinfo(struct ahc_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
2835 ahc_print_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
2842 ahc_scb_devinfo(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2876 ahc_setup_initiator_msgout(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
2962 ahc_build_transfer_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
3060 ahc_construct_sdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset) argument
3080 ahc_construct_wdtr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int bus_width) argument
3098 ahc_construct_ppr(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
3140 struct ahc_devinfo devinfo; local
3237 struct ahc_devinfo devinfo; local
3584 ahc_parse_msg(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4006 ahc_handle_msg_reject(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4157 ahc_handle_ign_wide_residue(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
4322 ahc_handle_devreset(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, cam_status status, char *message, int verbose_level) argument
4377 ahc_setup_target_msgin(struct ahc_softc *ahc, struct ahc_devinfo *devinfo, struct scb *scb) argument
6486 struct ahc_devinfo devinfo; local
6628 struct ahc_devinfo devinfo; local
[all...]
H A Daic79xx_core.c114 struct ahd_devinfo *devinfo);
129 struct ahd_devinfo *devinfo,
133 struct ahd_devinfo *devinfo);
135 struct ahd_devinfo *devinfo,
138 struct ahd_devinfo *devinfo,
141 struct ahd_devinfo *devinfo);
143 struct ahd_devinfo *devinfo,
146 struct ahd_devinfo *devinfo,
149 struct ahd_devinfo *devinfo,
162 struct ahd_devinfo *devinfo);
1915 struct ahd_devinfo devinfo; local
2063 struct ahd_devinfo devinfo; local
2173 struct ahd_devinfo devinfo; local
2250 struct ahd_devinfo devinfo; local
2308 struct ahd_devinfo devinfo; local
2505 struct ahd_devinfo devinfo; local
3036 struct ahd_devinfo devinfo; local
3323 struct ahd_devinfo devinfo; local
3420 ahd_force_renegotiation(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
3846 ahd_update_neg_request(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_tmode_tstate *tstate, struct ahd_initiator_tinfo *tinfo, ahd_neg_type neg_type) argument
3889 ahd_set_syncrate(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int ppr_options, u_int type, int paused) argument
4035 ahd_set_width(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int width, u_int type, int paused) argument
4089 ahd_set_tags(struct ahd_softc *ahd, struct scsi_cmnd *cmd, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
4100 ahd_update_neg_table(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct ahd_transinfo *tinfo) argument
4240 struct ahd_devinfo devinfo; local
4303 ahd_fetch_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4338 ahd_print_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4363 ahd_compile_devinfo(struct ahd_devinfo *devinfo, u_int our_id, u_int target, u_int lun, char channel, role_t role) argument
4378 ahd_scb_devinfo(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
4401 ahd_setup_initiator_msgout(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
4522 ahd_build_transfer_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
4618 ahd_construct_sdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset) argument
4638 ahd_construct_wdtr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int bus_width) argument
4656 ahd_construct_ppr(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int period, u_int offset, u_int bus_width, u_int ppr_options) argument
4715 struct ahd_devinfo devinfo; local
5102 ahd_parse_msg(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5520 ahd_handle_msg_reject(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5691 ahd_handle_ign_wide_residue(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
5923 ahd_handle_devreset(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, u_int lun, cam_status status, char *message, int verbose_level) argument
5987 ahd_setup_target_msgin(struct ahd_softc *ahd, struct ahd_devinfo *devinfo, struct scb *scb) argument
7469 struct ahd_devinfo devinfo; local
7651 struct ahd_devinfo devinfo; local
7730 struct ahd_devinfo devinfo; local
8857 struct ahd_devinfo devinfo; local
9027 struct ahd_devinfo devinfo; local
[all...]
H A Daic7xxx_osm.c371 struct ahc_devinfo *devinfo);
566 struct ahc_devinfo devinfo; local
619 ahc_compile_devinfo(&devinfo, our_id, starget->id,
622 ahc_set_syncrate(ahc, &devinfo, NULL, 0, 0, 0,
624 ahc_set_width(ahc, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
1180 struct ahc_devinfo devinfo; local
1197 ahc_compile_devinfo(&devinfo, our_id, target_id,
1199 ahc_update_neg_request(ahc, &devinfo, tstate,
1275 struct ahc_devinfo *devinfo, ahc_queue_alg alg)
1309 usertags = ahc_linux_user_tagdepth(ahc, devinfo);
1274 ahc_platform_set_tags(struct ahc_softc *ahc, struct scsi_device *sdev, struct ahc_devinfo *devinfo, ahc_queue_alg alg) argument
1364 ahc_linux_user_tagdepth(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
1400 struct ahc_devinfo devinfo; local
1828 struct ahc_devinfo devinfo; local
2353 struct ahc_devinfo devinfo; local
2372 struct ahc_devinfo devinfo; local
2416 struct ahc_devinfo devinfo; local
2444 struct ahc_devinfo devinfo; local
[all...]
H A Daic79xx_osm.c360 struct ahd_devinfo *devinfo);
615 struct ahd_devinfo devinfo; local
651 ahd_compile_devinfo(&devinfo, ahd->our_id, starget->id,
654 ahd_set_syncrate(ahd, &devinfo, 0, 0, 0,
656 ahd_set_width(ahd, &devinfo, MSG_EXT_WDTR_BUS_8_BIT,
1304 struct ahd_devinfo devinfo; local
1310 ahd_compile_devinfo(&devinfo, ahd->our_id, target_id,
1312 ahd_update_neg_request(ahd, &devinfo, tstate,
1405 struct ahd_devinfo *devinfo, ahd_queue_alg alg)
1442 usertags = ahd_linux_user_tagdepth(ahd, devinfo);
1404 ahd_platform_set_tags(struct ahd_softc *ahd, struct scsi_device *sdev, struct ahd_devinfo *devinfo, ahd_queue_alg alg) argument
1498 ahd_linux_user_tagdepth(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
1534 struct ahd_devinfo devinfo; local
1898 struct ahd_devinfo devinfo; local
2404 struct ahd_devinfo devinfo; local
2423 struct ahd_devinfo devinfo; local
2476 struct ahd_devinfo devinfo; local
2511 struct ahd_devinfo devinfo; local
2553 struct ahd_devinfo devinfo; local
2592 struct ahd_devinfo devinfo; local
2632 struct ahd_devinfo devinfo; local
2668 struct ahd_devinfo devinfo; local
2704 struct ahd_devinfo devinfo; local
2748 struct ahd_devinfo devinfo; local
2798 struct ahd_devinfo devinfo; local
[all...]
H A Daic7xxx.h1200 void ahc_compile_devinfo(struct ahc_devinfo *devinfo,
1224 struct ahc_devinfo *devinfo,
1227 struct ahc_devinfo *devinfo,
H A Daic79xx_osm.h650 struct ahd_devinfo *devinfo)
676 struct ahd_devinfo *devinfo, ahd_queue_alg);
649 ahd_notify_xfer_settings_change(struct ahd_softc *ahd, struct ahd_devinfo *devinfo) argument
H A Daic7xxx_osm.h661 struct ahc_devinfo *devinfo)
685 struct ahc_devinfo *devinfo, ahc_queue_alg);
660 ahc_notify_xfer_settings_change(struct ahc_softc *ahc, struct ahc_devinfo *devinfo) argument
H A Daic79xx.h1396 void ahd_compile_devinfo(struct ahd_devinfo *devinfo,
1418 struct ahd_devinfo *devinfo,
1421 struct ahd_devinfo *devinfo,
1469 struct ahd_devinfo *devinfo);
/drivers/cpufreq/
H A Dhighbank-cpufreq.c63 struct platform_device_info devinfo = { .name = "cpufreq-dt", }; local
99 platform_device_register_full(&devinfo);
/drivers/sh/maple/
H A Dmaple.c320 if (mdev->devinfo.function & cpu_to_be32(maple_drv->function))
340 memcpy(&mdev->devinfo.function, recvbuf + 4, 4);
341 memcpy(&mdev->devinfo.function_data[0], recvbuf + 8, 12);
342 memcpy(&mdev->devinfo.area_code, recvbuf + 20, 1);
343 memcpy(&mdev->devinfo.connector_direction, recvbuf + 21, 1);
344 memcpy(&mdev->devinfo.product_name[0], recvbuf + 22, 30);
345 memcpy(&mdev->devinfo.standby_power, recvbuf + 112, 2);
346 memcpy(&mdev->devinfo.max_power, recvbuf + 114, 2);
347 memcpy(mdev->product_name, mdev->devinfo.product_name, 30);
349 memcpy(mdev->product_licence, mdev->devinfo
[all...]
/drivers/base/
H A Dpinctrl.c14 #include <linux/pinctrl/devinfo.h>
/drivers/ide/
H A Dide-cd.c734 cd->devinfo.media_written = 1;
856 struct cdrom_device_info *cdi = &info->devinfo;
954 struct cdrom_device_info *cdi = &info->devinfo;
1121 struct cdrom_device_info *cdi = &info->devinfo;
1188 struct cdrom_device_info *devinfo = &info->devinfo; local
1192 devinfo->ops = &ide_cdrom_dops;
1193 devinfo->speed = info->current_speed;
1194 devinfo->capacity = nslots;
1195 devinfo
1557 struct cdrom_device_info *devinfo = &info->devinfo; local
[all...]
H A Dide-cd.h94 struct cdrom_device_info devinfo; member in struct:cdrom_info
/drivers/scsi/device_handler/
H A Dscsi_dh.c253 struct scsi_device_handler *devinfo = NULL; local
263 devinfo = device_handler_match(NULL, sdev);
264 if (devinfo)
265 err = scsi_dh_handler_attach(sdev, devinfo);
/drivers/scsi/esas2r/
H A Desas2r_disc.c794 struct atto_vda_devinfo *devinfo; local
802 devinfo = &rq->vda_rsp_data->mgt_data.data.dev_info;
804 memset(devinfo, 0, sizeof(struct atto_vda_devinfo));
831 struct atto_vda_devinfo *devinfo; local
842 devinfo = &rq->vda_rsp_data->mgt_data.data.dev_info;
846 dc->curr_virt_id = le16_to_cpu(devinfo->target_id);
848 if (le16_to_cpu(devinfo->features) & VDADEVFEAT_PHYS_ID) {
850 le16_to_cpu(devinfo->phys_target_id);
/drivers/staging/comedi/
H A Dcomedi_fops.c766 pointer to devinfo structure
772 devinfo structure
781 struct comedi_devinfo devinfo; local
783 memset(&devinfo, 0, sizeof(devinfo));
785 /* fill devinfo structure */
786 devinfo.version_code = COMEDI_VERSION_CODE;
787 devinfo.n_subdevs = dev->n_subdevices;
788 strlcpy(devinfo.driver_name, dev->driver->driver_name, COMEDI_NAMELEN);
789 strlcpy(devinfo
[all...]
/drivers/input/joystick/
H A Dmaplecontrol.c102 unsigned long data = be32_to_cpu(mdev->devinfo.function_data[0]);

Completed in 3045 milliseconds

12