Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/greybus/
Des2.c1209 __le16 *cport_count; in apb_get_cport_count() local
1211 cport_count = kzalloc(sizeof(*cport_count), GFP_KERNEL); in apb_get_cport_count()
1212 if (!cport_count) in apb_get_cport_count()
1218 USB_RECIP_INTERFACE, 0, 0, cport_count, in apb_get_cport_count()
1219 sizeof(*cport_count), ES2_USB_CTRL_TIMEOUT); in apb_get_cport_count()
1220 if (retval != sizeof(*cport_count)) { in apb_get_cport_count()
1230 retval = le16_to_cpu(*cport_count); in apb_get_cport_count()
1239 kfree(cport_count); in apb_get_cport_count()