Searched refs:chaninfo (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/comedi/
H A Dcomedi_compat32.c102 struct comedi_chaninfo __user *chaninfo; compat_chaninfo() local
111 chaninfo = compat_alloc_user_space(sizeof(*chaninfo)); compat_chaninfo()
113 /* Copy chaninfo structure. Ignore unused members. */ compat_chaninfo()
115 !access_ok(VERIFY_WRITE, chaninfo, sizeof(*chaninfo))) compat_chaninfo()
120 err |= __put_user(temp.uint, &chaninfo->subdev); compat_chaninfo()
122 err |= __put_user(compat_ptr(temp.uptr), &chaninfo->maxdata_list); compat_chaninfo()
124 err |= __put_user(compat_ptr(temp.uptr), &chaninfo->flaglist); compat_chaninfo()
126 err |= __put_user(compat_ptr(temp.uptr), &chaninfo->rangelist); compat_chaninfo()
130 return translated_ioctl(file, COMEDI_CHANINFO, (unsigned long)chaninfo); compat_chaninfo()
H A Dcomedi_fops.c1050 * array of maxdata values to chaninfo->maxdata_list if requested
1051 * array of range table lengths to chaninfo->range_table_list if requested
/linux-4.4.14/drivers/scsi/esas2r/
H A Desas2r_ioctl.c1446 ioctl->data.chaninfo.major_rev = ESAS2R_MAJOR_REV; esas2r_ioctl_handler()
1447 ioctl->data.chaninfo.minor_rev = ESAS2R_MINOR_REV; esas2r_ioctl_handler()
1448 ioctl->data.chaninfo.IRQ = a->pcid->irq; esas2r_ioctl_handler()
1449 ioctl->data.chaninfo.device_id = a->pcid->device; esas2r_ioctl_handler()
1450 ioctl->data.chaninfo.vendor_id = a->pcid->vendor; esas2r_ioctl_handler()
1451 ioctl->data.chaninfo.ven_dev_id = a->pcid->subsystem_device; esas2r_ioctl_handler()
1452 ioctl->data.chaninfo.revision_id = a->pcid->revision; esas2r_ioctl_handler()
1453 ioctl->data.chaninfo.pci_bus = a->pcid->bus->number; esas2r_ioctl_handler()
1454 ioctl->data.chaninfo.pci_dev_func = a->pcid->devfn; esas2r_ioctl_handler()
1455 ioctl->data.chaninfo.core_rev = 0; esas2r_ioctl_handler()
1456 ioctl->data.chaninfo.host_no = a->host->host_no; esas2r_ioctl_handler()
1457 ioctl->data.chaninfo.hbaapi_rev = 0; esas2r_ioctl_handler()
H A Datioctl.h1224 struct atto_channel_info chaninfo; member in union:atto_express_ioctl::__anon9343
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
H A Dcfg80211.c5379 u32 chaninfo; brcmf_construct_chaninfo() local
5456 chaninfo = ch.chspec; brcmf_construct_chaninfo()
5458 &chaninfo); brcmf_construct_chaninfo()
5460 if (chaninfo & WL_CHAN_RADAR) brcmf_construct_chaninfo()
5464 if (chaninfo & WL_CHAN_PASSIVE) brcmf_construct_chaninfo()
/linux-4.4.14/drivers/net/wireless/orinoco/
H A Dmain.c1572 printk(KERN_DEBUG "%s: Got chaninfo without scan, " __orinoco_ev_info()

Completed in 294 milliseconds