Lines Matching refs:iface

303 	struct usb_interface *iface = to_usb_interface(dev);  in cbaf_wusb_chid_show()  local
304 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_chid_show()
316 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_chid_store() local
317 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_chid_store()
350 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_host_name_show() local
351 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_host_name_show()
361 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_host_name_store() local
362 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_host_name_store()
377 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_host_band_groups_show() local
378 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_host_band_groups_show()
388 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_host_band_groups_store() local
389 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_host_band_groups_store()
416 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_cdid_show() local
417 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_cdid_show()
429 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_cdid_store() local
430 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_cdid_store()
459 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_device_band_groups_show() local
460 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_device_band_groups_show()
473 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_device_name_show() local
474 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_device_name_show()
537 struct usb_interface *iface = to_usb_interface(dev); in cbaf_wusb_ck_store() local
538 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_wusb_ck_store()
580 static int cbaf_probe(struct usb_interface *iface, in cbaf_probe() argument
584 struct device *dev = &iface->dev; in cbaf_probe()
595 cbaf->usb_dev = usb_get_dev(interface_to_usbdev(iface)); in cbaf_probe()
596 cbaf->usb_iface = usb_get_intf(iface); in cbaf_probe()
608 usb_set_intfdata(iface, cbaf); in cbaf_probe()
613 usb_put_intf(iface); in cbaf_probe()
622 static void cbaf_disconnect(struct usb_interface *iface) in cbaf_disconnect() argument
624 struct cbaf *cbaf = usb_get_intfdata(iface); in cbaf_disconnect()
625 struct device *dev = &iface->dev; in cbaf_disconnect()
627 usb_set_intfdata(iface, NULL); in cbaf_disconnect()
628 usb_put_intf(iface); in cbaf_disconnect()