Home
last modified time | relevance | path

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

/drivers/usb/host/whci/
Dinit.c41 for (d = 0; d < whc->n_devices; d++) in whc_hw_init_di_buf()
103 whc->n_devices = WHCSPARAMS_TO_N_DEVICES(whcsparams); in whc_init()
108 whc->n_devices, whc->n_keys, whc->n_mmc_ies); in whc_init()
145 sizeof(struct di_buf_entry) * whc->n_devices, in whc_init()
165 dma_free_coherent(&whc->umc->dev, sizeof(struct di_buf_entry) * whc->n_devices, in whc_clean_up()
Dhcd.c243 if (whc->n_devices > USB_MAXCHILDREN) { in whc_probe()
245 whc->n_devices); in whc_probe()
248 wusbhc->ports_max = whc->n_devices; in whc_probe()
Dwhcd.h42 u8 n_devices; member
Ddebug.c78 for (d = 0; d < whc->n_devices; d++) { in di_print()
Dwusb.c211 ret = whc_set_key(whc, whc->n_devices, tkid, gtk, key_size, true); in whc_set_gtk()