Home
last modified time | relevance | path

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

/drivers/media/usb/dvb-usb-v2/
Ddvb_usb.h65 #define DVB_USB_STREAM_BULK(endpoint_, count_, size_) { \ argument
67 .count = count_, \
76 #define DVB_USB_STREAM_ISOC(endpoint_, count_, frames_, size_, interval_) { \ argument
78 .count = count_, \
/drivers/staging/wfx/
Ddebug.c81 le32_to_cpu(counters[2].count_##name), \ in wfx_counters_show()
82 le32_to_cpu(counters[0].count_##name), \ in wfx_counters_show()
83 le32_to_cpu(counters[1].count_##name)) in wfx_counters_show()