Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/host/whci/
Dinit.c42 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()
Dhcd.c271 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()
Dwhcd.h42 u8 n_devices; member
Dwusb.c211 ret = whc_set_key(whc, whc->n_devices, tkid, gtk, key_size, true); in whc_set_gtk()
Ddebug.c91 for (d = 0; d < whc->n_devices; d++) { in di_print()