/kernel/linux/linux-5.10/drivers/dma/ti/ |
D | k3-udma-private.c | 7 int xudma_navss_psil_pair(struct udma_dev *ud, u32 src_thread, u32 dst_thread) in xudma_navss_psil_pair() 13 int xudma_navss_psil_unpair(struct udma_dev *ud, u32 src_thread, u32 dst_thread) in xudma_navss_psil_unpair() 23 struct udma_dev *ud; in of_xudma_dev_get() local 53 u32 xudma_dev_get_psil_base(struct udma_dev *ud) in xudma_dev_get_psil_base() 59 struct udma_tisci_rm *xudma_dev_get_tisci_rm(struct udma_dev *ud) in xudma_dev_get_tisci_rm() 65 int xudma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in xudma_alloc_gp_rflow_range() 71 int xudma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in xudma_free_gp_rflow_range() 77 bool xudma_rflow_is_gp(struct udma_dev *ud, int id) in xudma_rflow_is_gp() 98 struct udma_rflow *xudma_rflow_get(struct udma_dev *ud, int id) in xudma_rflow_get() 104 void xudma_rflow_put(struct udma_dev *ud, struct udma_rflow *p) in xudma_rflow_put()
|
D | k3-udma.c | 215 struct udma_dev *ud; member 335 static int navss_psil_pair(struct udma_dev *ud, u32 src_thread, u32 dst_thread) in navss_psil_pair() 345 static int navss_psil_unpair(struct udma_dev *ud, u32 src_thread, in navss_psil_unpair() 442 struct udma_dev *ud = uc->ud; in udma_free_hwdesc() local 454 struct udma_dev *ud = container_of(work, typeof(*ud), purge_work); in udma_purge_desc_work() local 479 struct udma_dev *ud = to_udma_dev(vd->tx.chan->device); in udma_desc_free() local 1127 static int __udma_alloc_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in __udma_alloc_gp_rflow_range() 1158 static int __udma_free_gp_rflow_range(struct udma_dev *ud, int from, int cnt) in __udma_free_gp_rflow_range() 1169 static struct udma_rflow *__udma_get_rflow(struct udma_dev *ud, int id) in __udma_get_rflow() 1194 static void __udma_put_rflow(struct udma_dev *ud, struct udma_rflow *rflow) in __udma_put_rflow() [all …]
|
/kernel/linux/linux-5.10/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() 145 void usbip_event_add(struct usbip_device *ud, unsigned long event) in usbip_event_add() 176 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 | 151 static void stub_shutdown_connection(struct usbip_device *ud) in stub_shutdown_connection() 210 static void stub_device_reset(struct usbip_device *ud) in stub_device_reset() 242 static void stub_device_unusable(struct usbip_device *ud) in stub_device_unusable()
|
D | vudc_rx.c | 187 static int v_rx_pdu(struct usbip_device *ud) in v_rx_pdu() 228 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() 519 struct usbip_device *ud = &udc->ud; in init_vudc_hw() local
|
D | usbip_common.c | 579 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) in usbip_recv_iso() 647 void usbip_pad_iso(struct usbip_device *ud, struct urb *urb) in usbip_pad_iso() 681 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) in usbip_recv_xbuff()
|
D | vhci_hcd.c | 1039 static void vhci_shutdown_connection(struct usbip_device *ud) in vhci_shutdown_connection() 1095 static void vhci_device_reset(struct usbip_device *ud) in vhci_device_reset() 1118 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
|
/kernel/linux/linux-5.10/include/rdma/ |
D | rdma_cm.h | 85 struct rdma_ud_param ud; member
|
D | ib_hdrs.h | 67 } ud; member
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_quota.h | 156 #define xfs_trans_reserve_quota(tp, mp, ud, gd, pd, nb, ni, f) \ argument
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
D | plugin_kvm.c | 17 static ud_t ud; variable
|
/kernel/linux/linux-5.10/include/uapi/rdma/ |
D | rdma_user_rxe.h | 101 } ud; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/ |
D | rdma_user_rxe.h | 79 } ud; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/ |
D | rdma_user_rxe.h | 63 } ud; member
|
/kernel/linux/linux-5.10/drivers/clk/baikal-t1/ |
D | ccu-pll.c | 91 unsigned long ud, ut; in ccu_pll_reset() local
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 1275 struct gssp_upcall_data *ud, in gss_proxy_save_rsc() 1351 struct gssp_upcall_data ud; in svcauth_gss_proxy_init() local
|