Searched refs:n_devices (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/usb/host/whci/ |
D | init.c | 42 for (d = 0; d < whc->n_devices; d++) in whc_hw_init_di_buf() 104 whc->n_devices = WHCSPARAMS_TO_N_DEVICES(whcsparams); in whc_init() 109 whc->n_devices, whc->n_keys, whc->n_mmc_ies); in whc_init() 146 sizeof(struct di_buf_entry) * whc->n_devices, in whc_init() 166 dma_free_coherent(&whc->umc->dev, sizeof(struct di_buf_entry) * whc->n_devices, in whc_clean_up()
|
D | hcd.c | 271 if (whc->n_devices > USB_MAXCHILDREN) { in whc_probe() 273 whc->n_devices); in whc_probe() 276 wusbhc->ports_max = whc->n_devices; in whc_probe()
|
D | whcd.h | 42 u8 n_devices; member
|
D | wusb.c | 211 ret = whc_set_key(whc, whc->n_devices, tkid, gtk, key_size, true); in whc_set_gtk()
|
D | debug.c | 91 for (d = 0; d < whc->n_devices; d++) { in di_print()
|