/openbmc/linux/Documentation/devicetree/bindings/display/imx/ |
H A D | ldb.txt | 19 - clocks, clock-names : phandles to the LDB divider and selector clocks and to 20 the display interface selector clocks, as described in
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | interrupt.c | 158 u16 selector; member 203 idt[i].selector = X86_GDT_ENTRY_32BIT_CS * X86_GDT_ENTRY_SIZE; in cpu_init_interrupts()
|
/openbmc/linux/drivers/regulator/ |
H A D | tps65218-regulator.c | 67 unsigned selector) in tps65218_pmic_set_voltage_sel() argument 75 selector, TPS65218_PROTECT_L1); in tps65218_pmic_set_voltage_sel()
|
H A D | ab8500-ext.c | 287 int max_uV, unsigned *selector) in ab8500_ext_set_voltage() argument 309 unsigned selector) in ab8500_ext_list_voltage() argument
|
H A D | mc13xxx.h | 31 int min_uV, int max_uV, unsigned *selector);
|
H A D | scmi-regulator.c | 100 unsigned int selector) in scmi_reg_set_voltage_sel() argument 105 volt_uV = sreg->desc.ops->list_voltage(rdev, selector); in scmi_reg_set_voltage_sel()
|
H A D | qcom_rpm-regulator.c | 207 unsigned selector) in rpm_reg_set_mV_sel() argument 218 uV = regulator_list_voltage_linear_range(rdev, selector); in rpm_reg_set_mV_sel() 234 unsigned selector) in rpm_reg_set_uV_sel() argument 245 uV = regulator_list_voltage_linear_range(rdev, selector); in rpm_reg_set_uV_sel()
|
H A D | rt6190-regulator.c | 76 unsigned int selector) in rt6190_out_set_voltage_sel() argument 79 __le16 le_sel = cpu_to_le16(selector); in rt6190_out_set_voltage_sel()
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-firefly-reload-core.dtsi | 73 fcs,suspend-voltage-selector = <1>; 87 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3288-rock2-som.dtsi | 187 fcs,suspend-voltage-selector = <1>; 201 fcs,suspend-voltage-selector = <1>;
|
/openbmc/linux/Documentation/driver-api/ |
H A D | pin-control.rst | 154 unsigned int selector) 156 return foo_groups[selector].name; 160 unsigned int selector, 164 *pins = foo_groups[selector].pins; 165 *npins = foo_groups[selector].npins; 240 unsigned selector, 247 unsigned selector, 608 unsigned int selector) 610 return foo_groups[selector].name; 617 *pins = foo_groups[selector].pins; [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nic/ |
H A D | dcb.c | 439 if (app->selector != IEEE_8021QAZ_APP_SEL_DSCP) in nfp_nic_dcbnl_ieee_setapp() 445 old_app.selector = IEEE_8021QAZ_APP_SEL_DSCP; in nfp_nic_dcbnl_ieee_setapp() 484 if (app->selector != IEEE_8021QAZ_APP_SEL_DSCP) in nfp_nic_dcbnl_ieee_delapp()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | sdma.h | 1020 u32 selector, 1025 u32 selector, 1029 u32 selector, u8 vl);
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 1975 table[i].selector = DCB_APP_IDTYPE_ETHTYPE; in qed_dcbnl_peer_getapptable() 1977 table[i].selector = DCB_APP_IDTYPE_PORTNUM; in qed_dcbnl_peer_getapptable() 2229 static int qed_get_sf_ieee_value(u8 selector, u8 *sf_ieee) in qed_get_sf_ieee_value() argument 2231 switch (selector) { in qed_get_sf_ieee_value() 2261 app->selector, app->protocol); in qed_dcbnl_ieee_getapp() 2263 if (qed_get_sf_ieee_value(app->selector, &sf_ieee)) { in qed_dcbnl_ieee_getapp() 2265 app->selector); in qed_dcbnl_ieee_getapp() 2289 DP_ERR(cdev, "App entry (%d, %d) not found\n", app->selector, in qed_dcbnl_ieee_getapp() 2313 app->selector, app->protocol, app->priority); in qed_dcbnl_ieee_setapp() 2319 if (qed_get_sf_ieee_value(app->selector, &sf_ieee)) { in qed_dcbnl_ieee_setapp() [all …]
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | netlink.h | 249 __u32 selector; member
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 501 .selector = GUEST_##seg##_SELECTOR, \ 508 unsigned selector; member 1173 if (!(selector & ~SEGMENT_RPL_MASK)) in segment_base() 2999 save->selector &= ~SEGMENT_RPL_MASK; in fix_pmode_seg() 3054 var.selector = var.base >> 4; in fix_rmode_seg() 3070 vmcs_write16(sf->selector, var.selector); in fix_rmode_seg() 3590 vmcs_write16(sf->selector, var->selector); in __vmx_set_segment() 3598 vmcs_write16(sf->selector, var->selector); in __vmx_set_segment() 3667 if (var.base != (var.selector << 4)) in rmode_segment_valid() 3796 (ss.selector & SEGMENT_RPL_MASK)); in cs_ss_rpl_check() [all …]
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_private.h | 288 UChar selector [BZ_MAX_SELECTORS]; member 430 UChar selector [BZ_MAX_SELECTORS]; member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | smm.h | 72 u16 selector; member
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_dcb.c | 402 if (app->selector != IEEE_8021QAZ_APP_SEL_DSCP || in hclge_ieee_setapp() 417 old_app.selector = IEEE_8021QAZ_APP_SEL_DSCP; in hclge_ieee_setapp() 447 if (app->selector != IEEE_8021QAZ_APP_SEL_DSCP || in hclge_ieee_delapp()
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-nsp-gpio.c | 341 unsigned selector) in nsp_get_group_name() argument 446 unsigned selector, in nsp_pin_config_group_get() argument 453 unsigned selector, in nsp_pin_config_group_set() argument
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-mux.yaml | 39 description: The mux selector sub-bus number for the child I2C bus.
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_hw_reduced_hotplug.rst | 61 [0x0-0x3] Event selector bit field (32 bit) set by QEMU.
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec.c | 1008 struct xfrm_selector *sel = &x->selector; in mlx5e_xfrm_validate_policy() 1038 if (x->selector.proto != IPPROTO_IP && in mlx5e_xfrm_validate_policy() 1039 x->selector.proto != IPPROTO_UDP && in mlx5e_xfrm_validate_policy() 1040 x->selector.proto != IPPROTO_TCP) { in mlx5e_xfrm_validate_policy() 1073 sel = &x->selector; in mlx5e_ipsec_build_accel_pol_attrs()
|
/openbmc/u-boot/board/freescale/mx6memcal/ |
H A D | Kconfig | 166 Enter the RTT_NOM selector 175 Enter the RTT_WR selector for MR2
|
/openbmc/linux/drivers/clk/renesas/ |
H A D | Kconfig | 211 bool "Renesas R-Car USB2 clock selector support" 215 This is a driver for R-Car USB2 clock selector
|