| /kernel/linux/linux-4.19/drivers/usb/mtu3/ |
| D | mtu3_gadget.c | 12 void mtu3_req_complete(struct mtu3_ep *mep, in mtu3_req_complete() 43 static void nuke(struct mtu3_ep *mep, const int status) in nuke() 64 static int mtu3_ep_enable(struct mtu3_ep *mep) in mtu3_ep_enable() 132 static int mtu3_ep_disable(struct mtu3_ep *mep) in mtu3_ep_disable() 155 struct mtu3_ep *mep; in mtu3_gadget_ep_enable() local 210 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_ep_disable() local 235 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_alloc_request() local 257 struct mtu3_ep *mep; in mtu3_gadget_queue() local 323 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_dequeue() local 363 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_ep_set_halt() local [all …]
|
| D | mtu3_qmu.c | 122 static void reset_gpd_list(struct mtu3_ep *mep) in reset_gpd_list() 133 int mtu3_gpd_ring_alloc(struct mtu3_ep *mep) in mtu3_gpd_ring_alloc() 148 void mtu3_gpd_ring_free(struct mtu3_ep *mep) in mtu3_gpd_ring_free() 178 void mtu3_qmu_resume(struct mtu3_ep *mep) in mtu3_qmu_resume() 227 int mtu3_prepare_transfer(struct mtu3_ep *mep) in mtu3_prepare_transfer() 232 static int mtu3_prepare_tx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_prepare_tx_gpd() 271 static int mtu3_prepare_rx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_prepare_rx_gpd() 306 void mtu3_insert_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_insert_gpd() 315 int mtu3_qmu_start(struct mtu3_ep *mep) in mtu3_qmu_start() 361 void mtu3_qmu_stop(struct mtu3_ep *mep) in mtu3_qmu_stop() [all …]
|
| D | mtu3_core.c | 20 static int ep_fifo_alloc(struct mtu3_ep *mep, u32 seg_size) in ep_fifo_alloc() 48 static void ep_fifo_free(struct mtu3_ep *mep) in ep_fifo_free() 207 static void mtu3_ep_reset(struct mtu3_ep *mep) in mtu3_ep_reset() 217 void mtu3_ep_stall_set(struct mtu3_ep *mep, bool set) in mtu3_ep_stall_set() 302 int mtu3_config_ep(struct mtu3 *mtu, struct mtu3_ep *mep, in mtu3_config_ep() 403 void mtu3_deconfig_ep(struct mtu3 *mtu, struct mtu3_ep *mep) in mtu3_deconfig_ep() 526 struct mtu3_ep *mep = mtu->in_eps + i; in mtu3_mem_alloc() local
|
| D | mtu3_gadget_ep0.c | 78 static void ep0_write_fifo(struct mtu3_ep *mep, const u8 *src, u16 len) in ep0_write_fifo() 98 static void ep0_read_fifo(struct mtu3_ep *mep, u8 *dst, u16 len) in ep0_read_fifo() 197 struct mtu3_ep *mep = NULL; in ep0_get_status() local 372 struct mtu3_ep *mep; in ep0_handle_feature() local 774 static int ep0_queue(struct mtu3_ep *mep, struct mtu3_request *mreq) in ep0_queue() 822 struct mtu3_ep *mep; in mtu3_ep0_queue() local 849 struct mtu3_ep *mep; in mtu3_ep0_halt() local
|
| D | mtu3.h | 301 struct mtu3_ep *mep; member 386 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request()
|
| /kernel/linux/linux-5.10/drivers/usb/mtu3/ |
| D | mtu3_gadget.c | 13 void mtu3_req_complete(struct mtu3_ep *mep, in mtu3_req_complete() 39 static void nuke(struct mtu3_ep *mep, const int status) in nuke() 59 static int mtu3_ep_enable(struct mtu3_ep *mep) in mtu3_ep_enable() 125 static int mtu3_ep_disable(struct mtu3_ep *mep) in mtu3_ep_disable() 148 struct mtu3_ep *mep; in mtu3_gadget_ep_enable() local 202 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_ep_disable() local 228 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_alloc_request() local 254 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_queue() local 316 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_dequeue() local 357 struct mtu3_ep *mep = to_mtu3_ep(ep); in mtu3_gadget_ep_set_halt() local [all …]
|
| D | mtu3_qmu.c | 154 static void reset_gpd_list(struct mtu3_ep *mep) in reset_gpd_list() 165 int mtu3_gpd_ring_alloc(struct mtu3_ep *mep) in mtu3_gpd_ring_alloc() 180 void mtu3_gpd_ring_free(struct mtu3_ep *mep) in mtu3_gpd_ring_free() 189 void mtu3_qmu_resume(struct mtu3_ep *mep) in mtu3_qmu_resume() 238 int mtu3_prepare_transfer(struct mtu3_ep *mep) in mtu3_prepare_transfer() 243 static int mtu3_prepare_tx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_prepare_tx_gpd() 284 static int mtu3_prepare_rx_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_prepare_rx_gpd() 317 void mtu3_insert_gpd(struct mtu3_ep *mep, struct mtu3_request *mreq) in mtu3_insert_gpd() 326 int mtu3_qmu_start(struct mtu3_ep *mep) in mtu3_qmu_start() 370 void mtu3_qmu_stop(struct mtu3_ep *mep) in mtu3_qmu_stop() [all …]
|
| D | mtu3_core.c | 23 static int ep_fifo_alloc(struct mtu3_ep *mep, u32 seg_size) in ep_fifo_alloc() 51 static void ep_fifo_free(struct mtu3_ep *mep) in ep_fifo_free() 276 static void mtu3_ep_reset(struct mtu3_ep *mep) in mtu3_ep_reset() 286 void mtu3_ep_stall_set(struct mtu3_ep *mep, bool set) in mtu3_ep_stall_set() 365 int mtu3_config_ep(struct mtu3 *mtu, struct mtu3_ep *mep, in mtu3_config_ep() 467 void mtu3_deconfig_ep(struct mtu3 *mtu, struct mtu3_ep *mep) in mtu3_deconfig_ep() 590 struct mtu3_ep *mep = mtu->in_eps + i; in mtu3_mem_alloc() local
|
| D | mtu3_gadget_ep0.c | 80 static void ep0_write_fifo(struct mtu3_ep *mep, const u8 *src, u16 len) in ep0_write_fifo() 100 static void ep0_read_fifo(struct mtu3_ep *mep, u8 *dst, u16 len) in ep0_read_fifo() 208 struct mtu3_ep *mep = NULL; in ep0_get_status() local 382 struct mtu3_ep *mep; in ep0_handle_feature() local 794 static int ep0_queue(struct mtu3_ep *mep, struct mtu3_request *mreq) in ep0_queue() 839 struct mtu3_ep *mep; in mtu3_ep0_queue() local 866 struct mtu3_ep *mep; in mtu3_ep0_halt() local
|
| D | mtu3_debugfs.c | 93 struct mtu3_ep *mep; in mtu3_ep_used_show() local 143 static void mtu3_debugfs_ep_regset(struct mtu3 *mtu, struct mtu3_ep *mep, in mtu3_debugfs_ep_regset() 174 struct mtu3_ep *mep = sf->private; in mtu3_ep_info_show() local 188 struct mtu3_ep *mep = sf->private; in mtu3_fifo_show() local 202 struct mtu3_ep *mep = sf->private; in mtu3_qmu_ring_show() local 220 struct mtu3_ep *mep = sf->private; in mtu3_qmu_gpd_show() local 368 static void mtu3_debugfs_create_ep_dir(struct mtu3_ep *mep, in mtu3_debugfs_create_ep_dir()
|
| D | mtu3.h | 301 struct mtu3_ep *mep; member 383 static inline struct mtu3_request *next_request(struct mtu3_ep *mep) in next_request()
|
| /kernel/linux/linux-4.19/drivers/scsi/ |
| D | mac_esp.c | 128 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_wait_for_empty_fifo() local 149 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_wait_for_dreq() local 234 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_send_pdma_cmd() local 298 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_wait_for_intr() local 350 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_send_pio_cmd() local 494 struct mac_esp_priv *mep; in esp_mac_probe() local 608 struct mac_esp_priv *mep = platform_get_drvdata(dev); in esp_mac_remove() local
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | mac_esp.c | 115 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_wait_for_dreq() local 200 struct mac_esp_priv *mep = MAC_ESP_GET_PRIV(esp); in mac_esp_send_pdma_cmd() local 296 struct mac_esp_priv *mep; in esp_mac_probe() local 412 struct mac_esp_priv *mep = platform_get_drvdata(dev); in esp_mac_remove() local
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | metricgroup.c | 220 struct mep { struct 228 struct mep *a = container_of(rb_node, struct mep, nd); in mep_cmp() argument
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | metricgroup.c | 416 struct mep { struct 424 struct mep *a = container_of(rb_node, struct mep, nd); in mep_cmp() argument
|
| /kernel/linux/linux-4.19/arch/arc/plat-eznps/include/plat/ |
| D | ctop.h | 188 u32 mep:1, __reserved:31; member
|