Home
last modified time | relevance | path

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

123456

/drivers/media/dvb-frontends/drx39xyj/
A Ddrxj.c4925 if ((ext_attr->standard == agc_settings->standard) || in set_agc_rf()
5139 if ((ext_attr->standard == agc_settings->standard) || in set_agc_if()
10454 standard = ext_attr->standard; in ctrl_set_channel()
10457 switch (standard) { in ctrl_set_channel()
10611 switch (standard) { in ctrl_set_channel()
10675 enum drx_standard standard = ext_attr->standard; in ctrl_sig_quality() local
10689 switch (standard) { in ctrl_sig_quality()
10802 standard = ext_attr->standard; in ctrl_lock_status()
10919 ext_attr->standard = *standard; in ctrl_set_standard()
11202 if ((ext_attr->standard == pre_saw->standard) || in ctrl_set_cfg_pre_saw()
[all …]
A 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
425 enum drx_standard standard; /*< current standard information */ member
/drivers/bcma/
A 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/media/common/saa7146/
A Dsaa7146_video.c335 v4l2_video_std_frame_period(vv->standard->id, in vidioc_g_parm()
374 maxw = vv->standard->h_max_out; in vidioc_try_fmt_vid_cap()
375 maxh = vv->standard->v_max_out; in vidioc_try_fmt_vid_cap()
453 *norm = vv->standard->id; in vidioc_g_std()
471 vv->standard == &dev->ext_vv_data->stds[i]) in vidioc_s_std()
480 vv->standard = &dev->ext_vv_data->stds[i]; in vidioc_s_std()
482 dev->ext_vv_data->std_callback(dev, vv->standard); in vidioc_s_std()
491 DEB_EE("VIDIOC_S_STD: set to standard to '%s'\n", vv->standard->name); in vidioc_s_std()
697 vv->standard = &dev->ext_vv_data->stds[0]; in video_init()
A Dsaa7146_hlp.c26 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo()
27 hxo = vv->standard->h_offset; in calculate_hxo_and_hyo()
321 …calculate_v_scale_registers(dev, field, vv->standard->v_field*2, height, &hps_v_scale, &hps_v_gain… in saa7146_set_window()
327 …calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain,… in saa7146_set_window()
429 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed()
560 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()
/drivers/media/i2c/
A Dtvp514x.c72 struct v4l2_standard standard; member
237 .standard = {
250 .standard = {
600 *std_id &= decoder->std_list[current_std].standard.id; in tvp514x_querystd()
603 decoder->std_list[current_std].standard.name); in tvp514x_querystd()
621 if (std_id & decoder->std_list[i].standard.id) in tvp514x_s_std()
637 decoder->std_list[i].standard.name); in tvp514x_s_std()
760 decoder->std_list[current_std].standard.frameperiod; in tvp514x_get_frame_interval()
787 decoder->std_list[current_std].standard.frameperiod; in tvp514x_set_frame_interval()
A Dsaa6752hs.c93 v4l2_std_id standard; member
438 set_reg8(client, 0x40, (h->standard & V4L2_STD_525_60) ? 1 : 0); in saa6752hs_init()
630 h->standard = std; in saa6752hs_s_std()
760 h->standard = 0; /* Assume 625 input lines */ in saa6752hs_probe()
/drivers/media/usb/cx231xx/
A Dcx231xx-avcore.c1505 u32 standard = 0; in cx231xx_set_Colibri_For_LowIF() local
1520 standard = dev->norm; in cx231xx_set_Colibri_For_LowIF()
1522 func_mode, standard); in cx231xx_set_Colibri_For_LowIF()
1526 standard); in cx231xx_set_Colibri_For_LowIF()
1643 if (standard & V4L2_STD_MN) { in cx231xx_dif_configure_C2HH_for_low_IF()
1666 (standard & V4L2_STD_PAL_D) | in cx231xx_dif_configure_C2HH_for_low_IF()
1667 (standard & V4L2_STD_SECAM)) { in cx231xx_dif_configure_C2HH_for_low_IF()
1721 if (standard != DIF_USE_BASEBAND) in cx231xx_dif_set_standard()
1722 dev->norm = standard; in cx231xx_dif_set_standard()
1745 func_mode, standard); in cx231xx_dif_set_standard()
[all …]
/drivers/staging/media/av7110/
A Dav7110_v4l.c206 static struct saa7146_standard standard[]; variable
227 memcpy(standard, analog_standard, sizeof(struct saa7146_standard) * 2); in av7110_dvb_c_switch()
266 memcpy(standard, dvb_standard, sizeof(struct saa7146_standard) * 2); in av7110_dvb_c_switch()
791 memcpy(standard, dvb_standard, sizeof(struct saa7146_standard) * 2); in av7110_init_analog_module()
874 static struct saa7146_standard standard[] = { variable
939 .stds = &standard[0],
940 .num_stds = ARRAY_SIZE(standard),
952 .stds = &standard[0],
953 .num_stds = ARRAY_SIZE(standard),
/drivers/net/arcnet/
A DKconfig25 tristate "Enable standard ARCNet packet format (RFC 1201)"
29 industry-standard RFC1201 implementations, like the arcether.com
39 software complying with the "old" standard, specifically, the DOS
42 industry-standard RFC1201 implementations, like the arcether.com
76 This is the chipset driver for the standard COM90xx cards. If you
/drivers/platform/arm64/
A DKconfig34 standard ACPI devices.
53 standard ACPI devices.
69 standard ACPI devices.
/drivers/tty/serial/8250/
A DKconfig13 This selects whether you want to include the driver for the standard
14 serial ports. The standard answer is Y. People who might say N
17 serial mouse and don't intend to use their machine's standard serial
23 non-standard serial ports, since the configuration information will
35 modems and similar devices connecting to the standard serial ports.
59 This builds standard PNP serial support. You may be able to
82 standard 16550A serial port, however the device may not function
143 This builds standard PCI serial support. You may be able to
216 If you wish to use any non-standard features of the standard "dumb"
230 standard COM 1/2/3/4 ports. This may happen if you have an AST
[all …]
/drivers/media/pci/saa7146/
A Dmxb.c763 static int std_callback(struct saa7146_dev *dev, struct saa7146_standard *standard) in std_callback() argument
767 if (V4L2_STD_PAL_I == standard->id) { in std_callback()
781 std = standard->id; in std_callback()
793 static struct saa7146_standard standard[] = { variable
839 .stds = &standard[0],
840 .num_stds = ARRAY_SIZE(standard),
/drivers/input/serio/
A DKconfig11 * standard AT keyboard and PS/2 mouse *
34 i8042 is the chip over which the standard AT keyboard and PS/2
184 to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
229 or any standard AT keyboard connected to the mailboard port.
231 When used for the E3 mailboard, a non-standard key table
314 will be used by the standard in-kernel serio consumer drivers,
/drivers/media/dvb-frontends/
A Dstv0900_sw.c61 enum fe_stv0900_search_standard standard; in stv0900_get_sw_loop_params() local
66 standard = intp->srch_standard[demod]; in stv0900_get_sw_loop_params()
78 switch (standard) { in stv0900_get_sw_loop_params()
689 enum fe_stv0900_search_standard standard, in stv0900_set_viterbi_standard() argument
695 switch (standard) { in stv0900_set_viterbi_standard()
831 switch (intp->result[demod].standard) { in stv0900_track_optimization()
935 if (intp->result[demod].standard != STV0900_DVBS2_STANDARD) in stv0900_track_optimization()
1013 (intp->result[demod].standard == STV0900_DSS_STANDARD)) in stv0900_track_optimization()
1198 result->standard = stv0900_get_standard(fe, d); in stv0900_get_signal_params()
1217 switch (result->standard) { in stv0900_get_signal_params()
[all …]
A Dstv0900_priv.h257 enum fe_stv0900_search_standard standard; member
271 enum fe_stv0900_tracking_standard standard; member
/drivers/net/hamradio/
A DKconfig97 utility available in the standard ax25 utilities package.
114 the driver, use the sethdlc utility available in the standard ax25
129 available in the standard ax25 utilities package.
144 in the standard ax25 utilities package.
/drivers/acpi/apei/
A DKconfig32 Linux by firmware. This way, some non-standard hardware
33 error registers or non-standard hardware link can be checked
/drivers/media/platform/chips-media/coda/
A DKconfig4 tristate "Chips&Media Coda multi-standard codec IP"
/drivers/acpi/arm64/
A DKconfig17 a standard that enables issuing a non-maskable diagnostic dump and
/drivers/opp/
A DKconfig5 SOCs have a standard set of tuples consisting of frequency and
/drivers/usb/cdns3/
A DKconfig48 standard XHCI driver.
131 standard XHCI driver.
/drivers/hid/
A DKconfig246 HID standard.
258 HID standard.
267 HID standard.
492 Support for KYE/Genius devices not fully compliant with HID standard:
556 Support for ITE devices not fully compliant with HID standard.
1012 HID standard.
1018 HID standard.
1039 HID standard.
1056 with the HID standard.
1324 standard. Currently only supports the Xin-Mo Dual Arcade. Say Y here
[all …]
/drivers/tty/
A DKconfig108 however, supports the Unix98 naming standard: in order to acquire a
195 bool "Non-standard serial port support"
198 Say Y here if you have any non-standard serial boards -- boards
199 which aren't supported using the standard "dumb" serial driver.
207 the questions about non-standard serial boards.
422 rpmsg messages as a standard tty protocol.
/drivers/infiniband/sw/siw/
A DKconfig10 standard Ethernet adapter to interoperate with a iWARP

Completed in 79 milliseconds

123456