Searched refs:std (Results 276 - 300 of 338) sorted by relevance

<<11121314

/linux-master/scripts/
H A Dcheck-uapi.sh186 -std=c90 \
/linux-master/drivers/media/i2c/
H A Disl7998x.c808 static int isl7998x_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) argument
867 *std = isl7998x_std_res[std_id[0]].norm;
878 static int isl7998x_g_tvnorms(struct v4l2_subdev *sd, v4l2_std_id *std) argument
880 *std = V4L2_STD_ALL;
H A Dmsp3400-driver.c444 msp_standard_std_name(state->std), state->detected_std);
586 msp_standard_std_name(state->std),
/linux-master/tools/lib/bpf/
H A DMakefile87 override CFLAGS += -std=gnu89
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile386 $(CC) -o $@ $(CFLAGS) $(LDFLAGS) -std=gnu11 $<
396 cd $(IPUTILS_PATH) && $(CC) $(CFLAGS) -std=c99 -o $@ ping.c ping_common.c ping6_common.c iputils_common.c -D_GNU_SOURCE -D'IPUTILS_VERSION(f)=f' -lresolv $(LDFLAGS)
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-dvb.c44 .atsc_6 = { .if_freq = 3250, .agc_mode = 3, .std = 3,
46 .qam_6 = { .if_freq = 4000, .agc_mode = 3, .std = 0,
/linux-master/arch/powerpc/include/asm/
H A Dio.h195 DEF_MMIO_OUT_D(out_be64, 64, std);
209 DEF_MMIO_OUT_D(out_le64, 64, std);
H A Dppc_asm.h55 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, GPR0
417 std r0,16(r1); \
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-video.c469 i->std = CX25821_NORMS;
517 o->std = CX25821_NORMS;
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-usb.c1233 go->std = V4L2_STD_PAL;
1239 go->std = V4L2_STD_NTSC_M_JP;
H A Dgo7007-driver.c724 go->std = V4L2_STD_NTSC_M;
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h55 #define SAVE_GPRS(start, end, base) OP_REGS std, 8, start, end, base, GPR0
417 std r0,16(r1); \
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c362 .atsc_6 = { .if_freq = 3250, .agc_mode = 3, .std = 0,
364 .qam_6 = { .if_freq = 4000, .agc_mode = 3, .std = 1,
902 .dvbt_6 = { .if_freq = 4000, .agc_mode = 3, .std = 4,
913 .atsc_6 = { .if_freq = 5000, .agc_mode = 3, .std = 0, .if_lvl = 1,
915 .qam_6 = { .if_freq = 5380, .agc_mode = 3, .std = 3, .if_lvl = 1,
/linux-master/drivers/media/pci/solo6x10/
H A Dsolo6x10-v4l2-enc.c241 /* Common for both std and ext encoding */
786 input->std = solo_enc->vfd->tvnorms;
949 static int solo_enc_s_std(struct file *file, void *priv, v4l2_std_id std) argument
953 return solo_set_video_type(solo_enc->solo_dev, std & V4L2_STD_625_50);
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-video.c1159 i->std = SAA7134_NORMS;
1280 int saa7134_querystd(struct file *file, void *priv, v4l2_std_id *std) argument
1283 *std &= saa7134_read_std(dev);
/linux-master/arch/sparc/kernel/
H A Dfpu_traps.S240 std %f62, [%g6 + TI_FPREGS + (62 * 4)]
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c566 i->std = dev->vdev.tvnorms;
/linux-master/drivers/staging/most/video/
H A Dvideo.c313 input->std = mdev->vdev->tvnorms;
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.h657 v4l2_std_id std; member in struct:cx18
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpuapi.h788 enum wave_std std; member in struct:vpu_instance
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.h657 v4l2_std_id std; /* current capture TV standard */ member in struct:ivtv
/linux-master/tools/testing/selftests/kvm/
H A DMakefile226 CFLAGS += -Wall -Wstrict-prototypes -Wuninitialized -O2 -g -std=gnu99 \
/linux-master/arch/x86/entry/
H A Dentry_64.S1451 std
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c552 vin->std = V4L2_STD_UNKNOWN;
553 ret = v4l2_subdev_call(subdev, video, g_std, &vin->std);
/linux-master/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c2626 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std, argument
2641 params.is_tv = std;
2642 params.is_60hz = std & V4L2_STD_525_60;
2710 void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std, unsigned p, u8 *vbuf) argument
2716 tpg_fill_plane_buffer(tpg, std, p, vbuf);
2721 tpg_fill_plane_buffer(tpg, std, i, vbuf + offset);

Completed in 616 milliseconds

<<11121314