/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_builddashboard_page_tasks.py | 52 selector = 'input#checkbox-%s[disabled="disabled"]' % column 53 self.wait_until_present(selector)
|
/openbmc/u-boot/drivers/pinctrl/meson/ |
H A D | pinctrl-meson.c | 31 unsigned int selector) in meson_pinctrl_get_group_name() argument 35 if (!priv->data->groups[selector].name) in meson_pinctrl_get_group_name() 38 return priv->data->groups[selector].name; in meson_pinctrl_get_group_name() 49 unsigned int selector) in meson_pinmux_get_function_name() argument 53 return priv->data->funcs[selector].name; in meson_pinmux_get_function_name()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-firmware-qemu_fw_cfg | 24 presence or size of "legacy" blobs (with selector keys between 35 **Discoverable fw_cfg blobs by selector key** 38 displayed as entries named after their unique selector key 54 key The value of the blob's selector key as given in the 82 In addition to the listing by unique selector key described
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | svm.c | 54 static void vmcb_set_seg(struct vmcb_seg *seg, u16 selector, in vmcb_set_seg() argument 57 seg->selector = selector; in vmcb_set_seg()
|
H A D | processor.c | 55 segment->selector, segment->type); in segment_dump() 404 struct desc64 *desc = gdt + (segp->selector >> 3) * 8; in kvm_seg_fill_gdt_64bit() 439 static void kvm_seg_set_kernel_code_64bit(struct kvm_vm *vm, uint16_t selector, in kvm_seg_set_kernel_code_64bit() argument 443 segp->selector = selector; in kvm_seg_set_kernel_code_64bit() 471 static void kvm_seg_set_kernel_data_64bit(struct kvm_vm *vm, uint16_t selector, in kvm_seg_set_kernel_data_64bit() argument 475 segp->selector = selector; in kvm_seg_set_kernel_data_64bit() 512 int selector) in kvm_setup_tss_64bit() argument 520 segp->selector = selector; in kvm_setup_tss_64bit() 1045 int dpl, unsigned short selector) in set_idt_entry() argument 1053 e->selector = selector; in set_idt_entry()
|
/openbmc/linux/drivers/pinctrl/renesas/ |
H A D | pinctrl.c | 53 unsigned selector) in sh_pfc_get_group_name() argument 57 return pmx->pfc->info->groups[selector].name; in sh_pfc_get_group_name() 60 static int sh_pfc_get_group_pins(struct pinctrl_dev *pctldev, unsigned selector, in sh_pfc_get_group_pins() argument 65 *pins = pmx->pfc->info->groups[selector].pins; in sh_pfc_get_group_pins() 66 *num_pins = pmx->pfc->info->groups[selector].nr_pins; in sh_pfc_get_group_pins() 302 unsigned selector) in sh_pfc_get_function_name() argument 306 return pmx->pfc->info->functions[selector].name; in sh_pfc_get_function_name() 310 unsigned selector, in sh_pfc_get_function_groups() argument 316 *groups = pmx->pfc->info->functions[selector].groups; in sh_pfc_get_function_groups() 317 *num_groups = pmx->pfc->info->functions[selector].nr_groups; in sh_pfc_get_function_groups() [all …]
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_helper.c | 179 const uint8_t selector = s390_vec_read_element8(v4, i) & 0x1f; in HELPER() local 182 if (selector < 16) { in HELPER() 183 byte = s390_vec_read_element8(v2, selector); in HELPER() 185 byte = s390_vec_read_element8(v3, selector - 16); in HELPER()
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | hv_vtl.c | 131 input->vp_context.cs.selector = __KERNEL_CS; in hv_vtl_bringup_vcpu() 136 input->vp_context.ss.selector = __KERNEL_DS; in hv_vtl_bringup_vcpu() 142 input->vp_context.ldtr.selector = GDT_ENTRY_LDT * 8; in hv_vtl_bringup_vcpu() 148 input->vp_context.tr.selector = GDT_ENTRY_TSS * 8; in hv_vtl_bringup_vcpu()
|
H A D | ivm.c | 254 if (seg.selector) { \ 257 seg.attrib = *(u16 *)(gdtr_base + seg.selector + 5); \ 309 asm volatile("movl %%es, %%eax;" : "=a" (vmsa->es.selector)); in hv_snp_boot_ap() 312 asm volatile("movl %%cs, %%eax;" : "=a" (vmsa->cs.selector)); in hv_snp_boot_ap() 315 asm volatile("movl %%ss, %%eax;" : "=a" (vmsa->ss.selector)); in hv_snp_boot_ap() 318 asm volatile("movl %%ds, %%eax;" : "=a" (vmsa->ds.selector)); in hv_snp_boot_ap()
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/Dump/Entry/ |
H A D | Resource.interface.yaml | 5 The dump is generated based on the resource selector. Hyperviosr needs a 20 The resource selector for generating the dump. 74 resource selector(VSP string) 77 Resource selector(VSP String) provided is not valid
|
/openbmc/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-armada-37xx.c | 287 unsigned int selector, in armada_37xx_get_group_pins() argument 293 if (selector >= info->ngroups) in armada_37xx_get_group_pins() 296 *pins = info->groups[selector].pins; in armada_37xx_get_group_pins() 297 *npins = info->groups[selector].npins + in armada_37xx_get_group_pins() 298 info->groups[selector].extra_npins; in armada_37xx_get_group_pins() 323 unsigned int selector) in armada_37xx_pmx_get_func_name() argument 327 return info->funcs[selector].name; in armada_37xx_pmx_get_func_name() 331 unsigned int selector, in armada_37xx_pmx_get_groups() argument 337 *groups = info->funcs[selector].groups; in armada_37xx_pmx_get_groups() 338 *num_groups = info->funcs[selector].ngroups; in armada_37xx_pmx_get_groups() [all …]
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pmac_feature.h | 146 static inline long pmac_call_feature(int selector, struct device_node* node, in pmac_call_feature() argument 151 return ppc_md.feature_call(selector, node, param, value); in pmac_call_feature() 301 extern long pmac_do_feature_call(unsigned int selector, ...);
|
/openbmc/linux/drivers/pinctrl/vt8500/ |
H A D | pinctrl-wmt.c | 65 unsigned selector) in wmt_pmx_get_function_name() argument 67 return wmt_functions[selector]; in wmt_pmx_get_function_name() 71 unsigned selector, in wmt_pmx_get_function_groups() argument 175 unsigned selector) in wmt_get_group_name() argument 179 return data->groups[selector]; in wmt_get_group_name() 183 unsigned selector, in wmt_get_group_pins() argument 189 *pins = &data->pins[selector].number; in wmt_get_group_pins()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 79 app.selector = dcb->app_priority[i].sel_field + 1; in cxgb4_dcb_cleanup_apps() 82 app.selector = !!(dcb->app_priority[i].sel_field); in cxgb4_dcb_cleanup_apps() 89 dcb_ver_array[dcb->dcb_version], app.selector, in cxgb4_dcb_cleanup_apps() 375 app.selector = (fwap->sel_field + 1); in cxgb4_dcb_handle_fw_update() 381 app.selector = !!(fwap->sel_field); in cxgb4_dcb_handle_fw_update() 389 app.selector, app.protocol, app.priority, -err); in cxgb4_dcb_handle_fw_update() 905 .selector = app_idtype, in cxgb4_setapp() 1032 if (!(app->selector && app->protocol)) in cxgb4_ieee_getapp() 1054 if (!(app->selector && app->protocol)) in cxgb4_ieee_setapp() 1057 if (!(app->selector > IEEE_8021QAZ_APP_SEL_ETHERTYPE && in cxgb4_ieee_setapp() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb.c | 320 dcbcfg->app[i].selector = ((buf[offset] & in ice_parse_ieee_app_tlv() 478 u8 up, selector; in ice_parse_cee_app_tlv() local 488 selector = (app->upper_oui_sel & ICE_CEE_APP_SELECTOR_M); in ice_parse_cee_app_tlv() 489 switch (selector) { in ice_parse_cee_app_tlv() 491 dcbcfg->app[i].selector = ICE_APP_SEL_ETHTYPE; in ice_parse_cee_app_tlv() 494 dcbcfg->app[i].selector = ICE_APP_SEL_TCPIP; in ice_parse_cee_app_tlv() 498 dcbcfg->app[i].selector = selector; in ice_parse_cee_app_tlv() 859 u8 sel = cmp_dcbcfg->app[j].selector; in ice_cee_to_dcb_cfg() 890 dcbcfg->app[app_index].selector = ice_app_sel_type; in ice_cee_to_dcb_cfg() 1245 u8 priority, selector, i = 0; in ice_add_ieee_app_pri_tlv() local [all …]
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_dcb.c | 368 fw_app->protocol_selector == app->selector && in bnxt_hwrm_set_dcbx_app() 380 fw_app->protocol_selector = app->selector; in bnxt_hwrm_set_dcbx_app() 657 if (app->selector == IEEE_8021QAZ_APP_SEL_DSCP) { in bnxt_dcbnl_ieee_dscp_app_prep() 683 if ((app->selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE && in bnxt_dcbnl_ieee_setapp() 685 (app->selector == IEEE_8021QAZ_APP_SEL_DGRAM && in bnxt_dcbnl_ieee_setapp() 689 if (app->selector == IEEE_8021QAZ_APP_SEL_DSCP) in bnxt_dcbnl_ieee_setapp() 711 if ((app->selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE && in bnxt_dcbnl_ieee_delapp() 713 (app->selector == IEEE_8021QAZ_APP_SEL_DGRAM && in bnxt_dcbnl_ieee_delapp() 717 if (app->selector == IEEE_8021QAZ_APP_SEL_DSCP) in bnxt_dcbnl_ieee_delapp()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-bm1880.c | 927 unsigned int selector) in bm1880_pctrl_get_group_name() argument 931 return pctrl->groups[selector].name; in bm1880_pctrl_get_group_name() 935 unsigned int selector, in bm1880_pctrl_get_group_pins() argument 941 *pins = pctrl->groups[selector].pins; in bm1880_pctrl_get_group_pins() 942 *num_pins = pctrl->groups[selector].npins; in bm1880_pctrl_get_group_pins() 964 unsigned int selector) in bm1880_pmux_get_function_name() argument 968 return pctrl->funcs[selector].name; in bm1880_pmux_get_function_name() 972 unsigned int selector, in bm1880_pmux_get_function_groups() argument 978 *groups = pctrl->funcs[selector].groups; in bm1880_pmux_get_function_groups() 979 *num_groups = pctrl->funcs[selector].ngroups; in bm1880_pmux_get_function_groups() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb.c | 223 dcbcfg->app[i].selector = (u8)((buf[offset] & in i40e_parse_ieee_app_tlv() 376 u8 up, selector; in i40e_parse_cee_app_tlv() local 387 switch (selector) { in i40e_parse_cee_app_tlv() 392 dcbcfg->app[i].selector = I40E_APP_SEL_TCPIP; in i40e_parse_cee_app_tlv() 396 dcbcfg->app[i].selector = selector; in i40e_parse_cee_app_tlv() 646 dcbcfg->app[0].selector = I40E_APP_SEL_ETHTYPE; in i40e_cee_to_dcb_v1_config() 653 dcbcfg->app[1].selector = I40E_APP_SEL_TCPIP; in i40e_cee_to_dcb_v1_config() 660 dcbcfg->app[2].selector = I40E_APP_SEL_ETHTYPE; in i40e_cee_to_dcb_v1_config() 743 dcbcfg->app[i].selector = I40E_APP_SEL_TCPIP; in i40e_cee_to_dcb_config() 1168 u8 priority, selector, i = 0; in i40e_add_ieee_app_pri_tlv() local [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | syscall-user-dispatch.rst | 54 prctl(PR_SET_SYSCALL_USER_DISPATCH, <op>, <offset>, <length>, [selector]) 62 userspace selector. This provides a fast path for the C library, which 70 [selector] is a pointer to a char-sized region in the process memory 72 thread-wide, without the need to invoke the kernel directly. selector 90 address and modify the selector value. If the use case requires any
|
/openbmc/linux/drivers/pinctrl/aspeed/ |
H A D | pinctrl-aspeed.h | 112 unsigned int selector, 115 unsigned int selector,
|
/openbmc/linux/include/uapi/scsi/ |
H A D | scsi_bsg_ufs.h | 112 __u8 selector; member 135 __u8 selector; member
|
/openbmc/linux/drivers/regulator/ |
H A D | anatop-regulator.c | 80 unsigned selector) in anatop_regmap_core_set_voltage_sel() argument 86 anatop_reg->sel = selector; in anatop_regmap_core_set_voltage_sel() 90 ret = regulator_set_voltage_sel_regmap(reg, selector); in anatop_regmap_core_set_voltage_sel() 92 anatop_reg->sel = selector; in anatop_regmap_core_set_voltage_sel()
|
/openbmc/linux/sound/usb/ |
H A D | clock.c | 281 union uac23_clock_selector_desc *selector; in __uac_clock_find_source() local 310 selector = snd_usb_find_clock_selector(chip, entity_id, proto); in __uac_clock_find_source() 311 if (selector) { in __uac_clock_find_source() 312 pins = GET_VAL(selector, proto, bNrInPins); in __uac_clock_find_source() 313 clock_id = GET_VAL(selector, proto, bClockID); in __uac_clock_find_source() 314 sources = GET_VAL(selector, proto, baCSourceID); in __uac_clock_find_source()
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-ns2-mux.c | 503 unsigned int selector) in ns2_get_group_name() argument 507 return pinctrl->groups[selector].name; in ns2_get_group_name() 511 unsigned int selector, const unsigned int **pins, in ns2_get_group_pins() argument 516 *pins = pinctrl->groups[selector].pins; in ns2_get_group_pins() 517 *num_pins = pinctrl->groups[selector].num_pins; in ns2_get_group_pins() 545 unsigned int selector) in ns2_get_function_name() argument 549 return pinctrl->functions[selector].name; in ns2_get_function_name() 553 unsigned int selector, in ns2_get_function_groups() argument 559 *groups = pinctrl->functions[selector].groups; in ns2_get_function_groups() 560 *num_groups = pinctrl->functions[selector].num_groups; in ns2_get_function_groups()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | main.c | 28 uint16_t selector; member 147 .SegCs = s->cs.selector, in win_context_init_from_qemu_cpu_state() 148 .SegSs = s->ss.selector, in win_context_init_from_qemu_cpu_state() 149 .SegDs = s->ds.selector, in win_context_init_from_qemu_cpu_state() 150 .SegEs = s->es.selector, in win_context_init_from_qemu_cpu_state() 151 .SegFs = s->fs.selector, in win_context_init_from_qemu_cpu_state() 152 .SegGs = s->gs.selector, in win_context_init_from_qemu_cpu_state()
|