/device/soc/rockchip/common/sdk_linux/include/linux/usb/ |
H A D | gadget.h | 116 void (*complete)(struct usb_ep *ep, struct usb_request *req); 136 int (*enable)(struct usb_ep *ep, const struct usb_endpoint_descriptor *desc); 137 int (*disable)(struct usb_ep *ep); 138 void (*dispose)(struct usb_ep *ep); 140 struct usb_request *(*alloc_request)(struct usb_ep *ep, gfp_t gfp_flags); 141 void (*free_request)(struct usb_ep *ep, struct usb_request *req); 143 int (*queue)(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags); 144 int (*dequeue)(struct usb_ep *ep, struct usb_request *req); 146 int (*set_halt)(struct usb_ep *ep, int value); 147 int (*set_wedge)(struct usb_ep *ep); 257 usb_ep_set_maxpacket_limit(struct usb_ep *ep, unsigned maxpacket_limit) usb_ep_set_maxpacket_limit() argument 260 usb_ep_enable(struct usb_ep *ep) usb_ep_enable() argument 264 usb_ep_disable(struct usb_ep *ep) usb_ep_disable() argument 268 usb_ep_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) usb_ep_alloc_request() argument 272 usb_ep_free_request(struct usb_ep *ep, struct usb_request *req) usb_ep_free_request() argument 275 usb_ep_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) usb_ep_queue() argument 279 usb_ep_dequeue(struct usb_ep *ep, struct usb_request *req) usb_ep_dequeue() argument 283 usb_ep_set_halt(struct usb_ep *ep) usb_ep_set_halt() argument 287 usb_ep_clear_halt(struct usb_ep *ep) usb_ep_clear_halt() argument 291 usb_ep_set_wedge(struct usb_ep *ep) usb_ep_set_wedge() argument 295 usb_ep_fifo_status(struct usb_ep *ep) usb_ep_fifo_status() argument 299 usb_ep_fifo_flush(struct usb_ep *ep) usb_ep_fifo_flush() argument 503 usb_ep_align(struct usb_ep *ep, size_t len) usb_ep_align() argument 520 usb_ep_align_maybe(struct usb_gadget *g, struct usb_ep *ep, size_t len) usb_ep_align_maybe() argument [all...] |
/device/soc/rockchip/rk3588/kernel/include/linux/usb/ |
H A D | gadget.h | 117 void (*complete)(struct usb_ep *ep, 140 int (*enable) (struct usb_ep *ep, 142 int (*disable) (struct usb_ep *ep); 143 void (*dispose) (struct usb_ep *ep); 145 struct usb_request *(*alloc_request) (struct usb_ep *ep, 147 void (*free_request) (struct usb_ep *ep, struct usb_request *req); 149 int (*queue) (struct usb_ep *ep, struct usb_request *req, 151 int (*dequeue) (struct usb_ep *ep, struct usb_request *req); 153 int (*set_halt) (struct usb_ep *ep, int value); 154 int (*set_wedge) (struct usb_ep *ep); 272 usb_ep_set_maxpacket_limit(struct usb_ep *ep, unsigned maxpacket_limit) usb_ep_set_maxpacket_limit() argument 275 usb_ep_enable(struct usb_ep *ep) usb_ep_enable() argument 277 usb_ep_disable(struct usb_ep *ep) usb_ep_disable() argument 279 usb_ep_alloc_request(struct usb_ep *ep, gfp_t gfp_flags) usb_ep_alloc_request() argument 282 usb_ep_free_request(struct usb_ep *ep, struct usb_request *req) usb_ep_free_request() argument 285 usb_ep_queue(struct usb_ep *ep, struct usb_request *req, gfp_t gfp_flags) usb_ep_queue() argument 288 usb_ep_dequeue(struct usb_ep *ep, struct usb_request *req) usb_ep_dequeue() argument 290 usb_ep_set_halt(struct usb_ep *ep) usb_ep_set_halt() argument 292 usb_ep_clear_halt(struct usb_ep *ep) usb_ep_clear_halt() argument 294 usb_ep_set_wedge(struct usb_ep *ep) usb_ep_set_wedge() argument 296 usb_ep_fifo_status(struct usb_ep *ep) usb_ep_fifo_status() argument 298 usb_ep_fifo_flush(struct usb_ep *ep) usb_ep_fifo_flush() argument 514 usb_ep_align(struct usb_ep *ep, size_t len) usb_ep_align() argument 532 usb_ep_align_maybe(struct usb_gadget *g, struct usb_ep *ep, size_t len) usb_ep_align_maybe() argument [all...] |
H A D | hcd.h | 319 struct usb_host_endpoint *ep); 324 struct usb_host_endpoint *ep); 431 struct usb_host_endpoint *ep) in hcd_periodic_completion_in_progress() 433 return hcd->high_prio_bh.completing_ep == ep; in hcd_periodic_completion_in_progress() 455 struct usb_host_endpoint *ep); 457 struct usb_host_endpoint *ep); 459 struct usb_host_endpoint *ep); 526 #define usb_gettoggle(dev, ep, out) (((dev)->toggle[out] >> (ep)) & 1) 527 #define usb_dotoggle(dev, ep, ou 430 hcd_periodic_completion_in_progress(struct usb_hcd *hcd, struct usb_host_endpoint *ep) hcd_periodic_completion_in_progress() argument 586 struct usb_host_endpoint *ep; global() member [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware.h | 209 void (*ep_init)(struct dw_pcie_ep *ep); 210 int (*raise_irq)(struct dw_pcie_ep *ep, u8 func_no, enum pci_epc_irq_type type, u16 interrupt_num); 211 const struct pci_epc_features *(*get_features)(struct dw_pcie_ep *ep); 219 unsigned int (*func_conf_select)(struct dw_pcie_ep *ep, u8 func_no); 266 struct dw_pcie_ep ep; member 276 #define to_dw_pcie_from_ep(endpoint) container_of((endpoint), struct dw_pcie, ep) 402 void dw_pcie_ep_linkup(struct dw_pcie_ep *ep); 403 int dw_pcie_ep_init(struct dw_pcie_ep *ep); 404 int dw_pcie_ep_init_complete(struct dw_pcie_ep *ep); 405 void dw_pcie_ep_init_notify(struct dw_pcie_ep *ep); 414 dw_pcie_ep_linkup(struct dw_pcie_ep *ep) dw_pcie_ep_linkup() argument 418 dw_pcie_ep_init(struct dw_pcie_ep *ep) dw_pcie_ep_init() argument 423 dw_pcie_ep_init_complete(struct dw_pcie_ep *ep) dw_pcie_ep_init_complete() argument 428 dw_pcie_ep_init_notify(struct dw_pcie_ep *ep) dw_pcie_ep_init_notify() argument 432 dw_pcie_ep_exit(struct dw_pcie_ep *ep) dw_pcie_ep_exit() argument 436 dw_pcie_ep_raise_legacy_irq(struct dw_pcie_ep *ep, u8 func_no) dw_pcie_ep_raise_legacy_irq() argument 441 dw_pcie_ep_raise_msi_irq(struct dw_pcie_ep *ep, u8 func_no, u8 interrupt_num) dw_pcie_ep_raise_msi_irq() argument 446 dw_pcie_ep_raise_msix_irq(struct dw_pcie_ep *ep, u8 func_no, u16 interrupt_num) dw_pcie_ep_raise_msix_irq() argument 451 dw_pcie_ep_raise_msix_irq_doorbell(struct dw_pcie_ep *ep, u8 func_no, u16 interrupt_num) dw_pcie_ep_raise_msix_irq_doorbell() argument 460 dw_pcie_ep_get_func_from_ep(struct dw_pcie_ep *ep, u8 func_no) dw_pcie_ep_get_func_from_ep() argument [all...] |
/device/soc/rockchip/common/sdk_linux/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 291 int ep[AIO_PARAMS_MAX]; in main() local 307 /* "/ep#" */ /* '\0' */ in main() 330 (void)sprintf(ep_path, "%s/ep%d", argv[1], i + 1); in main() 331 ep[i] = open(ep_path, O_RDWR); in main() 332 if (ep[i] < 0) { in main() 333 printf("unable to open ep%d: %s\n", i + 1, strerror(errno)); in main() 396 if (e[i].obj->aio_fildes == ep[0]) { in main() 399 } else if (e[i].obj->aio_fildes == ep[1]) { in main() 408 io_prep_pwrite(iocb_in, ep[0], buf_in, BUF_LEN, 0); in main() 423 io_prep_pread(iocb_out, ep[ in main() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/ |
H A D | Makefile | 11 obj-$(CONFIG_PCIE_RCAR_EP) += pcie-rcar.o pcie-rcar-ep.o 26 obj-$(CONFIG_PCIE_ROCKCHIP_EP) += pcie-rockchip-ep.o pcie-rockchip.o
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus_usb_linux.c | 211 #define IFEPDESC(usb, idx, ep) (IFALTS((usb), (idx)).endpoint[ep]).desc 243 #define IFEPDESC(usb, idx, ep) (IFALTS((usb), (idx)).endpoint[ep]) 1288 int ep; in DBUS_USBOS_PROBE() local 1479 ep = 1; in DBUS_USBOS_PROBE() 1481 ep = 0; in DBUS_USBOS_PROBE() 1495 for (; ep <= num_of_eps; ep++) in DBUS_USBOS_PROBE() 1497 for (ep in DBUS_USBOS_PROBE() 3381 int i, num_of_eps, ep, intf_wlan = -1; dbus_usbos_intf_wlan() local [all...] |
H A D | bcmutils.c | 2019 char *ep; in bcm_ether_atoe() local 2022 ea->octet[i++] = (uint8) bcm_strtoul(p, &ep, 16); in bcm_ether_atoe() 2023 p = ep; in bcm_ether_atoe()
|
H A D | dhd_config.c | 3718 char *ep; in bcm_str2hex() local 3721 ea[i++] = (char) bcm_strtoul(p, &ep, 16); in bcm_str2hex() 3722 p = ep; in bcm_str2hex()
|
H A D | dhd_pcie.c | 7054 char *ep = NULL; in dhdpcie_downloadvars() local 7068 ep = strchr(sp, '\0'); in dhdpcie_downloadvars() 7072 if (ep && ((ep - sp) <= WLC_CNTRY_BUF_SZ)) { in dhdpcie_downloadvars()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_session.h | 252 * @param ep An endpoint where an incoming connection request is pending. 258 struct coap_endpoint_t *ep 338 void coap_free_endpoint(coap_endpoint_t *ep);
|
H A D | coap_io.h | 91 void coap_mfree_endpoint( struct coap_endpoint_t *ep );
|
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 311 struct usb_host_endpoint *ep;
in uvc_find_endpoint() local 315 ep = &alts->endpoint[i];
in uvc_find_endpoint() 316 if (ep->desc.bEndpointAddress == epaddr) {
in uvc_find_endpoint() 317 return ep;
in uvc_find_endpoint() 887 struct usb_host_endpoint *ep = &alts->endpoint[i];
in uvc_parse_streaming() local 889 if (ep->extralen == 0) {
in uvc_parse_streaming() 893 if (ep->extralen > UVC_BUF_LEN_TWO && ep->extra[1] == USB_DT_CS_INTERFACE) {
in uvc_parse_streaming() 1079 struct usb_host_endpoint *ep;
in uvc_parse_streaming() local 1081 ep in uvc_parse_streaming() 1525 struct usb_host_endpoint *ep = &alts->endpoint[0]; uvc_parse_control() local [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/ |
H A D | hisi_allocator.c | 37 static unsigned long _strtoul_ex(const char *s, char **ep, unsigned int base) in _strtoul_ex() argument 52 if (ep != NULL) { in _strtoul_ex() 53 (*ep) = __end_p + 1; in _strtoul_ex()
|
H A D | media_mem.c | 802 static unsigned long _strtoul_ex(const char *s, char **ep, unsigned int base) argument 817 if (ep != NULL) { 818 (*ep) = __end_p + 1;
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 149 struct device_node *remote_port, *ep; in rockchip_drm_of_find_possible_crtcs() local 152 for_each_endpoint_of_node(port, ep) in rockchip_drm_of_find_possible_crtcs() 154 if (!of_device_is_available(ep)) { in rockchip_drm_of_find_possible_crtcs() 158 remote_port = of_graph_get_remote_port(ep); in rockchip_drm_of_find_possible_crtcs() 160 of_node_put(ep); in rockchip_drm_of_find_possible_crtcs() 1654 * @ep: endpoint of a rockchip vop 1659 int rockchip_drm_endpoint_is_subdriver(struct device_node *ep) in rockchip_drm_endpoint_is_subdriver() argument 1661 struct device_node *node = of_graph_get_remote_port_parent(ep); in rockchip_drm_endpoint_is_subdriver()
|
H A D | rockchip_drm_drv.h | 414 int rockchip_drm_endpoint_is_subdriver(struct device_node *ep);
|
/device/soc/rockchip/common/hardware/rga/include/ |
H A D | rga.h | 475 POINT ep, /* end point */
|
/device/soc/rockchip/rk3399/hardware/rga/include/ |
H A D | rga.h | 540 POINT ep, /* end point */
|
/device/soc/rockchip/rk3568/hardware/rga/include/ |
H A D | rga.h | 540 POINT ep, /* end point */
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_drm_drv.h | 424 int rockchip_drm_endpoint_is_subdriver(struct device_node *ep);
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | dbus.h | 583 void *ep[32]; member
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 681 unsigned ep;
in hw_get_endpoints() local 691 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) {
in hw_get_endpoints() 695 e = alt->endpoint + ep;
in hw_get_endpoints() 764 dev_dbg(&intf->dev, "status ep%din, %d bytes period %d\n", usb_pipeendpoint(pipe), maxp, period);
in init_status()
|