tx_list_empty     264 drivers/hid/intel-ish-hid/ishtp/client-buffers.c 	int tx_list_empty;
tx_list_empty     268 drivers/hid/intel-ish-hid/ishtp/client-buffers.c 	tx_list_empty = list_empty(&cl->tx_list.list);
tx_list_empty     271 drivers/hid/intel-ish-hid/ishtp/client-buffers.c 	return !!tx_list_empty;
tx_list_empty     666 drivers/usb/gadget/function/f_printer.c 	int			tx_list_empty;
tx_list_empty     670 drivers/usb/gadget/function/f_printer.c 	tx_list_empty = (likely(list_empty(&dev->tx_reqs)));
tx_list_empty     673 drivers/usb/gadget/function/f_printer.c 	if (!tx_list_empty) {