/Linux-v6.1/drivers/hid/amd-sfh-hid/hid_descriptor/ |
D | amd_sfh_hid_report_desc.h | 28 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-v6.1/sound/soc/meson/ |
D | axg-frddr.c | 129 SND_SOC_DAPM_DEMUX("SINK SEL", SND_SOC_NOPM, 0, 0, 142 { "SINK SEL", NULL, "Playback" }, 143 { "OUT 0", "OUT 0", "SINK SEL" }, 144 { "OUT 1", "OUT 1", "SINK SEL" }, 145 { "OUT 2", "OUT 2", "SINK SEL" }, 146 { "OUT 3", "OUT 3", "SINK SEL" }, 147 { "OUT 4", "OUT 4", "SINK SEL" }, 148 { "OUT 5", "OUT 5", "SINK SEL" }, 149 { "OUT 6", "OUT 6", "SINK SEL" }, 150 { "OUT 7", "OUT 7", "SINK SEL" }, [all …]
|
D | axg-toddr.c | 151 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 …]
|
D | axg-tdmin.c | 184 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-v6.1/drivers/media/platform/renesas/vsp1/ |
D | vsp1_rwpf.c | 134 struct v4l2_subdev_selection *sel) in vsp1_rwpf_get_selection() argument 145 if (rwpf->entity.type == VSP1_ENTITY_WPF || sel->pad != RWPF_PAD_SINK) in vsp1_rwpf_get_selection() 151 sel->which); in vsp1_rwpf_get_selection() 157 switch (sel->target) { in vsp1_rwpf_get_selection() 159 sel->r = *vsp1_rwpf_get_crop(rwpf, config); in vsp1_rwpf_get_selection() 165 sel->r.left = 0; in vsp1_rwpf_get_selection() 166 sel->r.top = 0; in vsp1_rwpf_get_selection() 167 sel->r.width = format->width; in vsp1_rwpf_get_selection() 168 sel->r.height = format->height; in vsp1_rwpf_get_selection() 183 struct v4l2_subdev_selection *sel) in vsp1_rwpf_set_selection() argument [all …]
|
D | vsp1_histo.c | 203 struct v4l2_subdev_selection *sel) in histo_get_selection() argument 211 if (sel->pad != HISTO_PAD_SINK) in histo_get_selection() 217 sel->which); in histo_get_selection() 223 switch (sel->target) { in histo_get_selection() 229 sel->r.left = 0; in histo_get_selection() 230 sel->r.top = 0; in histo_get_selection() 231 sel->r.width = crop->width; in histo_get_selection() 232 sel->r.height = crop->height; in histo_get_selection() 239 sel->r.left = 0; in histo_get_selection() 240 sel->r.top = 0; in histo_get_selection() [all …]
|
D | vsp1_uif.c | 86 struct v4l2_subdev_selection *sel) in uif_get_selection() argument 93 if (sel->pad != UIF_PAD_SINK) in uif_get_selection() 99 sel->which); in uif_get_selection() 105 switch (sel->target) { in uif_get_selection() 110 sel->r.left = 0; in uif_get_selection() 111 sel->r.top = 0; in uif_get_selection() 112 sel->r.width = format->width; in uif_get_selection() 113 sel->r.height = format->height; in uif_get_selection() 117 sel->r = *vsp1_entity_get_pad_selection(&uif->entity, config, in uif_get_selection() 118 sel->pad, sel->target); in uif_get_selection() [all …]
|
D | vsp1_brx.c | 186 struct v4l2_subdev_selection *sel) in brx_get_selection() argument 191 if (sel->pad == brx->entity.source_pad) in brx_get_selection() 194 switch (sel->target) { in brx_get_selection() 196 sel->r.left = 0; in brx_get_selection() 197 sel->r.top = 0; in brx_get_selection() 198 sel->r.width = BRX_MAX_SIZE; in brx_get_selection() 199 sel->r.height = BRX_MAX_SIZE; in brx_get_selection() 204 sel->which); in brx_get_selection() 209 sel->r = *brx_get_compose(brx, config, sel->pad); in brx_get_selection() 220 struct v4l2_subdev_selection *sel) in brx_set_selection() argument [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/mmc/ |
D | sdhci-am654.yaml | 62 ti,otap-del-sel-legacy: 68 ti,otap-del-sel-mmc-hs: 74 ti,otap-del-sel-sd-hs: 80 ti,otap-del-sel-sdr12: 86 ti,otap-del-sel-sdr25: 92 ti,otap-del-sel-sdr50: 98 ti,otap-del-sel-sdr104: 104 ti,otap-del-sel-ddr50: 110 ti,otap-del-sel-ddr52: 116 ti,otap-del-sel-hs200: [all …]
|
/Linux-v6.1/drivers/power/supply/ |
D | mt6360_charger.c | 267 u32 sel, value; in mt6360_charger_get_ichg() local 269 ret = regmap_read(mci->regmap, MT6360_PMU_CHG_CTRL7, &sel); in mt6360_charger_get_ichg() 272 sel = (sel & MT6360_ICHG_MASK) >> MT6360_ICHG_SHFT; in mt6360_charger_get_ichg() 273 ret = linear_range_get_value(&mt6360_chg_range[MT6360_RANGE_ICHG], sel, &value); in mt6360_charger_get_ichg() 290 u32 sel, value; in mt6360_charger_get_cv() local 292 ret = regmap_read(mci->regmap, MT6360_PMU_CHG_CTRL4, &sel); in mt6360_charger_get_cv() 295 sel = (sel & MT6360_VOREG_MASK) >> MT6360_VOREG_SHFT; in mt6360_charger_get_cv() 296 ret = linear_range_get_value(&mt6360_chg_range[MT6360_RANGE_VOREG], sel, &value); in mt6360_charger_get_cv() 313 u32 sel, value; in mt6360_charger_get_aicr() local 315 ret = regmap_read(mci->regmap, MT6360_PMU_CHG_CTRL3, &sel); in mt6360_charger_get_aicr() [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | selection-api-examples.rst | 16 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-v6.1/drivers/regulator/ |
D | anatop-regulator.c | 31 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-v6.1/Documentation/devicetree/bindings/net/ |
D | cpsw-phy-sel.txt | 5 - 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-v6.1/Documentation/devicetree/bindings/phy/ |
D | ti,phy-gmii-sel.yaml | 5 $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 81 - ti,dra7xx-phy-gmii-sel 82 - ti,dm814-phy-gmii-sel 83 - ti,am654-phy-gmii-sel [all …]
|
/Linux-v6.1/drivers/clk/qcom/ |
D | clk-krait.c | 23 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-v6.1/arch/arm/mach-dove/ |
D | mpp.c | 68 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-v6.1/lib/ |
D | test_linear_ranges.c | 126 unsigned int sel, val; in range_test_get_value() local 129 sel = range1_sels[i]; in range_test_get_value() 130 ret = linear_range_get_value_array(&testr[0], 2, sel, &val); in range_test_get_value() 135 sel = range2_sels[i]; in range_test_get_value() 136 ret = linear_range_get_value_array(&testr[0], 2, sel, &val); in range_test_get_value() 140 ret = linear_range_get_value_array(&testr[0], 2, sel + 1, &val); in range_test_get_value() 147 unsigned int sel; in range_test_get_selector_high() local 152 &sel, &found); in range_test_get_selector_high() 154 KUNIT_EXPECT_EQ(test, sel, range1_sels[i]); in range_test_get_selector_high() 159 &sel, &found); in range_test_get_selector_high() [all …]
|
/Linux-v6.1/drivers/clk/bcm/ |
D | clk-bcm281xx.c | 38 .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 …]
|
D | clk-kona-setup.c | 13 #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-v6.1/drivers/firmware/ |
D | dmi-sysfs.c | 273 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) 313 typedef u8 (*sel_io_reader)(const struct dmi_system_event_log *sel, 318 static u8 read_sel_8bit_indexed_io(const struct dmi_system_event_log *sel, in read_sel_8bit_indexed_io() argument 324 outb((u8)offset, sel->io.index_addr); in read_sel_8bit_indexed_io() 325 ret = inb(sel->io.data_addr); in read_sel_8bit_indexed_io() 330 static u8 read_sel_2x8bit_indexed_io(const struct dmi_system_event_log *sel, in read_sel_2x8bit_indexed_io() argument [all …]
|
/Linux-v6.1/tools/testing/selftests/syscall_user_dispatch/ |
D | sud_test.c | 61 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 …]
|
/Linux-v6.1/drivers/accessibility/speakup/ |
D | selection.c | 21 struct tiocl_selection sel; member 31 struct tiocl_selection sel; in __speakup_set_selection() local 33 sel = ssw->sel; in __speakup_set_selection() 35 /* this ensures we copy sel before releasing the lock below */ in __speakup_set_selection() 51 set_selection_kernel(&sel, tty); in __speakup_set_selection() 81 speakup_sel_work.sel.xs = spk_xs + 1; in speakup_set_selection() 82 speakup_sel_work.sel.ys = spk_ys + 1; in speakup_set_selection() 83 speakup_sel_work.sel.xe = spk_xe + 1; in speakup_set_selection() 84 speakup_sel_work.sel.ye = spk_ye + 1; in speakup_set_selection() 85 speakup_sel_work.sel.sel_mode = TIOCL_SELCHAR; in speakup_set_selection()
|
/Linux-v6.1/net/ipv6/ |
D | mip6.c | 203 struct xfrm_selector sel; in mip6_destopt_reject() local 226 memset(&sel, 0, sizeof(sel)); in mip6_destopt_reject() 227 memcpy(&sel.daddr, (xfrm_address_t *)&ipv6_hdr(skb)->daddr, in mip6_destopt_reject() 228 sizeof(sel.daddr)); in mip6_destopt_reject() 229 sel.prefixlen_d = 128; in mip6_destopt_reject() 230 memcpy(&sel.saddr, (xfrm_address_t *)&ipv6_hdr(skb)->saddr, in mip6_destopt_reject() 231 sizeof(sel.saddr)); in mip6_destopt_reject() 232 sel.prefixlen_s = 128; in mip6_destopt_reject() 233 sel.family = AF_INET6; in mip6_destopt_reject() 234 sel.proto = fl6->flowi6_proto; in mip6_destopt_reject() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | renesas,rcar-usb2-clock-sel.yaml | 4 $id: "http://devicetree.org/schemas/clock/renesas,rcar-usb2-clock-sel.yaml#" 38 - renesas,r8a774a1-rcar-usb2-clock-sel # RZ/G2M 39 - renesas,r8a774b1-rcar-usb2-clock-sel # RZ/G2N 40 - renesas,r8a774e1-rcar-usb2-clock-sel # RZ/G2H 41 - renesas,r8a7795-rcar-usb2-clock-sel # R-Car H3 42 - renesas,r8a7796-rcar-usb2-clock-sel # R-Car M3-W 43 - renesas,r8a77961-rcar-usb2-clock-sel # R-Car M3-W+ 44 - const: renesas,rcar-gen3-usb2-clock-sel 91 compatible = "renesas,r8a7795-rcar-usb2-clock-sel", 92 "renesas,rcar-gen3-usb2-clock-sel";
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 247 struct v4l2_subdev_selection *sel) in check_selection() argument 249 if (!sel) in check_selection() 252 return check_which(sel->which) ? : check_pad(sd, sel->pad) ? : in check_selection() 253 check_state_pads(sel->which, state); in check_selection() 258 struct v4l2_subdev_selection *sel) in call_get_selection() argument 260 return check_selection(sd, state, sel) ? : in call_get_selection() 261 sd->ops->pad->get_selection(sd, state, sel); in call_get_selection() 266 struct v4l2_subdev_selection *sel) in call_set_selection() argument 268 return check_selection(sd, state, sel) ? : in call_set_selection() 269 sd->ops->pad->set_selection(sd, state, sel); in call_set_selection() [all …]
|