/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | pio.h | 231 u32 selector, u8 vl); 233 u32 selector, u8 sc5);
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | renesas,rcar-usb2-clock-sel.yaml | 7 title: Renesas R-Car USB 2.0 clock selector 32 In this case, we don't need this selector.
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 260 unsigned selector) in at91_get_group_name() argument 264 return info->groups[selector].name; in at91_get_group_name() 273 if (selector >= info->ngroups) in at91_get_group_pins() 276 *pins = info->groups[selector].pins; in at91_get_group_pins() 277 *npins = info->groups[selector].npins; in at91_get_group_pins() 842 static int at91_pmx_set(struct pinctrl_dev *pctldev, unsigned selector, in at91_pmx_set() argument 854 info->functions[selector].name, info->groups[group].name); in at91_pmx_set() 911 unsigned selector) in at91_pmx_get_func_name() argument 915 return info->functions[selector].name; in at91_pmx_get_func_name() 924 *groups = info->functions[selector].groups; in at91_pmx_get_groups() [all …]
|
H A D | pinctrl-st.c | 782 unsigned selector) in st_pctl_get_group_name() argument 786 return info->groups[selector].name; in st_pctl_get_group_name() 790 unsigned selector, const unsigned **pins, unsigned *npins) in st_pctl_get_group_pins() argument 794 if (selector >= info->ngroups) in st_pctl_get_group_pins() 797 *pins = info->groups[selector].pins; in st_pctl_get_group_pins() 798 *npins = info->groups[selector].npins; in st_pctl_get_group_pins() 887 unsigned selector) in st_pmx_get_fname() argument 891 return info->functions[selector].name; in st_pmx_get_fname() 895 unsigned selector, const char * const **grps, unsigned * const ngrps) in st_pmx_get_groups() argument 898 *grps = info->functions[selector].groups; in st_pmx_get_groups() [all …]
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | fsgsbase.h | 79 unsigned short selector);
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-soupsieve_2.5.bb | 1 SUMMARY = "CSS selector library for python-beautifulsoup4"
|
/openbmc/qemu/linux-user/i386/ |
H A D | target_cpu.h | 44 cpu_x86_load_seg(env, R_GS, env->segs[R_GS].selector); in cpu_set_tls()
|
/openbmc/linux/drivers/regulator/ |
H A D | da9055-regulator.c | 200 unsigned int selector) in da9055_regulator_set_voltage_sel() argument 219 info->volt.v_mask, selector); in da9055_regulator_set_voltage_sel() 236 info->volt.v_mask, selector); in da9055_regulator_set_voltage_sel() 239 info->volt.v_mask, selector); in da9055_regulator_set_voltage_sel()
|
H A D | core.c | 3244 selector, lock); in _regulator_list_voltage() 3382 unsigned selector) in regulator_list_hardware_vsel() argument 3394 return selector; in regulator_list_hardware_vsel() 3619 unsigned int selector; in _regulator_do_set_voltage() local 3642 &selector); in _regulator_do_set_voltage() 3647 selector); in _regulator_do_set_voltage() 3657 selector = ret; in _regulator_do_set_voltage() 3684 selector); in _regulator_do_set_voltage() 3816 int selector; in regulator_set_voltage_rdev() local 3819 if (selector < 0) { in regulator_set_voltage_rdev() [all …]
|
H A D | ltc3676.c | 118 static int ltc3676_set_voltage_sel(struct regulator_dev *rdev, unsigned selector) in ltc3676_set_voltage_sel() argument 124 dev_dbg(dev, "%s id=%d selector=%d\n", __func__, dcdc, selector); in ltc3676_set_voltage_sel() 132 return regulator_set_voltage_sel_regmap(rdev, selector); in ltc3676_set_voltage_sel()
|
H A D | bd9576-regulator.c | 135 unsigned int selector) in bd957x_vout34_list_voltage() argument 138 int multiplier = selector & desc->vsel_mask & 0x7f; in bd957x_vout34_list_voltage() 144 if (!(selector & 0x80)) in bd957x_vout34_list_voltage() 151 unsigned int selector) in bd957x_list_voltage() argument 154 int index = selector & desc->vsel_mask & 0x7f; in bd957x_list_voltage() 156 if (!(selector & 0x80)) in bd957x_list_voltage()
|
H A D | pcap-regulator.c | 142 unsigned selector) in pcap_regulator_set_voltage_sel() argument 153 selector << vreg->index); in pcap_regulator_set_voltage_sel()
|
/openbmc/linux/lib/ |
H A D | decompress_bunzip2.c | 161 int dbufCount, nextSym, dbufSize, groupCount, selector, in get_next_block() local 358 runPos = dbufCount = symCount = selector = 0; in get_next_block() 363 if (selector >= nSelectors) in get_next_block() 365 hufGroup = bd->groups+selectors[selector++]; in get_next_block()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libjs/ |
H A D | libjs-sizzle_1.10.18.bb | 1 SUMMARY = "Pure-JavaScript CSS selector engine"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
H A D | 0002-autofs-5.1.8-handle-innetgr-not-present-in-musl.patch | 84 struct selector *s, struct substvar *sv) 95 switch (s->sel->selector) {
|
/openbmc/linux/net/bridge/netfilter/ |
H A D | nft_meta_bridge.c | 158 if (!track->regs[i].selector) in nft_meta_bridge_set_reduce() 161 if (track->regs[i].selector->ops != &nft_meta_bridge_get_ops) in nft_meta_bridge_set_reduce()
|
/openbmc/qemu/contrib/elf2dmp/ |
H A D | qemu_elf.h | 13 uint32_t selector; member
|
/openbmc/qemu/include/hw/acpi/ |
H A D | memory_hotplug.h | 31 uint32_t selector; member
|
H A D | cpu.h | 36 uint32_t selector; member
|
/openbmc/linux/drivers/clk/tegra/ |
H A D | clk-dfll.c | 1704 int j, selector, lut; in dfll_build_i2c_lut() local 1731 selector = find_vdd_map_entry_min(td, v); in dfll_build_i2c_lut() 1732 if (selector < 0) in dfll_build_i2c_lut() 1734 if (selector != td->lut[j - 1]) in dfll_build_i2c_lut() 1735 td->lut[j++] = selector; in dfll_build_i2c_lut() 1739 selector = find_vdd_map_entry_exact(td, v); in dfll_build_i2c_lut() 1740 if (selector < 0) in dfll_build_i2c_lut() 1742 if (selector != td->lut[j - 1]) in dfll_build_i2c_lut() 1743 td->lut[j++] = selector; in dfll_build_i2c_lut()
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-evb-act8846.dts | 36 fcs,suspend-voltage-selector = <1>; 48 fcs,suspend-voltage-selector = <1>;
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 1427 * menu item's old selector's name toggleFullScreen: 1724 …[menu addItemWithTitle:@"About QEMU" action:@selector(do_about_menu_item:) keyEquivalent:@""]; // … 1729 [menu addItemWithTitle:@"Hide QEMU" action:@selector(hide:) keyEquivalent:@"h"]; //Hide QEMU 1732 …[menu addItemWithTitle:@"Show All" action:@selector(unhideAllApplications:) keyEquivalent:@""]; //… 1734 [menu addItemWithTitle:@"Quit QEMU" action:@selector(terminate:) keyEquivalent:@"q"]; 1738 …[NSApp performSelector:@selector(setAppleMenu:) withObject:menu]; // Workaround (this method is pr… 1744 …menuItem = [[[NSMenuItem alloc] initWithTitle: @"Resume" action: @selector(resumeQEMU:) keyEquival… 1757 …menuItem = [[[NSMenuItem alloc] initWithTitle:@"Zoom To Fit" action:@selector(zoomToFit:) keyEquiv… 1830 … action: @selector(displayConsole:) keyEquivalent: @""] autorelease]; 1880 action: @selector(changeDeviceMedia:) [all …]
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvcvideo.h | 101 u8 selector; member 114 u8 selector; member 218 } selector; member 333 struct uvc_entity *selector; /* Selector unit */ member
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | nxp,pca9541.yaml | 7 title: NXP PCA9541 I2C bus master selector
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 630 u16 selector; in get_segment_selector() local 634 return selector; in get_segment_selector() 784 u16 selector; in emulator_recalc_and_set_mode() local 1480 if (selector & 1 << 2) { in get_descriptor_table_ptr() 1499 u16 index = selector >> 3; in get_descriptor_ptr() 1585 rpl = selector & 3; in __load_segment_descriptor() 1620 err_code = selector & 0xfffc; in __load_segment_descriptor() 1693 selector = (selector & 0xfffc) | cpl; in __load_segment_descriptor() 1757 u16 selector, int seg) in load_segment_descriptor() argument 1956 unsigned long selector; in em_pop_sreg() local [all …]
|