Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A Des2.c1204 __le16 *cport_count; in apb_get_cport_count() local
1206 cport_count = kzalloc(sizeof(*cport_count), GFP_KERNEL); in apb_get_cport_count()
1207 if (!cport_count) in apb_get_cport_count()
1213 USB_RECIP_INTERFACE, 0, 0, cport_count, in apb_get_cport_count()
1214 sizeof(*cport_count), ES2_USB_CTRL_TIMEOUT); in apb_get_cport_count()
1215 if (retval != sizeof(*cport_count)) { in apb_get_cport_count()
1225 retval = le16_to_cpu(*cport_count); in apb_get_cport_count()
1234 kfree(cport_count); in apb_get_cport_count()