/Linux-v6.6/drivers/dma/ti/ |
D | k3-udma-private.c | 9 int xudma_navss_psil_pair(struct udma_dev *ud, u32 src_thread, u32 dst_thread) in xudma_navss_psil_pair() 15 int xudma_navss_psil_unpair(struct udma_dev *ud, u32 src_thread, u32 dst_thread) in xudma_navss_psil_unpair() 25 struct udma_dev *ud; in of_xudma_dev_get() local 55 struct device *xudma_get_device(struct udma_dev *ud) in xudma_get_device() 61 struct k3_ringacc *xudma_get_ringacc(struct udma_dev *ud) in xudma_get_ringacc() 67 u32 xudma_dev_get_psil_base(struct udma_dev *ud) in xudma_dev_get_psil_base() 73 struct udma_tisci_rm *xudma_dev_get_tisci_rm(struct udma_dev *ud) in xudma_dev_get_tisci_rm() 79 int xudma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in xudma_alloc_gp_rflow_range() 85 int xudma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in xudma_free_gp_rflow_range() 91 bool xudma_rflow_is_gp(struct udma_dev *ud, int id) in xudma_rflow_is_gp() [all …]
|
D | k3-udma.c | 280 struct udma_dev *ud; member 402 static int navss_psil_pair(struct udma_dev *ud, u32 src_thread, u32 dst_thread) in navss_psil_pair() 412 static int navss_psil_unpair(struct udma_dev *ud, u32 src_thread, in navss_psil_unpair() 557 struct udma_dev *ud = container_of(work, typeof(*ud), purge_work); in udma_purge_desc_work() local 582 struct udma_dev *ud = to_udma_dev(vd->tx.chan->device); in udma_desc_free() local 1254 static int __udma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in __udma_alloc_gp_rflow_range() 1285 static int __udma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in __udma_free_gp_rflow_range() 1296 static struct udma_rflow *__udma_get_rflow(struct udma_dev *ud, int id) in __udma_get_rflow() 1323 static void __udma_put_rflow(struct udma_dev *ud, struct udma_rflow *rflow) in __udma_put_rflow() 1369 struct udma_dev *ud = uc->ud; in bcdma_get_bchan() local [all …]
|
/Linux-v6.6/drivers/usb/usbip/ |
D | usbip_event.c | 16 struct usbip_device *ud; member 22 static void set_event(struct usbip_device *ud, unsigned long event) in set_event() 31 static void unset_event(struct usbip_device *ud, unsigned long event) in unset_event() 43 struct usbip_device *ud = NULL; in get_event() local 64 struct usbip_device *ud; in event_handler() local 100 int usbip_start_eh(struct usbip_device *ud) in usbip_start_eh() 108 void usbip_stop_eh(struct usbip_device *ud) in usbip_stop_eh() 144 void usbip_event_add(struct usbip_device *ud, unsigned long event) in usbip_event_add() 175 int usbip_event_happened(struct usbip_device *ud) in usbip_event_happened()
|
D | stub_rx.c | 281 struct usbip_device *ud = &sdev->ud; in valid_request() local 300 struct usbip_device *ud = &sdev->ud; in stub_priv_alloc() local 441 static int stub_recv_xbuff(struct usbip_device *ud, struct stub_priv *priv) in stub_recv_xbuff() 459 struct usbip_device *ud = &sdev->ud; in stub_recv_cmd_submit() local 629 static void stub_rx_pdu(struct usbip_device *ud) in stub_rx_pdu() 678 struct usbip_device *ud = data; in stub_rx_loop() local
|
D | vhci_rx.c | 60 struct usbip_device *ud = &vdev->ud; in vhci_recv_ret_submit() local 197 static void vhci_rx_pdu(struct usbip_device *ud) in vhci_rx_pdu() 258 struct usbip_device *ud = data; in vhci_rx_loop() local
|
D | stub_dev.c | 153 static void stub_shutdown_connection(struct usbip_device *ud) in stub_shutdown_connection() 212 static void stub_device_reset(struct usbip_device *ud) in stub_device_reset() 244 static void stub_device_unusable(struct usbip_device *ud) in stub_device_unusable()
|
D | vudc_rx.c | 189 static int v_rx_pdu(struct usbip_device *ud) in v_rx_pdu() 230 struct usbip_device *ud = data; in v_rx_loop() local
|
D | vudc_dev.c | 429 static void vudc_shutdown(struct usbip_device *ud) in vudc_shutdown() 463 static void vudc_device_reset(struct usbip_device *ud) in vudc_device_reset() 479 static void vudc_device_unusable(struct usbip_device *ud) in vudc_device_unusable() 518 struct usbip_device *ud = &udc->ud; in init_vudc_hw() local
|
D | usbip_common.c | 660 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) in usbip_recv_iso() 728 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb) in usbip_pad_iso() 762 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) in usbip_recv_xbuff()
|
D | usbip_common.h | 350 static inline void usbip_kcov_handle_init(struct usbip_device *ud) in usbip_kcov_handle_init() 355 static inline void usbip_kcov_remote_start(struct usbip_device *ud) in usbip_kcov_remote_start() 367 static inline void usbip_kcov_handle_init(struct usbip_device *ud) { } in usbip_kcov_handle_init() 368 static inline void usbip_kcov_remote_start(struct usbip_device *ud) { } in usbip_kcov_remote_start()
|
D | vhci_hcd.c | 1011 static void vhci_shutdown_connection(struct usbip_device *ud) in vhci_shutdown_connection() 1067 static void vhci_device_reset(struct usbip_device *ud) in vhci_device_reset() 1090 static void vhci_device_unusable(struct usbip_device *ud) in vhci_device_unusable()
|
D | vhci_tx.c | 237 struct usbip_device *ud = data; in vhci_tx_loop() local
|
D | vudc_tx.c | 223 struct usbip_device *ud = (struct usbip_device *) data; in v_tx_loop() local
|
D | stub_tx.c | 419 struct usbip_device *ud = data; in stub_tx_loop() local
|
D | stub.h | 24 struct usbip_device ud; member
|
D | vhci.h | 34 struct usbip_device ud; member
|
D | vudc.h | 93 struct usbip_device ud; member
|
/Linux-v6.6/include/rdma/ |
D | rdma_cm.h | 95 struct rdma_ud_param ud; member
|
D | ib_hdrs.h | 67 } ud; member
|
/Linux-v6.6/drivers/clk/baikal-t1/ |
D | ccu-pll.c | 91 unsigned long ud, ut; in ccu_pll_reset() local
|
/Linux-v6.6/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 1235 struct gssp_upcall_data *ud, in gss_proxy_save_rsc() 1310 struct gssp_upcall_data ud; in svcauth_gss_proxy_init() local
|
/Linux-v6.6/drivers/net/wireless/ath/ath5k/ |
D | desc.h | 357 } ud; member
|
/Linux-v6.6/include/uapi/rdma/ |
D | rdma_user_rxe.h | 112 } ud; member
|
D | vmw_pvrdma-abi.h | 284 } ud; member
|
/Linux-v6.6/net/sunrpc/ |
D | svcauth_unix.c | 46 struct unix_domain *ud = container_of(dom, struct unix_domain, h); in svcauth_unix_domain_release_rcu() local
|