Home
last modified time | relevance | path

Searched refs:usbatm (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/usb/atm/
H A Dspeedtch.c122 struct usbatm_data *usbatm; member
146 struct usbatm_data *usbatm = instance->usbatm; in speedtch_set_swbuff() local
147 struct usb_device *usb_dev = usbatm->usb_dev; in speedtch_set_swbuff()
153 usb_warn(usbatm, in speedtch_set_swbuff()
157 usb_dbg(usbatm, "speedtch_set_swbuff: %sbled SW buffering\n", state ? "En" : "Dis"); in speedtch_set_swbuff()
162 struct usbatm_data *usbatm = instance->usbatm; in speedtch_test_sequence() local
163 struct usb_device *usb_dev = usbatm->usb_dev; in speedtch_test_sequence()
173 usb_warn(usbatm, "%s failed on URB147: %d\n", __func__, ret); in speedtch_test_sequence()
181 usb_warn(usbatm, "%s failed on URB148: %d\n", __func__, ret); in speedtch_test_sequence()
190 usb_warn(usbatm, "%s failed on URB149: %d\n", __func__, ret); in speedtch_test_sequence()
[all …]
H A Dxusbatm.c52 static int xusbatm_capture_intf(struct usbatm_data *usbatm, struct usb_device *usb_dev, in xusbatm_capture_intf() argument
58 if (claim && (ret = usb_driver_claim_interface(&xusbatm_usb_driver, intf, usbatm))) { in xusbatm_capture_intf()
59 usb_err(usbatm, "%s: failed to claim interface %2d (%d)!\n", __func__, ifnum, ret); in xusbatm_capture_intf()
64 …usb_err(usbatm, "%s: altsetting %2d for interface %2d failed (%d)!\n", __func__, altsetting, ifnum… in xusbatm_capture_intf()
78 static int xusbatm_bind(struct usbatm_data *usbatm, in xusbatm_bind() argument
89 usb_dbg(usbatm, "%s: binding driver %d: vendor %04x product %04x" in xusbatm_bind()
97 usb_dbg(usbatm, "%s: no interface contains endpoint %02x in altsetting %2d\n", in xusbatm_bind()
100 usb_dbg(usbatm, "%s: no interface contains endpoint %02x in altsetting %2d\n", in xusbatm_bind()
109 usb_err(usbatm, "%s: altsettings clash on interface %2d (%2d vs %2d)!\n", __func__, in xusbatm_bind()
114 usb_dbg(usbatm, "%s: rx If#=%2d; tx If#=%2d\n", __func__, in xusbatm_bind()
[all …]
H A Dcxacru.c171 struct usbatm_data *usbatm; member
309 if (instance == NULL || instance->usbatm->atm_dev == NULL) in mac_address_show()
312 return sprintf(buf, "%pM\n", instance->usbatm->atm_dev->esi); in mac_address_show()
359 atm_err(instance->usbatm, "change adsl state:" in adsl_state_store()
379 atm_err(instance->usbatm, "change adsl state:" in adsl_state_store()
484 atm_err(instance->usbatm, in adsl_config_store()
493 atm_info(instance->usbatm, "config%s\n", log); in adsl_config_store()
621 usb_err(instance->usbatm, "requested transfer size too large (%d, %d)\n", in cxacru_cm()
634 usb_err(instance->usbatm, "submit of read urb for cm %#x failed (%d)\n", in cxacru_cm()
652 usb_err(instance->usbatm, "submit of write urb for cm %#x failed (%d)\n", in cxacru_cm()
[all …]
H A DMakefile8 obj-$(CONFIG_USB_ATM) += usbatm.o
H A Dusbatm.h114 struct usbatm_data *usbatm; member
H A DKconfig16 module will be called usbatm.
/linux/
H A DMAINTAINERS767 F: drivers/usb/atm/usbatm.c