Home
last modified time | relevance | path

Searched refs:standard (Results 1 – 25 of 119) sorted by relevance

12345

/drivers/isdn/hisax/
DKconfig98 non-standard IRQ/port/shmem settings.
108 non-standard IRQ/port settings.
132 non-standard IRQ/port settings.
155 non-standard IRQ/port settings.
165 non-standard IRQ/port settings.
175 non-standard IRQ/port settings.
186 non-standard IRQ/port settings.
196 non-standard IRQ/port settings.
207 non-standard IRQ/port settings.
216 non-standard IRQ/port settings.
[all …]
/drivers/media/dvb-frontends/drx39xyj/
Ddrxj.c2752 switch (ext_attr->standard) { in ctrl_set_cfg_mpeg_output()
2767 switch (ext_attr->standard) { in ctrl_set_cfg_mpeg_output()
2908 switch (ext_attr->standard) { in ctrl_set_cfg_mpeg_output()
2943 switch (ext_attr->standard) { in ctrl_set_cfg_mpeg_output()
3015 switch (ext_attr->standard) { in ctrl_set_cfg_mpeg_output()
4399 switch (ext_attr->standard) { in init_agc()
4775 switch (ext_attr->standard) { in set_frequency()
4920 if ((ext_attr->standard == agc_settings->standard) || in set_agc_rf()
4921 (DRXJ_ISQAMSTD(ext_attr->standard) && in set_agc_rf()
4922 DRXJ_ISQAMSTD(agc_settings->standard)) || in set_agc_rf()
[all …]
Ddrxj.h173 enum drx_standard standard; /* standard for which these settings apply */ member
189 enum drx_standard standard; /* standard to which these settings apply */ member
199 enum drx_standard standard; /* standard to which these settings apply */ member
424 enum drx_standard standard; /**< current standard information */ member
/drivers/bcma/
DREADME5 AMBA standard fields like CID and PID.
9 as standard AMBA device. Reading it's CID or PID can cause machine lockup.
10 2) AMBA standard devices called ports or wrappers. They have CIDs (AMBA_CID)
/drivers/tty/serial/8250/
DKconfig10 This selects whether you want to include the driver for the standard
11 serial ports. The standard answer is Y. People who might say N
14 serial mouse and don't intend to use their machine's standard serial
21 non-standard serial ports, since the configuration information will
33 modems and similar devices connecting to the standard serial ports.
57 This builds standard PNP serial support. You may be able to
113 This builds standard PCI serial support. You may be able to
163 If you wish to use any non-standard features of the standard "dumb"
177 standard COM 1/2/3/4 ports. This may happen if you have an AST
180 serial port hardware which acts similar to standard serial port
[all …]
/drivers/media/i2c/
Dtvp514x.c84 struct v4l2_standard standard; member
245 .standard = {
258 .standard = {
608 *std_id &= decoder->std_list[current_std].standard.id; in tvp514x_querystd()
611 decoder->std_list[current_std].standard.name); in tvp514x_querystd()
629 if (std_id & decoder->std_list[i].standard.id) in tvp514x_s_std()
645 decoder->std_list[i].standard.name); in tvp514x_s_std()
776 decoder->std_list[current_std].standard.frameperiod; in tvp514x_g_parm()
809 decoder->std_list[current_std].standard.frameperiod; in tvp514x_s_parm()
Dsaa6752hs.c105 v4l2_std_id standard; member
450 set_reg8(client, 0x40, (h->standard & V4L2_STD_525_60) ? 1 : 0); in saa6752hs_init()
644 h->standard = std; in saa6752hs_s_std()
775 h->standard = 0; /* Assume 625 input lines */ in saa6752hs_probe()
/drivers/net/arcnet/
DKconfig24 tristate "Enable standard ARCNet packet format (RFC 1201)"
28 industry-standard RFC1201 implementations, like the arcether.com
38 software complying with the "old" standard, specifically, the DOS
41 industry-standard RFC1201 implementations, like the arcether.com
75 This is the chipset driver for the standard COM90xx cards. If you
/drivers/media/usb/cx231xx/
Dcx231xx-avcore.c1527 u32 standard = 0; in cx231xx_set_Colibri_For_LowIF() local
1542 standard = dev->norm; in cx231xx_set_Colibri_For_LowIF()
1544 func_mode, standard); in cx231xx_set_Colibri_For_LowIF()
1548 standard); in cx231xx_set_Colibri_For_LowIF()
1551 colibri_carrier_offset, standard); in cx231xx_set_Colibri_For_LowIF()
1641 u32 function_mode, u32 standard) in cx231xx_dif_configure_C2HH_for_low_IF() argument
1664 } else if (standard != DIF_USE_BASEBAND) { in cx231xx_dif_configure_C2HH_for_low_IF()
1665 if (standard & V4L2_STD_MN) { in cx231xx_dif_configure_C2HH_for_low_IF()
1687 } else if ((standard == V4L2_STD_PAL_I) | in cx231xx_dif_configure_C2HH_for_low_IF()
1688 (standard & V4L2_STD_PAL_D) | in cx231xx_dif_configure_C2HH_for_low_IF()
[all …]
/drivers/media/pci/ttpci/
Dav7110_v4l.c222 static struct saa7146_standard standard[]; variable
254 memcpy(standard, analog_standard, sizeof(struct saa7146_standard) * 2); in av7110_dvb_c_switch()
293 memcpy(standard, dvb_standard, sizeof(struct saa7146_standard) * 2); in av7110_dvb_c_switch()
796 memcpy(standard, dvb_standard, sizeof(struct saa7146_standard) * 2); in av7110_init_analog_module()
876 static struct saa7146_standard standard[] = { variable
943 .stds = &standard[0],
944 .num_stds = ARRAY_SIZE(standard),
958 .stds = &standard[0],
959 .num_stds = ARRAY_SIZE(standard),
/drivers/media/common/saa7146/
Dsaa7146_video.c598 v4l2_video_std_frame_period(vv->standard->id, in vidioc_g_parm()
646 maxw = vv->standard->h_max_out; in vidioc_try_fmt_vid_cap()
647 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_cap()
725 maxw = vv->standard->h_max_out; in vidioc_try_fmt_vid_overlay()
726 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_overlay()
812 *norm = vv->standard->id; in vidioc_g_std()
861 vv->standard = &dev->ext_vv_data->stds[i]; in vidioc_s_std()
863 dev->ext_vv_data->std_callback(dev, vv->standard); in vidioc_s_std()
877 DEB_EE("VIDIOC_S_STD: set to standard to '%s'\n", vv->standard->name); in vidioc_s_std()
1072 vv->video_fmt.width > vv->standard->h_max_out || in buffer_prepare()
[all …]
Dsaa7146_hlp.c25 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()
26 hxo = vv->standard->h_offset; in calculate_hxo_and_hyo()
535 …calculate_v_scale_registers(dev, field, vv->standard->v_field*2, height, &hps_v_scale, &hps_v_gain… in saa7146_set_window()
541 …calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain,… in saa7146_set_window()
609 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position()
723 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed()
851 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()
/drivers/media/pci/saa7146/
Dmxb.c770 static int std_callback(struct saa7146_dev *dev, struct saa7146_standard *standard) in std_callback() argument
774 if (V4L2_STD_PAL_I == standard->id) { in std_callback()
788 std = standard->id; in std_callback()
800 static struct saa7146_standard standard[] = { variable
846 .stds = &standard[0],
847 .num_stds = sizeof(standard)/sizeof(struct saa7146_standard),
/drivers/auxdisplay/
DKconfig43 The first standard parallel port address is 0x378.
44 The second standard parallel port address is 0x278.
45 The third standard parallel port address is 0x3BC.
/drivers/tty/
DKconfig114 however, supports the Unix98 naming standard: in order to acquire a
179 bool "Non-standard serial port support"
182 Say Y here if you have any non-standard serial boards -- boards
183 which aren't supported using the standard "dumb" serial driver.
191 the questions about non-standard serial boards.
337 tristate "Trace data router for MIPI P1149.7 cJTAG standard"
345 standard, which is for debugging mobile devices. The PTI driver in
350 "Trace data sink for MIPI P1149.7 cJTAG standard" line discipline
354 tristate "Trace data sink for MIPI P1149.7 cJTAG standard"
363 This is part of a solution for the P1149.7, compact JTAG, standard.
[all …]
/drivers/acpi/apei/
DKconfig30 Linux by firmware. This way, some non-standard hardware
31 error registers or non-standard hardware link can be checked
/drivers/input/serio/
DKconfig10 * standard AT keyboard and PS/2 mouse *
33 i8042 is the chip over which the standard AT keyboard and PS/2
182 to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
227 or any standard AT keyboard connected to the mailboard port.
229 When used for the E3 mailboard, a non-standard key table
301 will be used by the standard in-kernel serio consumer drivers,
/drivers/staging/gdm72xx/
DTODO2 - Clean up coding style to meet kernel standard.
/drivers/media/dvb-frontends/
Dstv0900_sw.c75 enum fe_stv0900_search_standard standard; in stv0900_get_sw_loop_params() local
80 standard = intp->srch_standard[demod]; in stv0900_get_sw_loop_params()
92 switch (standard) { in stv0900_get_sw_loop_params()
703 enum fe_stv0900_search_standard standard, in stv0900_set_viterbi_standard() argument
709 switch (standard) { in stv0900_set_viterbi_standard()
845 switch (intp->result[demod].standard) { in stv0900_track_optimization()
949 if (intp->result[demod].standard != STV0900_DVBS2_STANDARD) in stv0900_track_optimization()
1026 if ((intp->result[demod].standard == STV0900_DVBS1_STANDARD) || in stv0900_track_optimization()
1027 (intp->result[demod].standard == STV0900_DSS_STANDARD)) in stv0900_track_optimization()
1212 result->standard = stv0900_get_standard(fe, d); in stv0900_get_signal_params()
[all …]
Dstv0900_priv.h272 enum fe_stv0900_search_standard standard; member
286 enum fe_stv0900_tracking_standard standard; member
/drivers/net/wireless/
DKconfig62 This is the standard Linux driver to support Cisco/Aironet ISA and
68 This driver support both the standard Linux Wireless Extensions
83 chips. This driver supports standard Linux wireless extensions.
126 This is the standard Linux driver to support Cisco/Aironet PCMCIA
135 This driver support both the standard Linux Wireless Extensions
/drivers/staging/unisys/Documentation/
Doverview.txt17 These drivers conform to the standard Linux bus/device model described
44 * Because the s-Par back-end provides a standard EFI framebuffer to each
69 as a module it will typically be loaded automatically via standard udev or
149 Because visorbus is a standard Linux bus driver in the model described in
259 standard udev/systemd environments, as it includes the modules.alias
289 standard udev/systemd environments, as it includes the modules.alias
326 standard udev/systemd environments, as it includes the modules.alias
/drivers/staging/mt29f_spinand/
DTODO5 - Clean up coding style to meet kernel standard.
/drivers/char/ipmi/
DKconfig12 IPMI is a standard for managing sensors (temperature,
71 standard interface. This module requires I2C support.
/drivers/net/ethernet/tile/
DKconfig14 This is a standard Linux network device driver for the

12345