Searched refs:pr_cdid (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/usb/wusbcore/ |
H A D | cbaf.c | 432 char pr_cdid[WUSB_CKHDID_STRSIZE]; cbaf_wusb_cdid_show() local 434 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &cbaf->cdid); cbaf_wusb_cdid_show() 435 return scnprintf(buf, PAGE_SIZE, "%s\n", pr_cdid); cbaf_wusb_cdid_show() 520 char pr_cdid[WUSB_CKHDID_STRSIZE]; cbaf_cc_upload() local 530 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &ccd->CHID); cbaf_cc_upload() 531 dev_dbg(dev, " CHID %s\n", pr_cdid); cbaf_cc_upload() 532 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &ccd->CDID); cbaf_cc_upload() 533 dev_dbg(dev, " CDID %s\n", pr_cdid); cbaf_cc_upload()
|
H A D | devconnect.c | 164 const char *pr_cdid, u8 port_idx) wusbhc_cack_add() 258 * @pr_cdid: Printable CDID...hex Use @dnc->cdid for the real deal. 281 const char *pr_cdid) wusbhc_devconnect_ack() 308 wusbhc->ports_max, pr_cdid); wusbhc_devconnect_ack() 320 wusb_dev = wusbhc_cack_add(wusbhc, dnc, pr_cdid, idx); wusbhc_devconnect_ack() 534 char pr_cdid[WUSB_CKHDID_STRSIZE]; wusbhc_handle_dn_connect() local 549 ckhdid_printf(pr_cdid, sizeof(pr_cdid), &dnc->CDID); wusbhc_handle_dn_connect() 551 pr_cdid, wusbhc_handle_dn_connect() 556 wusbhc_devconnect_ack(wusbhc, dnc, pr_cdid); wusbhc_handle_dn_connect() 162 wusbhc_cack_add(struct wusbhc *wusbhc, struct wusb_dn_connect *dnc, const char *pr_cdid, u8 port_idx) wusbhc_cack_add() argument 280 wusbhc_devconnect_ack(struct wusbhc *wusbhc, struct wusb_dn_connect *dnc, const char *pr_cdid) wusbhc_devconnect_ack() argument
|
Completed in 91 milliseconds