Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/cardreader/
H A Drtsx_usb.c17 static int polling_pipe = 1; variable
18 module_param(polling_pipe, int, S_IRUGO | S_IWUSR);
19 MODULE_PARM_DESC(polling_pipe, "polling pipe (0: ctl, 1: bulk)");
294 if (polling_pipe == 0) { in rtsx_usb_get_card_status()