Home
last modified time | relevance | path

Searched defs:ud (Results 1 – 25 of 34) sorted by relevance

12

/linux-6.15/drivers/dma/ti/
H A Dk3-udma-private.c25 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()
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()
115 struct udma_rflow *xudma_rflow_get(struct udma_dev *ud, int id) in xudma_rflow_get()
121 void xudma_rflow_put(struct udma_dev *ud, struct udma_rflow *p) in xudma_rflow_put()
127 int xudma_get_rflow_ring_offset(struct udma_dev *ud) in xudma_get_rflow_ring_offset()
[all …]
H A Dk3-udma.c280 struct udma_dev *ud; member
1376 struct udma_dev *ud = uc->ud; in bcdma_get_bchan() local
1409 struct udma_dev *ud = uc->ud; in udma_get_tchan() local
1458 struct udma_dev *ud = uc->ud; in udma_get_rchan() local
1485 struct udma_dev *ud = uc->ud; in udma_get_chan_pair() local
1533 struct udma_dev *ud = uc->ud; in udma_get_rflow() local
1559 struct udma_dev *ud = uc->ud; in bcdma_put_bchan() local
1572 struct udma_dev *ud = uc->ud; in udma_put_rchan() local
1584 struct udma_dev *ud = uc->ud; in udma_put_tchan() local
4145 struct udma_dev *ud; in udma_dma_filter_fn() local
[all …]
/linux-6.15/drivers/usb/usbip/
H A Dusbip_event.c16 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()
H A Dstub_rx.c290 struct usbip_device *ud = &sdev->ud; in valid_request() local
309 struct usbip_device *ud = &sdev->ud; in stub_priv_alloc() local
450 static int stub_recv_xbuff(struct usbip_device *ud, struct stub_priv *priv) in stub_recv_xbuff()
468 struct usbip_device *ud = &sdev->ud; in stub_recv_cmd_submit() local
652 static void stub_rx_pdu(struct usbip_device *ud) in stub_rx_pdu()
701 struct usbip_device *ud = data; in stub_rx_loop() local
H A Dvhci_rx.c60 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
H A Dstub_dev.c153 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()
H A Dvudc_rx.c189 static int v_rx_pdu(struct usbip_device *ud) in v_rx_pdu()
230 struct usbip_device *ud = data; in v_rx_loop() local
H A Dvudc_dev.c429 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
H A Dusbip_common.c660 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()
H A Dusbip_common.h344 static inline void usbip_kcov_handle_init(struct usbip_device *ud) in usbip_kcov_handle_init()
349 static inline void usbip_kcov_remote_start(struct usbip_device *ud) in usbip_kcov_remote_start()
361 static inline void usbip_kcov_handle_init(struct usbip_device *ud) { } in usbip_kcov_handle_init()
362 static inline void usbip_kcov_remote_start(struct usbip_device *ud) { } in usbip_kcov_remote_start()
H A Dvhci_hcd.c1014 static void vhci_shutdown_connection(struct usbip_device *ud) in vhci_shutdown_connection()
1070 static void vhci_device_reset(struct usbip_device *ud) in vhci_device_reset()
1094 static void vhci_device_unusable(struct usbip_device *ud) in vhci_device_unusable()
H A Dvhci_tx.c237 struct usbip_device *ud = data; in vhci_tx_loop() local
H A Dvudc_tx.c223 struct usbip_device *ud = (struct usbip_device *) data; in v_tx_loop() local
H A Dstub_tx.c419 struct usbip_device *ud = data; in stub_tx_loop() local
H A Dstub.h24 struct usbip_device ud; member
H A Dvhci.h34 struct usbip_device ud; member
H A Dvudc.h93 struct usbip_device ud; member
/linux-6.15/drivers/net/
H A Dnetconsole.c788 static struct netconsole_target *userdata_to_target(struct userdata *ud) in userdata_to_target()
842 struct userdata *ud; in userdatum_value_store() local
1016 struct userdata *ud; in userdatum_make_item() local
1037 struct userdata *ud; in userdatum_drop() local
/linux-6.15/include/rdma/
H A Drdma_cm.h95 struct rdma_ud_param ud; member
H A Dib_hdrs.h67 } ud; member
/linux-6.15/drivers/clk/baikal-t1/
H A Dccu-pll.c91 unsigned long ud, ut; in ccu_pll_reset() local
/linux-6.15/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c1219 struct gssp_upcall_data *ud, in gss_proxy_save_rsc()
1294 struct gssp_upcall_data ud; in svcauth_gss_proxy_init() local
/linux-6.15/drivers/net/wireless/ath/ath5k/
H A Ddesc.h357 } ud; member
/linux-6.15/include/uapi/rdma/
H A Drdma_user_rxe.h112 } ud; member
/linux-6.15/net/sunrpc/
H A Dsvcauth_unix.c46 struct unix_domain *ud = container_of(dom, struct unix_domain, h); in svcauth_unix_domain_release_rcu() local

12