Searched refs:hwconfig (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/mantis/
H A Dmantis_core.c114 mantis->hwconfig = &vp1033_mantis_config;
117 mantis->hwconfig = &vp1034_mantis_config;
121 mantis->hwconfig = &vp1041_mantis_config;
124 mantis->hwconfig = &vp2033_mantis_config;
129 mantis->hwconfig = &vp2040_mantis_config;
132 mantis->hwconfig = &vp3030_mantis_config;
135 mantis->hwconfig = &unknown_device;
146 mantis->hwconfig->model_name, mantis->hwconfig->dev_type,
H A Dmantis_uart.c65 struct mantis_hwconfig *config = mantis->hwconfig;
96 struct mantis_hwconfig *config = mantis->hwconfig;
144 struct mantis_hwconfig *config = mantis->hwconfig;
H A Dhopper_vp3028.c47 struct mantis_hwconfig *config = mantis->hwconfig;
H A Dmantis_dvb.c45 struct mantis_hwconfig *config = mantis->hwconfig;
73 struct mantis_hwconfig *config = mantis->hwconfig;
147 struct mantis_hwconfig *config = mantis->hwconfig;
219 if (mantis->hwconfig) {
H A Dmantis_vp3030.c59 struct mantis_hwconfig *config = mantis->hwconfig;
H A Dmantis_input.c116 sprintf(name, "Mantis %s IR receiver", mantis->hwconfig->model_name);
H A Dmantis_common.h153 struct mantis_hwconfig *hwconfig; member in struct:mantis_pci
H A Dmantis_pci.c53 struct mantis_hwconfig *config = mantis->hwconfig;
H A Dhopper_cards.c173 mantis->hwconfig = config;
H A Dmantis_cards.c181 mantis->hwconfig = config;
H A Dmantis_dma.c246 struct mantis_hwconfig *config = mantis->hwconfig;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_core.c114 mantis->hwconfig = &vp1033_mantis_config;
117 mantis->hwconfig = &vp1034_mantis_config;
121 mantis->hwconfig = &vp1041_mantis_config;
124 mantis->hwconfig = &vp2033_mantis_config;
129 mantis->hwconfig = &vp2040_mantis_config;
132 mantis->hwconfig = &vp3030_mantis_config;
135 mantis->hwconfig = &unknown_device;
146 mantis->hwconfig->model_name, mantis->hwconfig->dev_type,
H A Dmantis_uart.c65 struct mantis_hwconfig *config = mantis->hwconfig;
96 struct mantis_hwconfig *config = mantis->hwconfig;
144 struct mantis_hwconfig *config = mantis->hwconfig;
H A Dhopper_vp3028.c47 struct mantis_hwconfig *config = mantis->hwconfig;
H A Dmantis_dvb.c45 struct mantis_hwconfig *config = mantis->hwconfig;
73 struct mantis_hwconfig *config = mantis->hwconfig;
147 struct mantis_hwconfig *config = mantis->hwconfig;
219 if (mantis->hwconfig) {
H A Dmantis_vp3030.c59 struct mantis_hwconfig *config = mantis->hwconfig;
H A Dmantis_input.c116 sprintf(name, "Mantis %s IR receiver", mantis->hwconfig->model_name);
H A Dmantis_common.h153 struct mantis_hwconfig *hwconfig; member in struct:mantis_pci
H A Dmantis_pci.c53 struct mantis_hwconfig *config = mantis->hwconfig;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/networking/timestamping/
H A Dtimestamping.c331 struct hwtstamp_config hwconfig, hwconfig_requested; local
383 hwtstamp.ifr_data = (void *)&hwconfig;
384 memset(&hwconfig, 0, sizeof(hwconfig));
385 hwconfig.tx_type =
388 hwconfig.rx_filter =
391 hwconfig_requested = hwconfig;
401 hwconfig_requested.tx_type, hwconfig.tx_type,
402 hwconfig_requested.rx_filter, hwconfig.rx_filter);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/Documentation/networking/timestamping/
H A Dtimestamping.c331 struct hwtstamp_config hwconfig, hwconfig_requested; local
383 hwtstamp.ifr_data = (void *)&hwconfig;
384 memset(&hwconfig, 0, sizeof(hwconfig));
385 hwconfig.tx_type =
388 hwconfig.rx_filter =
391 hwconfig_requested = hwconfig;
401 hwconfig_requested.tx_type, hwconfig.tx_type,
402 hwconfig_requested.rx_filter, hwconfig.rx_filter);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/sc/
H A Dcard.h94 HWConfig_pl hwconfig; /* Hardware config info */ member in struct:__anon15776
H A Dioctl.c421 strcpy(bi->serial_no, sc_adapter[card]->hwconfig.serial_no);
422 strcpy(bi->part_no, sc_adapter[card]->hwconfig.part_no);
426 bi->ramsize = sc_adapter[card]->hwconfig.ram_size;
427 bi->interface = sc_adapter[card]->hwconfig.st_u_sense;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/sc/
H A Dcard.h94 HWConfig_pl hwconfig; /* Hardware config info */ member in struct:__anon27469
H A Dioctl.c421 strcpy(bi->serial_no, sc_adapter[card]->hwconfig.serial_no);
422 strcpy(bi->part_no, sc_adapter[card]->hwconfig.part_no);
426 bi->ramsize = sc_adapter[card]->hwconfig.ram_size;
427 bi->interface = sc_adapter[card]->hwconfig.st_u_sense;

Completed in 190 milliseconds

12