/openbmc/u-boot/arch/arm/dts/ |
H A D | rk3399-rock960.dtsi | 114 fcs,suspend-voltage-selector = <1>; 132 fcs,suspend-voltage-selector = <1>;
|
/openbmc/linux/drivers/regulator/ |
H A D | tps6524x-regulator.c | 456 static int set_voltage_sel(struct regulator_dev *rdev, unsigned selector) in set_voltage_sel() argument 467 return write_field(hw, &info->voltage, selector); in set_voltage_sel()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | user_sdma.c | 295 u32 selector; in hfi1_user_sdma_process_request() local 512 selector = dlid_to_selector(dlid); in hfi1_user_sdma_process_request() 513 selector += uctxt->ctxt + fd->subctxt; in hfi1_user_sdma_process_request() 514 req->sde = sdma_select_user_engine(dd, selector, vl); in hfi1_user_sdma_process_request()
|
H A D | sdma.c | 741 u32 selector, in sdma_select_engine_vl() argument 764 rval = e->sde[selector & e->mask]; in sdma_select_engine_vl() 769 trace_hfi1_sdma_engine_select(dd, selector, vl, rval->this_idx); in sdma_select_engine_vl() 784 u32 selector, in sdma_select_engine_sc() argument 789 return sdma_select_engine_vl(dd, selector, vl); in sdma_select_engine_sc() 828 u32 selector, u8 vl) in sdma_select_user_engine() argument 849 sde = map->sde[selector & map->mask]; in sdma_select_user_engine() 857 return sdma_select_engine_vl(dd, selector, vl); in sdma_select_user_engine()
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 66 nseg->selector = qseg->selector; in nvmm_set_segment() 201 qseg->selector = nseg->selector; in nvmm_get_segment()
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | samsung,pinctrl-pins-cfg.yaml | 46 function selector register of the pin-bank.
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-mem.txt | 78 Event selector. Use 'perf mem record -e list' to list available events.
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | renesas,usbhs.yaml | 63 - description: USB 2.0 clock selector
|
/openbmc/linux/include/uapi/linux/ |
H A D | dcbnl.h | 248 __u8 selector; member
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | feature.c | 119 unsigned int selector; member 2368 long pmac_do_feature_call(unsigned int selector, ...) in pmac_do_feature_call() argument 2378 if (pmac_mb.features[i].selector == selector) { in pmac_do_feature_call() 2384 if (any_features[i].selector == selector) { in pmac_do_feature_call() 2391 va_start(args, selector); in pmac_do_feature_call()
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3588s-indiedroid-nova.dts | 223 fcs,suspend-voltage-selector = <1>; 240 fcs,suspend-voltage-selector = <1>; 261 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3399-puma.dtsi | 346 fcs,suspend-voltage-selector = <1>; 385 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3588-nanopc-t6.dts | 292 fcs,suspend-voltage-selector = <1>; 309 fcs,suspend-voltage-selector = <1>; 330 rockchip,suspend-voltage-selector = <1>;
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-opp-zaius.dts | 372 /* Master selector PCA9541A @70h (other master: CPU0) 398 /* Master selector PCA9541A @70h (other master: CPU0)
|
H A D | aspeed-bmc-tyan-s7106.dts | 359 * bus mux (selector BMC_PE_SMB_SW_BIT[1..0]) to: 367 * bus mux (selector BMC_PE_SMB_SW_BIT[1..0]) to:
|
/openbmc/qemu/target/i386/ |
H A D | cpu-dump.c | 103 sc->selector, sc->base, sc->limit, in cpu_x86_dump_seg_cache() 108 qemu_fprintf(f, "%-3s=%04x %08x %08x %08x", name, sc->selector, in cpu_x86_dump_seg_cache()
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_mem_hotplug.rst | 48 Memory device slot selector, selects active memory device.
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | svm.h | 189 u16 selector; member
|
/openbmc/linux/drivers/staging/emxx_udc/ |
H A D | emxx_udc.c | 135 u16 selector; in _nbu2ss_ep0_complete() local 151 selector = le16_to_cpu(p_ctrl->wValue); in _nbu2ss_ep0_complete() 153 (selector == USB_DEVICE_TEST_MODE)) { in _nbu2ss_ep0_complete() 1332 u16 selector, u16 wIndex) in _nbu2ss_set_feature_device() argument 1336 switch (selector) { in _nbu2ss_set_feature_device() 1390 u16 selector = le16_to_cpu(udc->ctrl.wValue); in _nbu2ss_req_feature() local 1404 _nbu2ss_set_feature_device(udc, selector, wIndex); in _nbu2ss_req_feature() 1409 if (selector == USB_ENDPOINT_HALT) { in _nbu2ss_req_feature()
|
/openbmc/linux/drivers/pinctrl/nomadik/ |
H A D | pinctrl-nomadik.c | 1187 unsigned selector) in nmk_get_group_name() argument 1191 return npct->soc->groups[selector].grp.name; in nmk_get_group_name() 1194 static int nmk_get_group_pins(struct pinctrl_dev *pctldev, unsigned selector, in nmk_get_group_pins() argument 1200 *pins = npct->soc->groups[selector].grp.pins; in nmk_get_group_pins() 1201 *npins = npct->soc->groups[selector].grp.npins; in nmk_get_group_pins()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-single.c | 659 struct seq_file *s, unsigned selector) in pcs_pinconf_group_dbg_show() argument 786 int selector; in pcs_add_function() local 796 selector = pinmux_generic_add_function(pcs->pctl, name, in pcs_add_function() 799 if (selector < 0) { in pcs_add_function() 806 return selector; in pcs_add_function()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.h | 277 bool (*selector)(void *priv, 356 bool (*selector)(void *priv,
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-firefly.dtsi | 213 fcs,suspend-voltage-selector = <1>; 227 fcs,suspend-voltage-selector = <1>;
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | mem_encrypt.S | 195 orl $(__KERNEL32_CS << 16), %edx # Target code segment selector
|
/openbmc/linux/include/net/ |
H A D | red.h | 209 flags.selector = historic_mask; in red_get_flags()
|