Searched refs:alt (Results 76 - 100 of 188) sorted by relevance

12345678

/linux-master/arch/powerpc/perf/
H A Dmpc7450-pmu.c222 static int mpc7450_get_alternatives(u64 event, unsigned int flags, u64 alt[]) argument
227 alt[0] = event;
234 alt[nalt++] = ae;
H A Dpower5-pmu.c270 static int power5_get_alternatives(u64 event, unsigned int flags, u64 alt[]) argument
275 alt[0] = event;
282 alt[nalt++] = ae;
287 alt[nalt++] = ae;
H A Dgeneric-compat-pmu.c92 static int generic_get_alternatives(u64 event, unsigned int flags, u64 alt[]) argument
96 num_alt = isa207_get_alternatives(event, alt,
H A Dpower9-pmu.c143 static int power9_get_alternatives(u64 event, unsigned int flags, u64 alt[]) argument
147 num_alt = isa207_get_alternatives(event, alt,
H A Dpower8-pmu.c112 static int power8_get_alternatives(u64 event, unsigned int flags, u64 alt[]) argument
116 num_alt = isa207_get_alternatives(event, alt,
/linux-master/arch/arm64/include/asm/
H A Dkvm_asm.h287 void kvm_patch_vector_branch(struct alt_instr *alt,
289 void kvm_get_kimage_voffset(struct alt_instr *alt,
291 void kvm_compute_final_ctr_el0(struct alt_instr *alt,
/linux-master/arch/powerpc/include/asm/
H A Dperf_event_server.h43 u64 alt[]);
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-cygnus-mux.c38 * @alt: alternate function to set to
43 unsigned int alt; member in struct:cygnus_mux
485 .alt = al, \
793 if (mux_log[i].mux.alt != mux->alt) {
808 mux_log[i].mux.alt = mux->alt;
815 val |= grp->mux.alt << grp->mux.shift;
834 dev_dbg(pctrl_dev->dev, "offset:0x%08x shift:%u alt:%u\n",
835 grp->mux.offset, grp->mux.shift, grp->mux.alt);
[all...]
/linux-master/arch/arm/kernel/
H A Dvmlinux-xip.lds.S40 *(.alt.smp.init)
/linux-master/drivers/input/misc/
H A Dims-pcu.c1656 struct usb_host_interface *alt; local
1667 alt = pcu->ctrl_intf->cur_altsetting;
1669 if (alt->desc.bNumEndpoints < 1)
1672 pcu->ep_ctrl = &alt->endpoint[0].desc;
1680 alt = pcu->data_intf->cur_altsetting;
1681 if (alt->desc.bNumEndpoints != 2) {
1684 alt->desc.bNumEndpoints);
1688 pcu->ep_out = &alt->endpoint[0].desc;
1703 pcu->ep_in = &alt->endpoint[1].desc;
2062 struct usb_host_interface *alt local
2091 struct usb_host_interface *alt = intf->cur_altsetting; local
2102 struct usb_host_interface *alt = intf->cur_altsetting; local
[all...]
/linux-master/drivers/pinctrl/
H A Dpinctrl-st.c233 struct regmap_field *alt, *oe, *pu, *od; member in struct:st_pio_control
248 const int alt, oe, pu, od, rt; member in struct:st_pctl_data
350 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
359 .alt = 0,
424 struct regmap_field *alt = pc->alt; local
429 if (!alt)
432 regmap_field_read(alt, &val);
435 regmap_field_write(alt, val);
440 struct regmap_field *alt local
[all...]
/linux-master/drivers/usb/core/
H A Dsysfs.c1161 struct usb_host_interface *alt; local
1165 alt = READ_ONCE(intf->cur_altsetting);
1176 alt->desc.bInterfaceClass,
1177 alt->desc.bInterfaceSubClass,
1178 alt->desc.bInterfaceProtocol,
1179 alt->desc.bInterfaceNumber);
1345 struct usb_host_interface *alt = intf->cur_altsetting; local
1350 if (!alt->string && !(udev->quirks & USB_QUIRK_CONFIG_INTF_STRINGS))
1351 alt->string = usb_cache_string(udev, alt
[all...]
/linux-master/include/linux/usb/
H A Dtypec.h166 struct typec_port *typec_altmode2port(struct typec_altmode *alt);
168 void typec_altmode_update_active(struct typec_altmode *alt, bool active);
H A Dcomposite.h218 unsigned interface, unsigned alt);
253 struct usb_ep *_ep, u8 alt);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_typec.c188 .alt = state.alt,
198 port->state.alt = NULL;
282 * Register port alt modes with known values till we start retrieving
304 * Register TBT compatibility alt mode. The EC will not enter the mode
318 port->state.alt = NULL;
450 * Spoof the VDOs that were likely communicated by the partner for TBT alt
494 if (!port->state.alt) {
495 port->state.alt = port->port_altmode[CROS_EC_ALTMODE_TBT];
538 if (!port->state.alt) {
[all...]
/linux-master/tools/objtool/
H A Dcheck.c1891 * If the original instruction is a jump, make the alt entry an effective nop
1946 struct alternative *alt; local
1994 alt = malloc(sizeof(*alt));
1995 if (!alt) {
2001 alt->insn = new_insn;
2002 alt->skip_orig = special_alt->skip_orig;
2004 alt->next = orig_insn->alts;
2005 orig_insn->alts = alt;
2029 struct alternative *alt; local
3578 struct alternative *alt; local
3878 struct alternative *alt; local
[all...]
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-video.c48 static int alt; variable
49 module_param(alt, int, 0644);
50 MODULE_PARM_DESC(alt, "alternate setting to use for video endpoint");
125 /*FIXME: maxw should be dependent of alt mode */
357 * NOTE: for isoc transfers, only alt settings > 0 are allowed
358 * bulk transfers seem to work only with alt=0 !
360 dev->alt = 0;
361 if (alt > 0 && alt < dev->num_alt) {
362 em28xx_videodbg("alternate forced to %d\n", dev->alt);
[all...]
/linux-master/drivers/media/usb/dvb-usb/
H A Dm920x.c126 struct usb_host_interface *alt; local
128 if ((alt = usb_altnum_to_altsetting(intf, 1)) == NULL) {
129 deb("No alt found!\n");
133 return usb_set_interface(udev, alt->desc.bInterfaceNumber,
134 alt->desc.bAlternateSetting);
477 struct usb_host_interface *alt; local
479 alt = usb_altnum_to_altsetting(usb_ifnum_to_if(udev, 0), 1);
480 *cold = (alt == NULL) ? 1 : 0;
/linux-master/drivers/irqchip/
H A Dirq-gic.c1296 void __iomem *alt; local
1309 alt = ioremap(cpuif_res.start, SZ_8K);
1310 if (!alt)
1312 if (!gic_check_gicv2(alt + SZ_4K)) {
1321 *base = alt;
1331 iounmap(alt);
1332 alt = ioremap(cpuif_res.start, SZ_128K);
1333 if (!alt)
1339 *base = alt;
/linux-master/drivers/media/usb/gspca/
H A Dstk014.c259 gspca_dev->alt);
262 gspca_dev->iface, gspca_dev->alt);
284 gspca_dbg(gspca_dev, D_STREAM, "camera started alt: 0x%02x\n",
285 gspca_dev->alt);
/linux-master/drivers/media/usb/stk1160/
H A Dstk1160.h137 int alt; member in struct:stk1160
/linux-master/tools/testing/selftests/net/
H A Dnetns-name.sh9 ALT_NAME=some-alt-name
57 # Test dup alt-name with netns move
65 fail "Moved with alt-name dup"
71 # Test creating alt-name in one net-ns and using in another
76 ip -netns $test_ns link show dev $ALT_NAME >> /dev/null || fail "Can't find alt-name after move"
78 fail "Can still find alt-name after move"
/linux-master/scripts/dtc/include-prefixes/dt-bindings/usb/
H A Dpd.h208 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \
210 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
/linux-master/include/dt-bindings/usb/
H A Dpd.h208 #define VDO_UFP(ver, cap, conn, vcpwr, vcr, vbr, alt, spd) \
210 | ((vcpwr) & 0x7) << 8 | (vcr) << 7 | (vbr) << 6 | ((alt) & 0x7) << 3 \
/linux-master/drivers/usb/typec/mux/
H A Dptn36502.c247 if (state->alt)
248 ptn->svid = state->alt->svid;

Completed in 326 milliseconds

12345678