| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | ti,hd3ss3220.yaml | 15 HD3SS3220 can be configured as a Downstream Facing Port (DFP), Upstream Facing Port (UFP) or a 30 An input gpio for USB ID pin. Upon detecting a UFP device, HD3SS3220
|
| /linux/arch/arm/include/asm/ |
| H A D | ucontext.h | 65 struct user_vfp ufp; member 70 * 8 byte for magic and size, 264 byte for ufp, 12 bytes for ufp_exc,
|
| /linux/arch/sparc/kernel/ |
| H A D | signal_32.c | 76 unsigned long up_psr, pc, npc, ufp; in do_sigreturn() local 94 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn() 97 if (ufp & 0x7) in do_sigreturn() 144 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn() local 155 if (get_user(ufp, &sf->regs.u_regs[UREG_FP])) in do_rt_sigreturn() 158 if (ufp & 0x7) in do_rt_sigreturn()
|
| H A D | signal32.c | 88 unsigned int psr, ufp; in do_sigreturn32() local 106 if (get_user(ufp, &sf->info.si_regs.u_regs[UREG_FP])) in do_sigreturn32() 109 if (ufp & 0x7) in do_sigreturn32() 177 unsigned int psr, pc, npc, ufp; in do_rt_sigreturn32() local 194 if (get_user(ufp, &sf->regs.u_regs[UREG_FP])) in do_rt_sigreturn32() 197 if (ufp & 0x7) in do_rt_sigreturn32()
|
| H A D | signal_64.c | 257 unsigned long tpc, tnpc, tstate, ufp; in do_rt_sigreturn() local 275 if (get_user(ufp, &sf->regs.u_regs[UREG_FP])) in do_rt_sigreturn() 278 if ((ufp + STACK_BIAS) & 0x7) in do_rt_sigreturn()
|
| /linux/include/dt-bindings/usb/ |
| H A D | pd.h | 102 * <29:27> :: product type (UFP / Cable / VPD) 113 /* SOP Product Type (UFP) */ 153 * UFP VDO (PD Revision 3.0+ only) 155 * <31:29> :: UFP VDO version 166 /* UFP VDO Version */
|
| /linux/include/linux/usb/ |
| H A D | pd_vdo.h | 115 * <29:27> :: product type (UFP / Cable / VPD) 126 /* SOP Product Type (UFP) */ 179 * UFP VDO (PD Revision 3.0+ only) 181 * <31:29> :: UFP VDO version 194 /* UFP VDO Version */
|
| H A D | typec.h | 194 * plug connected to UFP
|
| /linux/arch/arm/vfp/ |
| H A D | vfpmodule.c | 579 int vfp_preserve_user_clear_hwstate(struct user_vfp *ufp, in vfp_preserve_user_clear_hwstate() argument 592 memcpy(&ufp->fpregs, &hwstate->fpregs, sizeof(hwstate->fpregs)); in vfp_preserve_user_clear_hwstate() 597 ufp->fpscr = hwstate->fpscr; in vfp_preserve_user_clear_hwstate() 618 int vfp_restore_user_hwstate(struct user_vfp *ufp, struct user_vfp_exc *ufp_exc) in vfp_restore_user_hwstate() argument 631 memcpy(&hwstate->fpregs, &ufp->fpregs, sizeof(hwstate->fpregs)); in vfp_restore_user_hwstate() 635 hwstate->fpscr = ufp->fpscr; in vfp_restore_user_hwstate()
|
| /linux/arch/arm/kernel/ |
| H A D | ptrace.c | 294 static int ptrace_getwmmxregs(struct task_struct *tsk, void __user *ufp) in ptrace_getwmmxregs() argument 301 return copy_to_user(ufp, &thread->fpstate.iwmmxt, IWMMXT_SIZE) in ptrace_getwmmxregs() 308 static int ptrace_setwmmxregs(struct task_struct *tsk, void __user *ufp) in ptrace_setwmmxregs() argument 315 return copy_from_user(&thread->fpstate.iwmmxt, ufp, IWMMXT_SIZE) in ptrace_setwmmxregs()
|
| H A D | signal.c | 111 err = vfp_preserve_user_clear_hwstate(&kframe.ufp, &kframe.ufp_exc); in preserve_vfp_context() 131 return vfp_restore_user_hwstate(&frame.ufp, &frame.ufp_exc); in restore_vfp_context()
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sunxi-d1s-t113-mangopi-mq-r.dtsi | 117 /* The USB-C socket has its CC pins pulled to GND, so is hardwired as a UFP. */
|
| /linux/drivers/extcon/ |
| H A D | extcon-usbc-cros-ec.c | 191 (role == DR_HOST ? "DFP" : "UFP"); in cros_ec_usb_role_string() 293 * we are not really a UFP for the AP. in extcon_cros_ec_detect_cable()
|
| H A D | extcon-rtk-type-c.c | 1114 * UFP rd vref_ufp : 1p23v, 0p66v, 0p2v in setup_type_c_parameter()
|
| /linux/drivers/usb/typec/mux/ |
| H A D | intel_pmc_mux.c | 478 u8 ufp = role == USB_ROLE_DEVICE ? 1 : 0; in pmc_usb_connect() local 499 msg[1] |= ufp << PMC_USB_MSG_UFP_SHIFT; in pmc_usb_connect()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_sp.h | 452 * qed_sp_pf_update_ufp(): PF ufp update Ramrod.
|
| H A D | qed_sp_commands.c | 357 * UFP with Host Control mode. in qed_sp_pf_start()
|
| H A D | qed_mcp.c | 1949 "Incorrect UFP Channel type %d port_id 0x%02x\n", in qed_mcp_read_ufp_config() 1960 "Unknown UFP scheduling mode %d port_id 0x%02x\n", in qed_mcp_read_ufp_config() 1982 "UFP shmem config: mode = %d tc = %d pri_type = %d port_id 0x%02x\n", in qed_mcp_read_ufp_config() 1999 /* Merge UFP TC with the dcbx TC data */ in qed_mcp_handle_ufp_event() 2003 DP_ERR(p_hwfn, "Invalid sched type, discard the UFP config\n"); in qed_mcp_handle_ufp_event()
|
| H A D | qed_mcp.h | 1294 * qed_mcp_read_ufp_config(): Read ufp config from the shared memory.
|
| H A D | qed_dcbx.c | 299 /* If Eth TLV is not detected, use UFP TC as default TC */ in qed_dcbx_process_tlv()
|
| /linux/drivers/usb/typec/tcpm/ |
| H A D | tcpm.c | 497 /* VDO to retry if UFP responder replied busy */ 2383 /* If UFP responded busy retry after timeout */ in tcpm_handle_vdm_request() 2725 0, /* Cable Plug Indicator for DFP/UFP */ in vdm_run_state_machine() 3828 0, /* Cable Plug Indicator for DFP/UFP */ in tcpm_pd_send_control()
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 5772 case UFP: in mc_name() 5773 str = "UFP"; in mc_name()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_main.c | 12149 "Unexpected - no valid MF OV for func %d in UFP/BD mode\n", in bnx2x_get_hwinfo()
|