Home
last modified time | relevance | path

Searched full:sel (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/linux-6.12.1/drivers/hid/amd-sfh-hid/hid_descriptor/
Damd_sfh_hid_report_desc.h28 0x0A, 0x30, 0x08, /* Sensor property connection type intergated sel*/
29 0x0A, 0x31, 0x08, /* Sensor property connection type attached sel */
30 0x0A, 0x32, 0x08, /* Sensor property connection type external sel */
39 0x0A, 0x40, 0x08, /* Sensor property report state no events sel */
40 0x0A, 0x41, 0x08, /* Sensor property report state all events sel */
41 0x0A, 0x42, 0x08, /* Sensor property report state threshold events sel */
42 0x0A, 0x43, 0x08, /* Sensor property report state no events wake sel */
43 0x0A, 0x44, 0x08, /* Sensor property report state all events wake sel */
44 0x0A, 0x45, 0x08, /* Sensor property report state threshold events wake sel */
53 0x0A, 0x50, 0x08, /* Sensor property power state undefined sel */
[all …]
/linux-6.12.1/drivers/staging/media/starfive/camss/
Dstf-isp.c15 struct v4l2_subdev_selection *sel);
159 struct v4l2_subdev_selection sel = { 0 }; in isp_set_format() local
162 sel.which = fmt->which; in isp_set_format()
163 sel.pad = STF_ISP_PAD_SINK; in isp_set_format()
164 sel.target = V4L2_SEL_TGT_CROP; in isp_set_format()
165 sel.r.width = fmt->format.width; in isp_set_format()
166 sel.r.height = fmt->format.height; in isp_set_format()
167 isp_set_selection(sd, state, &sel); in isp_set_format()
200 struct v4l2_subdev_selection *sel) in isp_get_selection() argument
205 switch (sel->target) { in isp_get_selection()
[all …]
/linux-6.12.1/sound/soc/meson/
Daxg-frddr.c132 SND_SOC_DAPM_DEMUX("SINK SEL", SND_SOC_NOPM, 0, 0,
145 { "SINK SEL", NULL, "Playback" },
146 { "OUT 0", "OUT 0", "SINK SEL" },
147 { "OUT 1", "OUT 1", "SINK SEL" },
148 { "OUT 2", "OUT 2", "SINK SEL" },
149 { "OUT 3", "OUT 3", "SINK SEL" },
150 { "OUT 4", "OUT 4", "SINK SEL" },
151 { "OUT 5", "OUT 5", "SINK SEL" },
152 { "OUT 6", "OUT 6", "SINK SEL" },
153 { "OUT 7", "OUT 7", "SINK SEL" },
[all …]
Daxg-toddr.c151 SND_SOC_DAPM_MUX("SRC SEL", SND_SOC_NOPM, 0, 0, &axg_toddr_in_mux),
163 { "Capture", NULL, "SRC SEL" },
164 { "SRC SEL", "IN 0", "IN 0" },
165 { "SRC SEL", "IN 1", "IN 1" },
166 { "SRC SEL", "IN 2", "IN 2" },
167 { "SRC SEL", "IN 3", "IN 3" },
168 { "SRC SEL", "IN 4", "IN 4" },
169 { "SRC SEL", "IN 5", "IN 5" },
170 { "SRC SEL", "IN 6", "IN 6" },
171 { "SRC SEL", "IN 7", "IN 7" },
[all …]
Daxg-tdmin.c184 SND_SOC_DAPM_MUX("SRC SEL", SND_SOC_NOPM, 0, 0, &axg_tdmin_in_mux),
192 { "SRC SEL", "IN 0", "IN 0" },
193 { "SRC SEL", "IN 1", "IN 1" },
194 { "SRC SEL", "IN 2", "IN 2" },
195 { "SRC SEL", "IN 3", "IN 3" },
196 { "SRC SEL", "IN 4", "IN 4" },
197 { "SRC SEL", "IN 5", "IN 5" },
198 { "SRC SEL", "IN 6", "IN 6" },
199 { "SRC SEL", "IN 7", "IN 7" },
200 { "SRC SEL", "IN 8", "IN 8" },
[all …]
/linux-6.12.1/drivers/media/platform/renesas/vsp1/
Dvsp1_rwpf.c125 struct v4l2_subdev_selection *sel) in vsp1_rwpf_get_selection() argument
136 if (rwpf->entity.type == VSP1_ENTITY_WPF || sel->pad != RWPF_PAD_SINK) in vsp1_rwpf_get_selection()
141 state = vsp1_entity_get_state(&rwpf->entity, sd_state, sel->which); in vsp1_rwpf_get_selection()
147 switch (sel->target) { in vsp1_rwpf_get_selection()
149 sel->r = *v4l2_subdev_state_get_crop(state, RWPF_PAD_SINK); in vsp1_rwpf_get_selection()
154 sel->r.left = 0; in vsp1_rwpf_get_selection()
155 sel->r.top = 0; in vsp1_rwpf_get_selection()
156 sel->r.width = format->width; in vsp1_rwpf_get_selection()
157 sel->r.height = format->height; in vsp1_rwpf_get_selection()
172 struct v4l2_subdev_selection *sel) in vsp1_rwpf_set_selection() argument
[all …]
Dvsp1_histo.c199 struct v4l2_subdev_selection *sel) in histo_get_selection() argument
207 if (sel->pad != HISTO_PAD_SINK) in histo_get_selection()
212 state = vsp1_entity_get_state(&histo->entity, sd_state, sel->which); in histo_get_selection()
218 switch (sel->target) { in histo_get_selection()
222 sel->r.left = 0; in histo_get_selection()
223 sel->r.top = 0; in histo_get_selection()
224 sel->r.width = crop->width; in histo_get_selection()
225 sel->r.height = crop->height; in histo_get_selection()
231 sel->r.left = 0; in histo_get_selection()
232 sel->r.top = 0; in histo_get_selection()
[all …]
Dvsp1_uif.c86 struct v4l2_subdev_selection *sel) in uif_get_selection() argument
93 if (sel->pad != UIF_PAD_SINK) in uif_get_selection()
98 state = vsp1_entity_get_state(&uif->entity, sd_state, sel->which); in uif_get_selection()
104 switch (sel->target) { in uif_get_selection()
108 sel->r.left = 0; in uif_get_selection()
109 sel->r.top = 0; in uif_get_selection()
110 sel->r.width = format->width; in uif_get_selection()
111 sel->r.height = format->height; in uif_get_selection()
115 sel->r = *v4l2_subdev_state_get_crop(state, sel->pad); in uif_get_selection()
130 struct v4l2_subdev_selection *sel) in uif_set_selection() argument
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/mmc/
Dsdhci-am654.yaml61 ti,otap-del-sel-legacy:
67 ti,otap-del-sel-mmc-hs:
73 ti,otap-del-sel-sd-hs:
79 ti,otap-del-sel-sdr12:
85 ti,otap-del-sel-sdr25:
91 ti,otap-del-sel-sdr50:
97 ti,otap-del-sel-sdr104:
103 ti,otap-del-sel-ddr50:
109 ti,otap-del-sel-ddr52:
115 ti,otap-del-sel-hs200:
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/phy/
Dti,phy-gmii-sel.yaml5 $id: http://devicetree.org/schemas/phy/ti,phy-gmii-sel.yaml#
51 - ti,am3352-phy-gmii-sel
52 - ti,dra7xx-phy-gmii-sel
53 - ti,am43xx-phy-gmii-sel
54 - ti,dm814-phy-gmii-sel
55 - ti,am654-phy-gmii-sel
56 - ti,j7200-cpsw5g-phy-gmii-sel
57 - ti,j721e-cpsw9g-phy-gmii-sel
58 - ti,j784s4-cpsw9g-phy-gmii-sel
86 - ti,dra7xx-phy-gmii-sel
[all …]
/linux-6.12.1/drivers/power/supply/
Dmt6360_charger.c257 u32 sel, value; in mt6360_charger_get_ichg() local
259 ret = regmap_read(mci->regmap, MT6360_PMU_CHG_CTRL7, &sel); in mt6360_charger_get_ichg()
262 sel = (sel & MT6360_ICHG_MASK) >> MT6360_ICHG_SHFT; in mt6360_charger_get_ichg()
263 ret = linear_range_get_value(&mt6360_chg_range[MT6360_RANGE_ICHG], sel, &value); in mt6360_charger_get_ichg()
280 u32 sel, value; in mt6360_charger_get_cv() local
282 ret = regmap_read(mci->regmap, MT6360_PMU_CHG_CTRL4, &sel); in mt6360_charger_get_cv()
285 sel = (sel & MT6360_VOREG_MASK) >> MT6360_VOREG_SHFT; in mt6360_charger_get_cv()
286 ret = linear_range_get_value(&mt6360_chg_range[MT6360_RANGE_VOREG], sel, &value); in mt6360_charger_get_cv()
303 u32 sel, value; in mt6360_charger_get_aicr() local
305 ret = regmap_read(mci->regmap, MT6360_PMU_CHG_CTRL3, &sel); in mt6360_charger_get_aicr()
[all …]
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dselection-api-examples.rst16 struct v4l2_selection sel = {
20 ret = ioctl(fd, VIDIOC_G_SELECTION, &sel);
23 sel.target = V4L2_SEL_TGT_CROP;
24 ret = ioctl(fd, VIDIOC_S_SELECTION, &sel);
36 struct v4l2_selection sel = {
42 ret = ioctl(fd, VIDIOC_G_SELECTION, &sel);
46 r.width = sel.r.width / 2;
47 r.height = sel.r.height / 2;
48 r.left = sel.r.width / 4;
49 r.top = sel.r.height / 4;
[all …]
/linux-6.12.1/drivers/net/ethernet/broadcom/asp2/
Dbcmasp.h81 #define ASP_RX_FILTER_MDA_CFG(sel) (((sel) * 0x14) + 0x100) argument
83 #define ASP_RX_FILTER_MDA_CFG_UMC_SEL(sel) ((sel) > 1 ? BIT(17) : \ argument
84 BIT((sel) + 9))
85 #define ASP_RX_FILTER_MDA_PAT_H(sel) (((sel) * 0x14) + 0x104) argument
86 #define ASP_RX_FILTER_MDA_PAT_L(sel) (((sel) * 0x14) + 0x108) argument
87 #define ASP_RX_FILTER_MDA_MSK_H(sel) (((sel) * 0x14) + 0x10c) argument
88 #define ASP_RX_FILTER_MDA_MSK_L(sel) (((sel) * 0x14) + 0x110) argument
89 #define ASP_RX_FILTER_MDA_CFG(sel) (((sel) * 0x14) + 0x100) argument
90 #define ASP_RX_FILTER_MDA_PAT_H(sel) (((sel) * 0x14) + 0x104) argument
91 #define ASP_RX_FILTER_MDA_PAT_L(sel) (((sel) * 0x14) + 0x108) argument
[all …]
/linux-6.12.1/drivers/regulator/
Danatop-regulator.c31 int sel; member
63 int sel; in anatop_regmap_enable() local
65 sel = anatop_reg->bypass ? LDO_FET_FULL_ON : anatop_reg->sel; in anatop_regmap_enable()
66 return regulator_set_voltage_sel_regmap(reg, sel); in anatop_regmap_enable()
86 anatop_reg->sel = selector; in anatop_regmap_core_set_voltage_sel()
92 anatop_reg->sel = selector; in anatop_regmap_core_set_voltage_sel()
101 return anatop_reg->sel; in anatop_regmap_core_get_voltage_sel()
109 int sel; in anatop_regmap_get_bypass() local
111 sel = regulator_get_voltage_sel_regmap(reg); in anatop_regmap_get_bypass()
112 if (sel == LDO_FET_FULL_ON) in anatop_regmap_get_bypass()
[all …]
/linux-6.12.1/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-pipe.c547 struct v4l2_subdev_selection *sel) in mxc_isi_pipe_get_selection() argument
553 switch (sel->target) { in mxc_isi_pipe_get_selection()
555 if (sel->pad != MXC_ISI_PIPE_PAD_SINK) in mxc_isi_pipe_get_selection()
562 sel->r.left = 0; in mxc_isi_pipe_get_selection()
563 sel->r.top = 0; in mxc_isi_pipe_get_selection()
564 sel->r.width = format->width; in mxc_isi_pipe_get_selection()
565 sel->r.height = format->height; in mxc_isi_pipe_get_selection()
569 if (sel->pad != MXC_ISI_PIPE_PAD_SOURCE) in mxc_isi_pipe_get_selection()
576 sel->r = *rect; in mxc_isi_pipe_get_selection()
580 if (sel->pad != MXC_ISI_PIPE_PAD_SOURCE) in mxc_isi_pipe_get_selection()
[all …]
/linux-6.12.1/drivers/media/pci/intel/ipu6/
Dipu6-isys-csi2.c409 struct v4l2_subdev_selection *sel) in ipu6_isys_csi2_set_sel() argument
417 if (sel->pad == CSI2_PAD_SINK || sel->target != V4L2_SEL_TGT_CROP) in ipu6_isys_csi2_set_sel()
421 sel->pad, in ipu6_isys_csi2_set_sel()
422 sel->stream); in ipu6_isys_csi2_set_sel()
426 src_ffmt = v4l2_subdev_state_get_format(state, sel->pad, sel->stream); in ipu6_isys_csi2_set_sel()
430 crop = v4l2_subdev_state_get_crop(state, sel->pad, sel->stream); in ipu6_isys_csi2_set_sel()
435 sel->r.left = 0; in ipu6_isys_csi2_set_sel()
436 sel->r.width = sink_ffmt->width; in ipu6_isys_csi2_set_sel()
439 sel->r.top &= ~1; in ipu6_isys_csi2_set_sel()
440 sel->r.height = clamp(sel->r.height & ~1, IPU6_ISYS_MIN_HEIGHT, in ipu6_isys_csi2_set_sel()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/net/
Dcpsw-phy-sel.txt5 - compatible : Should be "ti,am3352-cpsw-phy-sel" for am335x platform and
6 "ti,dra7xx-cpsw-phy-sel" for dra7xx platform
7 "ti,am43xx-cpsw-phy-sel" for am43xx platform
18 phy_sel: cpsw-phy-sel@44e10650 {
19 compatible = "ti,am3352-cpsw-phy-sel";
21 reg-names = "gmii-sel";
25 phy_sel: cpsw-phy-sel@44e10650 {
26 compatible = "ti,am3352-cpsw-phy-sel";
28 reg-names = "gmii-sel";
/linux-6.12.1/arch/arm/mach-dove/
Dmpp.c68 static void __init dove_mpp_cfg_nfc(int sel) in dove_mpp_cfg_nfc() argument
73 mpp_gen_cfg |= sel; in dove_mpp_cfg_nfc()
79 static void __init dove_mpp_cfg_au1(int sel) in dove_mpp_cfg_au1() argument
91 if (!sel || sel == 0x2) in dove_mpp_cfg_au1()
96 if (sel & 0x1) { in dove_mpp_cfg_au1()
100 if (sel & 0x2) { in dove_mpp_cfg_au1()
104 if (sel & 0x4) { in dove_mpp_cfg_au1()
108 if (sel & 0x8) in dove_mpp_cfg_au1()
117 /* Configure the group registers, enabling GPIO if sel indicates the
126 unsigned int sel = MPP_SEL(*mpp_grp_list); in dove_mpp_conf_grp() local
[all …]
/linux-6.12.1/lib/
Dtest_linear_ranges.c117 unsigned int sel, val; in range_test_get_value() local
120 sel = range1_sels[i]; in range_test_get_value()
121 ret = linear_range_get_value_array(&testr[0], 2, sel, &val); in range_test_get_value()
126 sel = range2_sels[i]; in range_test_get_value()
127 ret = linear_range_get_value_array(&testr[0], 2, sel, &val); in range_test_get_value()
131 ret = linear_range_get_value_array(&testr[0], 2, sel + 1, &val); in range_test_get_value()
138 unsigned int sel; in range_test_get_selector_high() local
143 &sel, &found); in range_test_get_selector_high()
145 KUNIT_EXPECT_EQ(test, sel, range1_sels[i]); in range_test_get_selector_high()
150 &sel, &found); in range_test_get_selector_high()
[all …]
/linux-6.12.1/include/linux/iio/
Diio-gts-helper.h23 * @sel: Selector (usually register value) used to indicate this gain.
28 int sel; member
48 * @sel: Selector (usually register value) used to indicate this time
55 int sel; member
75 .sel = (_sel), \
81 .sel = (_sel), \
101 iio_gts_find_itime_by_sel(struct iio_gts *gts, int sel) in iio_gts_find_itime_by_sel() argument
106 if (gts->itime_table[i].sel == sel) in iio_gts_find_itime_by_sel()
119 * @sel: selector for which matching integration time is searched for
124 static inline int iio_gts_find_int_time_by_sel(struct iio_gts *gts, int sel) in iio_gts_find_int_time_by_sel() argument
[all …]
/linux-6.12.1/drivers/clk/qcom/
Dclk-krait.c23 static void __krait_mux_set_sel(struct krait_mux_clk *mux, int sel) in __krait_mux_set_sel() argument
39 regval |= (sel & mux->mask) << mux->shift; in __krait_mux_set_sel()
42 regval |= (sel & mux->mask) << (mux->shift + LPL_SHIFT); in __krait_mux_set_sel()
66 u32 sel; in krait_mux_set_parent() local
68 sel = clk_mux_index_to_val(mux->parent_map, 0, index); in krait_mux_set_parent()
69 mux->en_mask = sel; in krait_mux_set_parent()
72 __krait_mux_set_sel(mux, sel); in krait_mux_set_parent()
82 u32 sel; in krait_mux_get_parent() local
84 sel = krait_get_l2_indirect_reg(mux->offset); in krait_mux_get_parent()
85 sel >>= mux->shift; in krait_mux_get_parent()
[all …]
/linux-6.12.1/drivers/clk/bcm/
Dclk-bcm281xx.c38 .sel = SELECTOR(0x0a10, 0, 2),
47 .sel = SELECTOR(0x0a04, 0, 2),
55 .sel = SELECTOR(0x0a00, 0, 2),
79 .sel = SELECTOR(0x0e74, 0, 2),
101 .sel = SELECTOR(0x0a28, 0, 3),
113 .sel = SELECTOR(0x0a2c, 0, 3),
125 .sel = SELECTOR(0x0a34, 0, 3),
137 .sel = SELECTOR(0x0a30, 0, 3),
148 .sel = SELECTOR(0x0a24, 0, 2),
158 .sel = SELECTOR(0x0a38, 0, 2),
[all …]
Dclk-kona-setup.c13 #define selector_clear_exists(sel) ((sel)->width = 0) argument
46 struct bcm_clk_sel *sel; in clk_requires_trigger() local
52 sel = &peri->sel; in clk_requires_trigger()
53 if (sel->parent_count && selector_exists(sel)) in clk_requires_trigger()
76 struct bcm_clk_sel *sel; in peri_clk_data_offsets_valid() local
140 sel = &peri->sel; in peri_clk_data_offsets_valid()
141 if (selector_exists(sel)) { in peri_clk_data_offsets_valid()
142 if (sel->offset > limit) { in peri_clk_data_offsets_valid()
144 __func__, name, sel->offset, limit); in peri_clk_data_offsets_valid()
283 static bool sel_valid(struct bcm_clk_sel *sel, const char *field_name, in sel_valid() argument
[all …]
/linux-6.12.1/drivers/firmware/
Ddmi-sysfs.c273 struct dmi_system_event_log sel; \
274 if (sizeof(sel) > dmi_entry_length(dh)) \
276 memcpy(&sel, dh, sizeof(sel)); \
277 return sprintf(buf, "%u\n", sel._field); \
279 static DMI_SYSFS_MAPPED_ATTR(sel, _field)
314 typedef u8 (*sel_io_reader)(const struct dmi_system_event_log *sel,
319 static u8 read_sel_8bit_indexed_io(const struct dmi_system_event_log *sel, in read_sel_8bit_indexed_io() argument
325 outb((u8)offset, sel->io.index_addr); in read_sel_8bit_indexed_io()
326 ret = inb(sel->io.data_addr); in read_sel_8bit_indexed_io()
331 static u8 read_sel_2x8bit_indexed_io(const struct dmi_system_event_log *sel, in read_sel_2x8bit_indexed_io() argument
[all …]
/linux-6.12.1/tools/testing/selftests/syscall_user_dispatch/
Dsud_test.c61 char sel = SYSCALL_DISPATCH_FILTER_ALLOW; in TEST_SIGNAL() local
68 ret = prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 0, 0, &sel); in TEST_SIGNAL()
73 SYSCALL_DISPATCH_ON(sel); in TEST_SIGNAL()
84 char sel = SYSCALL_DISPATCH_FILTER_ALLOW; in TEST() local
89 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0, 0, &sel); in TEST()
103 /* sel != NULL */ in TEST()
104 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x0, 0x0, &sel); in TEST()
116 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, 0x1, 0x0, &sel); in TEST()
118 prctl(PR_SET_SYSCALL_USER_DISPATCH, op, -1L, 0x0, &sel); in TEST()
128 prctl(PR_SET_SYSCALL_USER_DISPATCH, PR_SYS_DISPATCH_ON, 1, -1L, &sel); in TEST()
[all …]

12345678910>>...34