Searched refs:cport_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | es2.c | 1209 __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()
|
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | es2.c | 1204 __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()
|
Completed in 5 milliseconds