Searched refs:warm_ids (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddtt200u.c165 .warm_ids = { &dtt200u_usb_table[1], NULL },
210 .warm_ids = { &dtt200u_usb_table[3], NULL },
255 .warm_ids = { &dtt200u_usb_table[7], NULL },
300 .warm_ids = { &dtt200u_usb_table[5], NULL },
H A Ddvb-usb-init.c181 for (j = 0; j < DVB_USB_ID_MAX_NUM && props->devices[i].warm_ids[j] != NULL; j++) {
182 deb_info("check for warm %x %x\n",props->devices[i].warm_ids[j]->idVendor, props->devices[i].warm_ids[j]->idProduct);
183 if (props->devices[i].warm_ids[j]->idVendor == le16_to_cpu(udev->descriptor.idVendor) &&
184 props->devices[i].warm_ids[j]->idProduct == le16_to_cpu(udev->descriptor.idProduct)) {
H A Dvp7045.c264 .warm_ids = { &vp7045_usb_table[1], NULL },
268 .warm_ids = { &vp7045_usb_table[3], NULL },
H A Ddvb-usb.h63 * @warm_ids: array of struct usb_device_id which describe the device in
74 struct usb_device_id *warm_ids[DVB_USB_ID_MAX_NUM]; member in struct:dvb_usb_device_description
H A Dgp8psk.c220 .warm_ids = { &gp8psk_usb_table[1], NULL },
H A Dvp702x.c304 .warm_ids = { NULL },
308 .warm_ids = { &vp702x_usb_table[3], NULL },
H A Dm920x.c808 .warm_ids = { &m920x_table[3], NULL },
847 .warm_ids = { &m920x_table[5], NULL },

Completed in 49 milliseconds