Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Des2.c1210 __le16 *cport_count; in apb_get_cport_count() local
1212 cport_count = kzalloc(sizeof(*cport_count), GFP_KERNEL); in apb_get_cport_count()
1213 if (!cport_count) in apb_get_cport_count()
1219 USB_RECIP_INTERFACE, 0, 0, cport_count, in apb_get_cport_count()
1220 sizeof(*cport_count), ES2_USB_CTRL_TIMEOUT); in apb_get_cport_count()
1221 if (retval != sizeof(*cport_count)) { in apb_get_cport_count()
1231 retval = le16_to_cpu(*cport_count); in apb_get_cport_count()
1240 kfree(cport_count); in apb_get_cport_count()