Home
last modified time | relevance | path

Searched defs:setup (Results 1 – 25 of 69) sorted by relevance

123

/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/core/
Dusbd_core.c34 USB_MEM_ALIGNX struct usb_setup_packet setup; member
70 static void usbd_print_setup(struct usb_setup_packet *setup) in usbd_print_setup()
489 static bool usbd_std_device_req_handler(struct usb_setup_packet *setup, uint8_t **data, uint32_t *l…
573 static bool usbd_std_interface_req_handler(struct usb_setup_packet *setup,
640 static bool usbd_std_endpoint_req_handler(struct usb_setup_packet *setup, uint8_t **data, uint32_t …
698 static int usbd_standard_request_handler(struct usb_setup_packet *setup, uint8_t **data, uint32_t *…
743 static int usbd_class_request_handler(struct usb_setup_packet *setup, uint8_t **data, uint32_t *len)
776 static int usbd_vendor_request_handler(struct usb_setup_packet *setup, uint8_t **data, uint32_t *le…
900 static bool usbd_setup_request_handler(struct usb_setup_packet *setup, uint8_t **data, uint32_t *le…
1009 struct usb_setup_packet *setup = &g_usbd_core.setup; local
[all …]
Dusbh_core.c396 struct usb_setup_packet *setup = hport->setup; in usbh_get_string_desc() local
431 struct usb_setup_packet *setup = hport->setup; in usbh_set_interface() local
445 struct usb_setup_packet *setup; in usbh_enumerate() local
720 int usbh_control_transfer(usbh_pipe_t pipe, struct usb_setup_packet *setup, uint8_t *buffer) in usbh_control_transfer()
Dusbh_core.h49 struct usb_setup_packet *setup, in usbh_control_urb_fill()
150 struct usb_setup_packet *setup; member
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/hub/
Dusbh_hub.c84 struct usb_setup_packet *setup; in _usbh_hub_get_hub_descriptor() local
137 struct usb_setup_packet *setup; in _usbh_hub_get_portstatus() local
158 struct usb_setup_packet *setup; in _usbh_hub_set_feature() local
173 struct usb_setup_packet *setup; in _usbh_hub_clear_feature() local
188 struct usb_setup_packet *setup; in _usbh_hub_set_depth() local
228 struct usb_setup_packet *setup; in usbh_hub_get_portstatus() local
246 struct usb_setup_packet *setup; in usbh_hub_set_feature() local
264 struct usb_setup_packet *setup; in usbh_hub_clear_feature() local
282 struct usb_setup_packet *setup; in usbh_hub_set_depth() local
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/hid/
Dusbh_hid.c43 struct usb_setup_packet *setup = hid_class->hport->setup; in usbh_hid_get_report_descriptor() local
62 struct usb_setup_packet *setup = hid_class->hport->setup; in usbh_hid_set_idle() local
75 struct usb_setup_packet *setup = hid_class->hport->setup; in usbh_hid_get_idle() local
94 struct usb_setup_packet *setup = hid_class->hport->setup; in usbh_hid_set_protocol() local
Dusbd_hid.c9 static int hid_class_interface_request_handler(struct usb_setup_packet *setup, uint8_t **data, uint… in hid_class_interface_request_handler()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/dfu/
Dusbd_dfu.c105 static void dfu_request_upload(struct usb_setup_packet *setup, uint8_t **data, uint32_t *len) in dfu_request_upload()
184 static void dfu_request_dnload(struct usb_setup_packet *setup, uint8_t **data, uint32_t *len) in dfu_request_dnload()
289 static void dfu_request_getstatus(struct usb_setup_packet *setup, uint8_t **data, uint32_t *len) in dfu_request_getstatus()
405 static void dfu_request_getstate(struct usb_setup_packet *setup, uint8_t **data, uint32_t *len) in dfu_request_getstate()
431 static int dfu_class_interface_request_handler(struct usb_setup_packet *setup, uint8_t **data, uint… in dfu_class_interface_request_handler()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/printer/
Dusbh_printer.c41 struct usb_setup_packet *setup = &printer_class->hport->setup; in usbh_printer_get_device_id() local
55 struct usb_setup_packet *setup = &printer_class->hport->setup; in usbh_printer_get_port_status() local
69 struct usb_setup_packet *setup = &printer_class->hport->setup; in usbh_printer_soft_reset() local
Dusbd_printer.c15 static int printer_class_interface_request_handler(struct usb_setup_packet *setup, uint8_t **data, … in printer_class_interface_request_handler()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/wireless/
Dusbh_rndis.c18 struct usb_setup_packet *setup = rndis_class->hport->setup; in usbh_rndis_init_msg_transfer() local
65 struct usb_setup_packet *setup = rndis_class->hport->setup; in usbh_rndis_query_msg_transfer() local
116 struct usb_setup_packet *setup = rndis_class->hport->setup; in usbh_rndis_set_msg_transfer() local
193 struct usb_setup_packet *setup = rndis_class->hport->setup; in usbh_rndis_keepalive() local
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/cdc/
Dusbh_cdc_acm.c43 struct usb_setup_packet *setup = cdc_acm_class->hport->setup; in usbh_cdc_acm_set_line_coding() local
58 struct usb_setup_packet *setup = cdc_acm_class->hport->setup; in usbh_cdc_acm_get_line_coding() local
77 struct usb_setup_packet *setup = cdc_acm_class->hport->setup; in usbh_cdc_acm_set_line_state() local
Dusbd_cdc.c12 static int cdc_acm_class_interface_request_handler(struct usb_setup_packet *setup, uint8_t **data, … in cdc_acm_class_interface_request_handler()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/video/
Dusbh_video.c58 struct usb_setup_packet *setup = video_class->hport->setup; in usbh_video_get() local
90 struct usb_setup_packet *setup = video_class->hport->setup; in usbh_video_set() local
135 struct usb_setup_packet *setup = video_class->hport->setup; in usbh_video_open() local
264 struct usb_setup_packet *setup = video_class->hport->setup; in usbh_video_close() local
Dusbd_video.c23 static int usbd_video_control_request_handler(struct usb_setup_packet *setup, uint8_t **data, uint3… in usbd_video_control_request_handler()
63 static int usbd_video_control_unit_terminal_request_handler(struct usb_setup_packet *setup, uint8_t… in usbd_video_control_unit_terminal_request_handler()
567 static int usbd_video_stream_request_handler(struct usb_setup_packet *setup, uint8_t **data, uint32… in usbd_video_stream_request_handler()
658 static int video_class_interface_request_handler(struct usb_setup_packet *setup, uint8_t **data, ui… in video_class_interface_request_handler()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/audio/
Dusbh_audio.c56 struct usb_setup_packet *setup = audio_class->hport->setup; in usbh_audio_open() local
128 struct usb_setup_packet *setup = audio_class->hport->setup; in usbh_audio_close() local
173 struct usb_setup_packet *setup = audio_class->hport->setup; in usbh_audio_set_volume() local
206 struct usb_setup_packet *setup = audio_class->hport->setup; in usbh_audio_set_mute() local
Dusbd_audio.c22 static int audio_class_endpoint_request_handler(struct usb_setup_packet *setup, uint8_t **data, uin… in audio_class_endpoint_request_handler()
58 static int audio_class_interface_request_handler(struct usb_setup_packet *setup, uint8_t **data, ui… in audio_class_interface_request_handler()
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/template/
Dusbd_xxx.c4 static int xxx_class_interface_request_handler(struct usb_setup_packet *setup, uint8_t **data, uint… in xxx_class_interface_request_handler()
/device/soc/rockchip/rk3588/hardware/codec/src/
Dhdi_mpp_config.c114 void SetDefaultFps(RKHdiEncodeSetup *setup) in SetDefaultFps()
124 void SetDefaultDropMode(RKHdiEncodeSetup *setup) in SetDefaultDropMode()
131 void SetDefaultGopMode(RKHdiEncodeSetup *setup) in SetDefaultGopMode()
561 RKHdiEncodeSetup *setup = &pBaseComponent->setup; in SetEncCfg() local
/device/soc/rockchip/rk3568/hardware/codec/src/
Dhdi_mpp_config.c114 void SetDefaultFps(RKHdiEncodeSetup *setup) in SetDefaultFps()
124 void SetDefaultDropMode(RKHdiEncodeSetup *setup) in SetDefaultDropMode()
131 void SetDefaultGopMode(RKHdiEncodeSetup *setup) in SetDefaultGopMode()
561 RKHdiEncodeSetup *setup = &pBaseComponent->setup; in SetEncCfg() local
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/include/linux/amlogic/
Dvmem.h29 int (*setup)(struct vmem_device *vmemdev); member
/device/board/talkweb/niobe407/liteos_m/drivers/exit/include/
Dhal_exti.h42 uint8_t setup; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
Dmali_kbase_mmu_mode_aarch64.c67 static void mmu_get_as_setup(struct kbase_context *kctx, struct kbase_mmu_setup *const setup) in mmu_get_as_setup()
Dmali_kbase_mmu_mode_lpae.c67 static void mmu_get_as_setup(struct kbase_context *kctx, struct kbase_mmu_setup *const setup) in mmu_get_as_setup()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
Dmali_kbase_mmu_mode_aarch64.c72 struct kbase_mmu_setup * const setup) in mmu_get_as_setup()
Dmali_kbase_mmu_mode_lpae.c72 struct kbase_mmu_setup * const setup) in mmu_get_as_setup()

123