Searched refs:tx_list_empty (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dclient-buffers.c264 int tx_list_empty; local
268 tx_list_empty = list_empty(&cl->tx_list.list);
271 return !!tx_list_empty;
/linux-master/drivers/usb/gadget/function/
H A Df_printer.c696 int tx_list_empty; local
707 tx_list_empty = (likely(list_empty(&dev->tx_reqs)));
710 if (!tx_list_empty) {

Completed in 110 milliseconds