Home
last modified time | relevance | path

Searched refs:std_list (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/i2c/
H A Dtvp514x.c112 const struct tvp514x_std_info *std_list; member
599 *std_id &= decoder->std_list[current_std].standard.id; in tvp514x_querystd()
602 decoder->std_list[current_std].standard.name); in tvp514x_querystd()
620 if (std_id & decoder->std_list[i].standard.id) in tvp514x_s_std()
627 decoder->std_list[i].video_std); in tvp514x_s_std()
633 decoder->std_list[i].video_std; in tvp514x_s_std()
636 decoder->std_list[i].standard.name); in tvp514x_s_std()
759 decoder->std_list[current_std].standard.frameperiod; in tvp514x_g_frame_interval()
787 decoder->std_list[current_std].standard.frameperiod; in tvp514x_s_frame_interval()
974 .std_list = tvp514x_std_list,
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch24 (double of the expected time of drd/tests/std_list on qemuarm64)
/openbmc/linux/drivers/scsi/
H A Dips.h939 IPS_STD_SG_LIST *std_list; member
H A Dips.c1811 scb->sg_list.std_list[indx].address = in ips_fill_scb_sg_single()
1813 scb->sg_list.std_list[indx].length = cpu_to_le32(e_len); in ips_fill_scb_sg_single()
4340 scb_p->sg_list.std_list = in ips_allocatescbs()
4341 ips_sg.std_list + i * IPS_MAX_SG; in ips_allocatescbs()