Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A Dtee_mmc_rpmb.c28 uint16_t req_type; in rpmb_data_req() local
37 req_type = cpu_to_be16(req_packets->request); in rpmb_data_req()
39 switch (req_type) { in rpmb_data_req()
H A Dtee_ufs_rpmb.c54 uint16_t req_type; in rpmb_data_req() local
67 req_type = bedata_to_u16(req_packets->msg_type); in rpmb_data_req()
69 switch (req_type) { in rpmb_data_req()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_sdp.c423 u8 req_type = ctrl->bRequestType & USB_TYPE_MASK; in sdp_setup() local
427 req_type, ctrl->bRequest, sdp->state); in sdp_setup()
429 if (req_type == USB_TYPE_STANDARD) { in sdp_setup()
438 if (req_type == USB_TYPE_CLASS) { in sdp_setup()
H A Df_dfu.c593 u8 req_type = ctrl->bRequestType & USB_TYPE_MASK; in dfu_handle() local
597 req_type, ctrl->bRequest, f_dfu->dfu_state); in dfu_handle()
599 if (req_type == USB_TYPE_STANDARD) { in dfu_handle()