Searched refs:hdw_type (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw-internal.h180 unsigned int hdw_type; member in struct:pvr2_hdw
H A Dpvrusb2-encoder.c347 switch (hdw->hdw_type) {
382 if (hdw->hdw_type == PVR2_HDW_TYPE_24XXX) {
H A Dpvrusb2-hdw.c384 if (cptr->hdw->hdw_type == PVR2_HDW_TYPE_24XXX) {
1151 fw_file_defs[hdw->hdw_type].cnt,
1152 fw_file_defs[hdw->hdw_type].lst);
1776 for (idx = 0; idx < pvr2_client_lists[hdw->hdw_type].cnt; idx++) {
1777 request_module(pvr2_client_lists[hdw->hdw_type].lst[idx]);
1941 unsigned int hdw_type; local
1948 hdw_type = devid - pvr2_device_table;
1949 if (hdw_type >= ARRAY_SIZE(pvr2_device_names)) {
1951 "Bogus device type of %u reported",hdw_type);
1957 hdw,pvr2_device_names[hdw_type]);
[all...]
H A Dpvrusb2-i2c-core.c1015 if (hdw->hdw_type == PVR2_HDW_TYPE_24XXX) {
1019 if (hdw->hdw_type == PVR2_HDW_TYPE_24XXX) {

Completed in 109 milliseconds