/drivers/isdn/hisax/ |
D | Kconfig | 98 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/ttpci/ |
D | av7110_v4l.c | 216 static struct saa7146_standard standard[]; variable 248 memcpy(standard, analog_standard, sizeof(struct saa7146_standard) * 2); in av7110_dvb_c_switch() 287 memcpy(standard, dvb_standard, sizeof(struct saa7146_standard) * 2); in av7110_dvb_c_switch() 779 memcpy(standard, dvb_standard, sizeof(struct saa7146_standard) * 2); in av7110_init_analog_module() 832 static struct saa7146_standard standard[] = { variable 899 .stds = &standard[0], 900 .num_stds = ARRAY_SIZE(standard), 917 .stds = &standard[0], 918 .num_stds = ARRAY_SIZE(standard),
|
/drivers/net/arcnet/ |
D | Kconfig | 28 tristate "Enable standard ARCNet packet format (RFC 1201)" 32 industry-standard RFC1201 implementations, like the arcether.com 42 software complying with the "old" standard, specifically, the DOS 45 industry-standard RFC1201 implementations, like the arcether.com 79 This is the chipset driver for the standard COM90xx cards. If you
|
/drivers/media/common/ |
D | saa7146_hlp.c | 22 hyo = vv->standard->v_offset; in calculate_hxo_and_hyo() 23 hxo = vv->standard->h_offset; in calculate_hxo_and_hyo() 534 …calculate_v_scale_registers(dev, field, vv->standard->v_field*2, height, &hps_v_scale, &hps_v_gain… in saa7146_set_window() 540 …calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain,… in saa7146_set_window() 608 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position() 722 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed() 850 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()
|
D | saa7146_video.c | 149 maxw = vv->standard->h_max_out; in try_win() 150 maxh = vv->standard->v_max_out; in try_win() 202 maxw = vv->standard->h_max_out; in try_fmt() 203 maxh = vv->standard->v_max_out; in try_fmt() 1051 *id = vv->standard->id; in saa7146_video_do_ioctl() 1097 vv->standard = &dev->ext_vv_data->stds[i]; in saa7146_video_do_ioctl() 1099 dev->ext_vv_data->std_callback(dev, vv->standard); in saa7146_video_do_ioctl() 1115 DEB_EE(("VIDIOC_S_STD: set to standard to '%s'\n",vv->standard->name)); in saa7146_video_do_ioctl() 1257 fh->video_fmt.width > vv->standard->h_max_out || in buffer_prepare() 1258 fh->video_fmt.height > vv->standard->v_max_out) { in buffer_prepare() [all …]
|
/drivers/media/video/ |
D | pms.c | 66 static int standard; /* 0 - auto 1 - ntsc 2 - pal 3 - secam */ variable 273 standard = format; in pms_format() 481 int fps=(standard==1)?30:25; in pms_framerate() 580 if(standard==1) in pms_resolution() 607 if(standard==1) in pms_resolution() 745 switch(standard) in pms_do_ioctl()
|
D | tvp514x.c | 86 struct v4l2_standard standard; member 215 .standard = { 228 .standard = { 547 *std_id = decoder->std_list[current_std].standard.id; in ioctl_querystd() 550 decoder->std_list[current_std].standard.name); in ioctl_querystd() 571 if (*std_id & decoder->std_list[i].standard.id) in ioctl_s_std() 586 decoder->std_list[i].standard.name); in ioctl_s_std() 1112 decoder->std_list[current_std].standard.frameperiod; in ioctl_g_parm() 1148 decoder->std_list[current_std].standard.frameperiod; in ioctl_s_parm()
|
D | mxb.c | 811 static int std_callback(struct saa7146_dev *dev, struct saa7146_standard *standard) in std_callback() argument 817 if (V4L2_STD_PAL_I == standard->id) { in std_callback() 839 static struct saa7146_standard standard[] = { variable 885 .stds = &standard[0], 886 .num_stds = sizeof(standard)/sizeof(struct saa7146_standard),
|
/drivers/crypto/ |
D | Kconfig | 92 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2). 100 SHA256 secure hash standard (DFIPS 180-2). 111 SHA512 secure hash standard. 157 ANSI X9.17 standard. The PRNG is usable via the char device
|
/drivers/auxdisplay/ |
D | Kconfig | 44 The first standard parallel port address is 0x378. 45 The second standard parallel port address is 0x278. 46 The third standard parallel port address is 0x3BC.
|
/drivers/video/pnx4008/ |
D | sdum.c | 196 int standard; in dum_ch_setup() local 202 standard = 0; in dum_ch_setup() 212 standard = 1; in dum_ch_setup() 217 if (standard) { in dum_ch_setup() 249 if (standard) { in dum_ch_setup()
|
/drivers/media/video/saa7134/ |
D | saa6752hs.c | 103 v4l2_std_id standard; member 674 set_reg8(client, 0x40, (h->standard & V4L2_STD_525_60) ? 1 : 0); in saa6752hs_init() 838 h->standard = *((v4l2_std_id *) arg); in saa6752hs_command() 876 h->standard = 0; /* Assume 625 input lines */ in saa6752hs_probe()
|
/drivers/video/console/ |
D | Kconfig | 13 display that complies with the generic VGA standard. Virtually 27 The scrollback buffer of the standard VGA console is located in 190 If the standard 8x16 font is a little too big for you, say Y. 225 standard font is unreadable for you, say Y, otherwise say N.
|
/drivers/net/hamradio/ |
D | Kconfig | 127 utility available in the standard ax25 utilities package. For 144 the driver, use the sethdlc utility available in the standard ax25 160 available in the standard ax25 utilities package. For information on 175 in the standard ax25 utilities package. For information on the
|
/drivers/i2c/busses/ |
D | i2c-pmcmsp.c | 91 struct pmcmsptwi_clock standard; /* The standard/fast clock config */ member 126 .standard = { 190 pmcmsptwi_writel(pmcmsptwi_clock_to_reg(&cfg->standard), in pmcmsptwi_set_clock_config()
|
/drivers/usb/host/ |
D | Kconfig | 24 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 145 The Open Host Controller Interface (OHCI) is a standard for accessing 230 The Universal Host Controller Interface is a standard by Intel for 233 standard, you may want to say Y, but see below. All recent boards 235 i810, i820) conform to this standard. Also all VIA PCI chipsets
|
/drivers/isdn/icn/ |
D | Kconfig | 9 company called ICN. 2B is the standard version for a single ISDN
|
/drivers/mtd/lpddr/ |
D | Kconfig | 11 flash chips. Synonymous with Mobile-DDR. It is a new standard for
|
/drivers/staging/go7007/ |
D | go7007-v4l2.c | 173 switch (go->standard) { in set_capture_size() 1162 go->standard = GO7007_STD_NTSC; in vidioc_s_std() 1165 go->standard = GO7007_STD_PAL; in vidioc_s_std() 1168 go->standard = GO7007_STD_PAL; in vidioc_s_std() 1350 switch (go->standard) { in vidioc_cropcap() 1397 switch (go->standard) { in vidioc_g_crop() 1528 if (go->standard == GO7007_STD_NTSC) 1536 if (go->standard == GO7007_STD_NTSC)
|
D | go7007.txt | 23 These should be used instead of the non-standard GO7007 ioctls described 239 The V4L2 device implemented by the driver provides a standard compressed 266 The include/ directory contains a C header file describing non-standard 341 mpeg_video_standard The MPEG video standard in which to 444 or other V4L(2) video software as a standard uncompressed device. 453 and the video standard must be specified to both the raw and the compressed
|
D | go7007-fw.c | 546 aspect_ratio = go->standard == GO7007_STD_NTSC ? 3 : 2; in mpeg1_sequence_header() 549 aspect_ratio = go->standard == GO7007_STD_NTSC ? 5 : 4; in mpeg1_sequence_header() 621 CODE_ADD(c, go->standard == GO7007_STD_NTSC ? 2 : 1, 3); in mpeg1_sequence_header() 799 aspect_ratio = go->standard == GO7007_STD_NTSC ? 3 : 2; in mpeg4_sequence_header() 802 aspect_ratio = go->standard == GO7007_STD_NTSC ? 5 : 4; in mpeg4_sequence_header()
|
/drivers/input/serio/ |
D | Kconfig | 10 * standard AT keyboard and PS/2 mouse * 26 i8042 is the chip over which the standard AT keyboard and PS/2 173 to a PS/2 port, such as PS/2 mouse or standard AT keyboard.
|
/drivers/serial/ |
D | Kconfig | 14 This selects whether you want to include the driver for the standard 15 serial ports. The standard answer is Y. People who might say N 18 serial mouse and don't intend to use their machine's standard serial 26 non-standard serial ports, since the configuration information will 38 modems and similar devices connecting to the standard serial ports. 88 This builds standard PCI serial support. You may be able to 97 This builds standard PNP serial support. You may be able to 144 If you wish to use any non-standard features of the standard "dumb" 158 standard COM 1/2/3/4 ports. This may happen if you have an AST 161 serial port hardware which acts similar to standard serial port [all …]
|
/drivers/net/wireless/ |
D | Kconfig | 179 This is the standard Linux driver to support Cisco/Aironet ISA and 185 This driver support both the standard Linux Wireless Extensions 239 a non-standard interface. 320 chips. This driver supports standard Linux wireless extensions. 353 This is the standard Linux driver to support Cisco/Aironet PCMCIA 362 This driver support both the standard Linux Wireless Extensions
|
/drivers/pnp/ |
D | Kconfig | 10 Plug and Play (PnP) is a standard for peripherals which allows those
|