Home
last modified time | relevance | path

Searched refs:selector (Results 326 – 350 of 517) sorted by relevance

1...<<1112131415161718192021

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-timecard22 PPS adjustments come from the PPS1 selector (default)
36 PPS1 signal is sent to the PPS1 selector
37 PPS2 signal is sent to the PPS2 selector
/openbmc/u-boot/arch/arm/dts/
H A Drk3399-rock960.dtsi114 fcs,suspend-voltage-selector = <1>;
132 fcs,suspend-voltage-selector = <1>;
/openbmc/linux/drivers/regulator/
H A Dtps6524x-regulator.c456 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 Duser_sdma.c295 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 Dsdma.c741 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 Dnvmm-all.c66 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 Dsamsung,pinctrl-pins-cfg.yaml46 function selector register of the pin-bank.
/openbmc/linux/tools/perf/Documentation/
H A Dperf-mem.txt78 Event selector. Use 'perf mem record -e list' to list available events.
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Drenesas,usbhs.yaml63 - description: USB 2.0 clock selector
/openbmc/linux/include/uapi/linux/
H A Ddcbnl.h248 __u8 selector; member
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dfeature.c119 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 Drk3588s-indiedroid-nova.dts223 fcs,suspend-voltage-selector = <1>;
240 fcs,suspend-voltage-selector = <1>;
261 fcs,suspend-voltage-selector = <1>;
H A Drk3399-puma.dtsi330 fcs,suspend-voltage-selector = <1>;
369 fcs,suspend-voltage-selector = <1>;
H A Drk3588-nanopc-t6.dts292 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 Daspeed-bmc-opp-zaius.dts372 /* Master selector PCA9541A @70h (other master: CPU0)
398 /* Master selector PCA9541A @70h (other master: CPU0)
H A Daspeed-bmc-tyan-s7106.dts359 * 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 Dcpu-dump.c104 sc->selector, sc->base, sc->limit, in cpu_x86_dump_seg_cache()
109 qemu_fprintf(f, "%-3s=%04x %08x %08x %08x", name, sc->selector, in cpu_x86_dump_seg_cache()
/openbmc/qemu/docs/specs/
H A Dacpi_mem_hotplug.rst48 Memory device slot selector, selects active memory device.
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h189 u16 selector; member
/openbmc/linux/drivers/staging/emxx_udc/
H A Demxx_udc.c135 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 Dpinctrl-nomadik.c1185 unsigned selector) in nmk_get_group_name() argument
1189 return npct->soc->groups[selector].grp.name; in nmk_get_group_name()
1192 static int nmk_get_group_pins(struct pinctrl_dev *pctldev, unsigned selector, in nmk_get_group_pins() argument
1198 *pins = npct->soc->groups[selector].grp.pins; in nmk_get_group_pins()
1199 *npins = npct->soc->groups[selector].grp.npins; in nmk_get_group_pins()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-single.c659 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 Dcore.h277 bool (*selector)(void *priv,
356 bool (*selector)(void *priv,
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-firefly.dtsi213 fcs,suspend-voltage-selector = <1>;
227 fcs,suspend-voltage-selector = <1>;
/openbmc/linux/net/netfilter/
H A Dnft_socket.c227 socket = nft_expr_priv(track->regs[priv->dreg].selector); in nft_socket_reduce()

1...<<1112131415161718192021