Home
last modified time | relevance | path

Searched refs:alt (Results 126 - 150 of 469) sorted by relevance

12345678910>>...19

/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_sc1200.c180 struct ata_port *alt = host->ports[1 ^ qc->ap->port_no]; in sc1200_qc_defer() local
190 if (alt && alt->qc_active) in sc1200_qc_defer()
H A Dpata_sl82c105.c216 struct ata_port *alt = host->ports[1 ^ qc->ap->port_no]; in sl82c105_qc_defer() local
226 if (alt && alt->qc_active) in sl82c105_qc_defer()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-radio-common.c62 bool alt = dev->radio_rx_rds_use_alternates; in vivid_radio_rds_init() local
83 dev->radio_tx_rds_radiotext->p_cur.p_char + alt * 64, in vivid_radio_rds_init()
87 vivid_rds_gen_fill(rds, dev->radio_rx_freq, alt); in vivid_radio_rds_init()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-radio-common.c62 bool alt = dev->radio_rx_rds_use_alternates; in vivid_radio_rds_init() local
83 dev->radio_tx_rds_radiotext->p_cur.p_char + alt * 64, in vivid_radio_rds_init()
87 vivid_rds_gen_fill(rds, dev->radio_rx_freq, alt); in vivid_radio_rds_init()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_sc1200.c180 struct ata_port *alt = host->ports[1 ^ qc->ap->port_no]; in sc1200_qc_defer() local
190 if (alt && alt->qc_active) in sc1200_qc_defer()
H A Dpata_sl82c105.c215 struct ata_port *alt = host->ports[1 ^ qc->ap->port_no]; in sl82c105_qc_defer() local
225 if (alt && alt->qc_active) in sl82c105_qc_defer()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DCollationMapperTest.java59 // Note that in DTD order (which is what the paths are processed in) the path with no "alt" in testLastAltRuleOverridesExisting()
60 // attribute comes after everything else, but the first "alt" path is overwritten by the in testLastAltRuleOverridesExisting()
61 // second. It's not even clear there should ever be two alt paths, or what the paths mean in testLastAltRuleOverridesExisting()
63 // the "alt" attribute can have more that the value "short"...) in testLastAltRuleOverridesExisting()
65 collationRule("foo", "alt1", "First alt rule"), in testLastAltRuleOverridesExisting()
66 collationRule("foo", "alt2", "Second alt rule"), in testLastAltRuleOverridesExisting()
73 assertThat(icuData).hasValuesFor("/collations/foo/Sequence", "Second alt rule"); in testLastAltRuleOverridesExisting()
153 private static CldrValue collationRule(String type, String alt, String... lines) { in collationRule() argument
157 if (alt != null) { in collationRule()
158 appendAttribute(cldrPath, "alt", al in collationRule()
[all...]
H A DBreakIteratorMapperTest.java141 private static CldrValue boundaries(BoundaryType type, String dependency, String alt) { in boundaries() argument
145 if (alt != null) { in boundaries()
146 appendAttribute(cldrPath, "alt", alt); in boundaries()
/kernel/linux/linux-5.10/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.c161 u32 mode, u32 alt) in stm32_gpio_backup_mode()
166 bank->pin_backup[offset] |= alt << STM32_GPIO_BKP_ALT_SHIFT; in stm32_gpio_backup_mode()
291 u32 mode, alt; in stm32_gpio_get_direction() local
293 stm32_pmx_get_mode(bank, pin, &mode, &alt); in stm32_gpio_get_direction()
294 if ((alt == 0) && (mode == 0)) in stm32_gpio_get_direction()
296 else if ((alt == 0) && (mode == 1)) in stm32_gpio_get_direction()
764 int pin, u32 mode, u32 alt) in stm32_pmx_set_mode()
787 val |= (alt << alt_shift); in stm32_pmx_set_mode()
798 stm32_gpio_backup_mode(bank, pin, mode, alt); in stm32_pmx_set_mode()
808 u32 *alt) in stm32_pmx_get_mode()
160 stm32_gpio_backup_mode(struct stm32_gpio_bank *bank, u32 offset, u32 mode, u32 alt) stm32_gpio_backup_mode() argument
763 stm32_pmx_set_mode(struct stm32_gpio_bank *bank, int pin, u32 mode, u32 alt) stm32_pmx_set_mode() argument
807 stm32_pmx_get_mode(struct stm32_gpio_bank *bank, int pin, u32 *mode, u32 *alt) stm32_pmx_get_mode() argument
839 u32 mode, alt; stm32_pmx_set_mux() local
1176 u32 mode, alt, drive, speed, bias; stm32_pconf_dbg_show() local
1610 u32 val, alt, mode, offset = stm32_gpio_pin(pin); stm32_pinctrl_restore_gpio_regs() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h216 * layer autoconf doesn't choose the usb_ep endpoint on (config, interface, alt)
221 * the udc talks on (config=3, interface=0, alt=0)
223 * the udc talks on (config=3, interface=0, alt=1)
225 * the udc talks on (config=2, interface=0, alt=0)
272 #define PXA_EP_BULK(_idx, addr, dir, config, iface, alt) \
274 config, iface, alt)
275 #define PXA_EP_ISO(_idx, addr, dir, config, iface, alt) \
277 config, iface, alt)
278 #define PXA_EP_INT(_idx, addr, dir, config, iface, alt) \
280 config, iface, alt)
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_pb0100.c178 struct usb_host_interface *alt; in pb0100_start() local
185 alt = usb_altnum_to_altsetting(intf, sd->gspca_dev.alt); in pb0100_start()
186 if (!alt) in pb0100_start()
189 if (alt->desc.bNumEndpoints < 1) in pb0100_start()
192 packet_size = le16_to_cpu(alt->endpoint[0].desc.wMaxPacketSize); in pb0100_start()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_pb0100.c178 struct usb_host_interface *alt; in pb0100_start() local
185 alt = usb_altnum_to_altsetting(intf, sd->gspca_dev.alt); in pb0100_start()
186 if (!alt) in pb0100_start()
189 if (alt->desc.bNumEndpoints < 1) in pb0100_start()
192 packet_size = le16_to_cpu(alt->endpoint[0].desc.wMaxPacketSize); in pb0100_start()
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dpmic_glink_altmode.c157 port->state.alt = &port->dp_alt; in pmic_glink_altmode_enable_dp()
165 port->retimer_state.alt = &port->dp_alt; in pmic_glink_altmode_enable_dp()
179 port->state.alt = NULL; in pmic_glink_altmode_enable_usb()
187 port->retimer_state.alt = NULL; in pmic_glink_altmode_enable_usb()
201 port->state.alt = NULL; in pmic_glink_altmode_safe()
209 port->retimer_state.alt = NULL; in pmic_glink_altmode_safe()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dpxa27x_udc.h216 * layer autoconf doesn't choose the usb_ep endpoint on (config, interface, alt)
221 * the udc talks on (config=3, interface=0, alt=0)
223 * the udc talks on (config=3, interface=0, alt=1)
225 * the udc talks on (config=2, interface=0, alt=0)
272 #define PXA_EP_BULK(_idx, addr, dir, config, iface, alt) \
274 config, iface, alt)
275 #define PXA_EP_ISO(_idx, addr, dir, config, iface, alt) \
277 config, iface, alt)
278 #define PXA_EP_INT(_idx, addr, dir, config, iface, alt) \
280 config, iface, alt)
[all...]
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dvmlinux.lds.S41 *(.alt.smp.init)
113 *(.alt.smp.init)
/third_party/python/Tools/peg_generator/scripts/
H A Dgrammar_grapher.py86 return [_ref for alt in item.alts for _ref in references_for_item(alt)]
/third_party/rust/crates/nom/benchmarks/benches/
H A Darithmetic.rs9 branch::alt,
25 alt(( in factor()
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dproton-pack.c568 void __init spectre_v4_patch_fw_mitigation_enable(struct alt_instr *alt, in spectre_v4_patch_fw_mitigation_enable() argument
588 void __init smccc_patch_fw_mitigation_conduit(struct alt_instr *alt, in smccc_patch_fw_mitigation_conduit() argument
1064 void noinstr spectre_bhb_patch_loop_mitigation_enable(struct alt_instr *alt, in spectre_bhb_patch_loop_mitigation_enable() argument
1075 void noinstr spectre_bhb_patch_fw_mitigation_enabled(struct alt_instr *alt, in spectre_bhb_patch_fw_mitigation_enabled() argument
1086 void noinstr spectre_bhb_patch_loop_iter(struct alt_instr *alt, in spectre_bhb_patch_loop_iter() argument
1107 void noinstr spectre_bhb_patch_wa3(struct alt_instr *alt, in spectre_bhb_patch_wa3() argument
1133 void __init spectre_bhb_patch_clearbhb(struct alt_instr *alt, in spectre_bhb_patch_clearbhb() argument
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_phonet.c394 static int pn_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in pn_set_alt() argument
401 return (alt > 0) ? -EINVAL : 0; in pn_set_alt()
408 if (alt > 1) in pn_set_alt()
416 if (alt == 1) { in pn_set_alt()
453 u8 alt; in pn_get_alt() local
456 alt = port->usb != NULL; in pn_get_alt()
458 return alt; in pn_get_alt()
H A Df_obex.c189 static int obex_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in obex_set_alt() argument
195 if (alt != 0) in obex_set_alt()
202 if (alt > 1) in obex_set_alt()
224 if (alt == 1) { in obex_set_alt()
233 obex->cur_alt = alt; in obex_set_alt()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_phonet.c397 static int pn_set_alt(struct usb_function *f, unsigned intf, unsigned alt) in pn_set_alt() argument
404 return (alt > 0) ? -EINVAL : 0; in pn_set_alt()
411 if (alt > 1) in pn_set_alt()
419 if (alt == 1) { in pn_set_alt()
456 u8 alt; in pn_get_alt() local
459 alt = port->usb != NULL; in pn_get_alt()
461 return alt; in pn_get_alt()
/kernel/linux/linux-5.10/drivers/pinctrl/bcm/
H A Dpinctrl-cygnus-mux.c45 * @alt: alternate function to set to
50 unsigned int alt; member
492 .alt = al, \
800 if (mux_log[i].mux.alt != mux->alt) { in cygnus_pinmux_set()
815 mux_log[i].mux.alt = mux->alt; in cygnus_pinmux_set()
822 val |= grp->mux.alt << grp->mux.shift; in cygnus_pinmux_set()
841 dev_dbg(pctrl_dev->dev, "offset:0x%08x shift:%u alt:%u\n", in cygnus_pinmux_set_mux()
842 grp->mux.offset, grp->mux.shift, grp->mux.alt); in cygnus_pinmux_set_mux()
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/bcm/
H A Dpinctrl-cygnus-mux.c38 * @alt: alternate function to set to
43 unsigned int alt; member
485 .alt = al, \
793 if (mux_log[i].mux.alt != mux->alt) { in cygnus_pinmux_set()
808 mux_log[i].mux.alt = mux->alt; in cygnus_pinmux_set()
815 val |= grp->mux.alt << grp->mux.shift; in cygnus_pinmux_set()
834 dev_dbg(pctrl_dev->dev, "offset:0x%08x shift:%u alt:%u\n", in cygnus_pinmux_set_mux()
835 grp->mux.offset, grp->mux.shift, grp->mux.alt); in cygnus_pinmux_set_mux()
[all...]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Duaccess.h189 #define __uaccess_disable(alt) \
192 asm(ALTERNATIVE("nop", SET_PSTATE_PAN(1), alt, \
196 #define __uaccess_enable(alt) \
199 asm(ALTERNATIVE("nop", SET_PSTATE_PAN(0), alt, \
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c1872 * If the original instruction is a jump, make the alt entry an effective nop
1927 struct alternative *alt; in add_special_section_alts() local
1975 alt = malloc(sizeof(*alt)); in add_special_section_alts()
1976 if (!alt) { in add_special_section_alts()
1982 alt->insn = new_insn; in add_special_section_alts()
1983 alt->skip_orig = special_alt->skip_orig; in add_special_section_alts()
1985 alt->next = orig_insn->alts; in add_special_section_alts()
1986 orig_insn->alts = alt; in add_special_section_alts()
2010 struct alternative *alt; in add_jump_table() local
3546 struct alternative *alt; validate_branch() local
3846 struct alternative *alt; validate_unret() local
[all...]

Completed in 22 milliseconds

12345678910>>...19