Searched refs:cport_count (Results 1 – 1 of 1) sorted by relevance
1200 __le16 *cport_count; in apb_get_cport_count() local1202 cport_count = kzalloc_obj(*cport_count); in apb_get_cport_count()1203 if (!cport_count) in apb_get_cport_count()1209 USB_RECIP_INTERFACE, 0, 0, cport_count, in apb_get_cport_count()1210 sizeof(*cport_count), ES2_USB_CTRL_TIMEOUT); in apb_get_cport_count()1211 if (retval != sizeof(*cport_count)) { in apb_get_cport_count()1221 retval = le16_to_cpu(*cport_count); in apb_get_cport_count()1230 kfree(cport_count); in apb_get_cport_count()