Searched refs:repeat_cnt (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/usb/wusbcore/ |
D | mmc.c | 80 int wusbhc_mmcie_set(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, in wusbhc_mmcie_set() argument 112 result = (wusbhc->mmcie_add)(wusbhc, interval, repeat_cnt, handle, in wusbhc_mmcie_set()
|
D | wusbhc.h | 266 int (*mmcie_add)(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, 400 extern int wusbhc_mmcie_set(struct wusbhc *, u8 interval, u8 repeat_cnt,
|
/Linux-v4.19/drivers/usb/host/whci/ |
D | wusb.c | 58 int whc_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, in whc_mmcie_add() argument 65 | (repeat_cnt << 16) in whc_mmcie_add()
|
D | whcd.h | 141 int whc_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt,
|
/Linux-v4.19/drivers/input/keyboard/ |
D | tegra-kbc.c | 99 unsigned int repeat_cnt; member 388 writel(kbc->repeat_cnt, kbc->mmio + KBC_RPT_DLY_0); in tegra_kbc_start() 518 kbc->repeat_cnt = prop; in tegra_kbc_parse_dt() 685 kbc->repoll_dly = KBC_ROW_SCAN_DLY + scan_time_rows + kbc->repeat_cnt; in tegra_kbc_probe()
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | lo.c | 667 int max_repeat = 1, repeat_cnt = 0; in lo_probe_loctls_statemachine() local 718 if (repeat_cnt == 0) { in lo_probe_loctls_statemachine() 721 repeat_cnt++; in lo_probe_loctls_statemachine() 724 } else if (repeat_cnt == 2) in lo_probe_loctls_statemachine() 729 } while (++repeat_cnt < max_repeat); in lo_probe_loctls_statemachine()
|
/Linux-v4.19/drivers/usb/host/ |
D | hwa-hc.c | 367 u8 repeat_cnt, u8 handle, in __hwahc_op_mmcie_add() argument 377 interval << 8 | repeat_cnt, in __hwahc_op_mmcie_add()
|