Searched refs:repeat_cnt (Results 1 – 7 of 7) sorted by relevance
/drivers/usb/wusbcore/ |
D | mmc.c | 94 int wusbhc_mmcie_set(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, in wusbhc_mmcie_set() argument 126 result = (wusbhc->mmcie_add)(wusbhc, interval, repeat_cnt, handle, in wusbhc_mmcie_set()
|
D | wusbhc.h | 276 int (*mmcie_add)(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, 409 extern int wusbhc_mmcie_set(struct wusbhc *, u8 interval, u8 repeat_cnt,
|
/drivers/usb/host/whci/ |
D | wusb.c | 70 int whc_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, in whc_mmcie_add() argument 77 | (repeat_cnt << 16) in whc_mmcie_add()
|
D | whcd.h | 154 int whc_mmcie_add(struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt,
|
/drivers/net/wireless/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()
|
/drivers/input/keyboard/ |
D | tegra-kbc.c | 506 writel(pdata->repeat_cnt, kbc->mmio + KBC_RPT_DLY_0); in tegra_kbc_start() 641 pdata->repeat_cnt = prop; in tegra_kbc_dt_parse_pdata() 757 kbc->repoll_dly = KBC_ROW_SCAN_DLY + scan_time_rows + pdata->repeat_cnt; in tegra_kbc_probe()
|
/drivers/usb/host/ |
D | hwa-hc.c | 335 u8 repeat_cnt, u8 handle, in __hwahc_op_mmcie_add() argument 345 interval << 8 | repeat_cnt, in __hwahc_op_mmcie_add()
|