Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 25 of 188) sorted by relevance

12345678

/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_reg.c26 void analogix_dp_enable_video_mute(struct analogix_dp_device *dp, bool enable) in analogix_dp_enable_video_mute()
41 void analogix_dp_stop_video(struct analogix_dp_device *dp) in analogix_dp_stop_video()
50 void analogix_dp_lane_swap(struct analogix_dp_device *dp, bool enable) in analogix_dp_lane_swap()
64 void analogix_dp_init_analog_param(struct analogix_dp_device *dp) in analogix_dp_init_analog_param()
98 void analogix_dp_init_interrupt(struct analogix_dp_device *dp) in analogix_dp_init_interrupt()
118 void analogix_dp_reset(struct analogix_dp_device *dp) in analogix_dp_reset()
168 void analogix_dp_swreset(struct analogix_dp_device *dp) in analogix_dp_swreset()
173 void analogix_dp_config_interrupt(struct analogix_dp_device *dp) in analogix_dp_config_interrupt()
194 void analogix_dp_mute_hpd_interrupt(struct analogix_dp_device *dp) in analogix_dp_mute_hpd_interrupt()
208 void analogix_dp_unmute_hpd_interrupt(struct analogix_dp_device *dp) in analogix_dp_unmute_hpd_interrupt()
[all …]
Danalogix_dp_core.c44 static int analogix_dp_init_dp(struct analogix_dp_device *dp) in analogix_dp_init_dp()
68 static int analogix_dp_detect_hpd(struct analogix_dp_device *dp) in analogix_dp_detect_hpd()
107 static bool analogix_dp_detect_sink_psr(struct analogix_dp_device *dp) in analogix_dp_detect_sink_psr()
122 static int analogix_dp_enable_sink_psr(struct analogix_dp_device *dp) in analogix_dp_enable_sink_psr()
169 analogix_dp_enable_rx_to_enhanced_mode(struct analogix_dp_device *dp, in analogix_dp_enable_rx_to_enhanced_mode()
190 static int analogix_dp_is_enhanced_mode_available(struct analogix_dp_device *dp, in analogix_dp_is_enhanced_mode_available()
207 static int analogix_dp_set_enhanced_mode(struct analogix_dp_device *dp) in analogix_dp_set_enhanced_mode()
225 static int analogix_dp_training_pattern_dis(struct analogix_dp_device *dp) in analogix_dp_training_pattern_dis()
238 analogix_dp_set_lane_lane_pre_emphasis(struct analogix_dp_device *dp, in analogix_dp_set_lane_lane_pre_emphasis()
259 static int analogix_dp_link_start(struct analogix_dp_device *dp) in analogix_dp_link_start()
[all …]
/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c69 static int cdn_dp_grf_write(struct cdn_dp_device *dp, in cdn_dp_grf_write()
92 static int cdn_dp_clk_enable(struct cdn_dp_device *dp) in cdn_dp_clk_enable()
144 static void cdn_dp_clk_disable(struct cdn_dp_device *dp) in cdn_dp_clk_disable()
173 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count()
187 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port()
201 static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp) in cdn_dp_check_sink_connection()
237 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_detect() local
265 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_get_modes() local
289 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_mode_valid() local
340 static int cdn_dp_firmware_init(struct cdn_dp_device *dp) in cdn_dp_firmware_init()
[all …]
Dcdn-dp-reg.c24 void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk) in cdn_dp_set_fw_clk()
29 void cdn_dp_clock_reset(struct cdn_dp_device *dp) in cdn_dp_clock_reset()
78 static int cdn_dp_mailbox_read(struct cdn_dp_device *dp) in cdn_dp_mailbox_read()
91 static int cdp_dp_mailbox_write(struct cdn_dp_device *dp, u8 val) in cdp_dp_mailbox_write()
106 static int cdn_dp_mailbox_validate_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_validate_receive()
141 static int cdn_dp_mailbox_read_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_read_receive()
158 static int cdn_dp_mailbox_send(struct cdn_dp_device *dp, u8 module_id, in cdn_dp_mailbox_send()
184 static int cdn_dp_reg_write(struct cdn_dp_device *dp, u16 addr, u32 val) in cdn_dp_reg_write()
198 static int cdn_dp_reg_write_bit(struct cdn_dp_device *dp, u16 addr, in cdn_dp_reg_write_bit()
216 int cdn_dp_dpcd_read(struct cdn_dp_device *dp, u32 addr, u8 *data, u16 len) in cdn_dp_dpcd_read()
[all …]
Danalogix_dp-rockchip.c87 static int rockchip_dp_pre_init(struct rockchip_dp_device *dp) in rockchip_dp_pre_init()
98 struct rockchip_dp_device *dp = pdata_encoder_to_dp(plat_data); in rockchip_dp_poweron_start() local
119 struct rockchip_dp_device *dp = pdata_encoder_to_dp(plat_data); in rockchip_dp_powerdown() local
180 struct rockchip_dp_device *dp = encoder_to_dp(encoder); in rockchip_dp_drm_encoder_enable() local
222 struct rockchip_dp_device *dp = encoder_to_dp(encoder); in rockchip_dp_drm_encoder_disable() local
273 static int rockchip_dp_of_probe(struct rockchip_dp_device *dp) in rockchip_dp_of_probe()
309 static int rockchip_dp_drm_create_encoder(struct rockchip_dp_device *dp) in rockchip_dp_drm_create_encoder()
335 struct rockchip_dp_device *dp = dev_get_drvdata(dev); in rockchip_dp_bind() local
362 struct rockchip_dp_device *dp = dev_get_drvdata(dev); in rockchip_dp_unbind() local
378 struct rockchip_dp_device *dp; in rockchip_dp_probe() local
[all …]
/drivers/gpu/drm/msm/dp/
Ddp_display.c195 struct msm_dp *dp = dev_get_drvdata(dev); in dev_get_dp_display_private() local
256 struct dp_display_private *dp; in dp_display_signal_audio_start() local
265 struct dp_display_private *dp; in dp_display_signal_audio_complete() local
278 struct dp_display_private *dp = dev_get_dp_display_private(dev); in dp_display_bind() local
326 struct dp_display_private *dp = dev_get_dp_display_private(dev); in dp_display_unbind() local
356 static bool dp_display_is_sink_count_zero(struct dp_display_private *dp) in dp_display_is_sink_count_zero()
367 struct dp_display_private *dp; in dp_display_send_hpd_event() local
377 static int dp_display_send_hpd_notification(struct dp_display_private *dp, in dp_display_send_hpd_notification()
400 static int dp_display_process_hpd_high(struct dp_display_private *dp) in dp_display_process_hpd_high()
445 static void dp_display_host_phy_init(struct dp_display_private *dp) in dp_display_host_phy_init()
[all …]
Ddp_drm.c23 struct msm_dp *dp; in dp_bridge_detect() local
39 struct msm_dp *dp; in dp_bridge_atomic_check() local
73 struct msm_dp *dp; in dp_bridge_get_modes() local
115 struct msm_dp *dp = to_dp_bridge(drm_bridge)->dp_display; in edp_bridge_atomic_check() local
138 struct msm_dp *dp = dp_bridge->dp_display; in edp_bridge_atomic_enable() local
168 struct msm_dp *dp = dp_bridge->dp_display; in edp_bridge_atomic_disable() local
242 struct msm_dp *dp; in edp_bridge_mode_valid() local
/drivers/gpu/drm/xlnx/
Dzynqmp_dp.c326 static void zynqmp_dp_write(struct zynqmp_dp *dp, int offset, u32 val) in zynqmp_dp_write()
331 static u32 zynqmp_dp_read(struct zynqmp_dp *dp, int offset) in zynqmp_dp_read()
336 static void zynqmp_dp_clr(struct zynqmp_dp *dp, int offset, u32 clr) in zynqmp_dp_clr()
341 static void zynqmp_dp_set(struct zynqmp_dp *dp, int offset, u32 set) in zynqmp_dp_set()
352 static int zynqmp_dp_reset(struct zynqmp_dp *dp, bool assert) in zynqmp_dp_reset()
385 static int zynqmp_dp_phy_init(struct zynqmp_dp *dp) in zynqmp_dp_phy_init()
421 static void zynqmp_dp_phy_exit(struct zynqmp_dp *dp) in zynqmp_dp_phy_exit()
454 static int zynqmp_dp_phy_probe(struct zynqmp_dp *dp) in zynqmp_dp_phy_probe()
500 static int zynqmp_dp_phy_ready(struct zynqmp_dp *dp) in zynqmp_dp_phy_ready()
553 static int zynqmp_dp_mode_configure(struct zynqmp_dp *dp, int pclock, in zynqmp_dp_mode_configure()
[all …]
/drivers/net/ethernet/netronome/nfp/
Dnfp_net_dp.h9 static inline dma_addr_t nfp_net_dma_map_rx(struct nfp_net_dp *dp, void *frag) in nfp_net_dma_map_rx()
17 nfp_net_dma_sync_dev_rx(const struct nfp_net_dp *dp, dma_addr_t dma_addr) in nfp_net_dma_sync_dev_rx()
24 static inline void nfp_net_dma_unmap_rx(struct nfp_net_dp *dp, in nfp_net_dma_unmap_rx()
32 static inline void nfp_net_dma_sync_cpu_rx(struct nfp_net_dp *dp, in nfp_net_dma_sync_cpu_rx()
64 nfp_net_read_tx_cmpl(struct nfp_net_tx_ring *tx_ring, struct nfp_net_dp *dp) in nfp_net_read_tx_cmpl()
167 nfp_net_tx_ring_reset(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_reset()
173 nfp_net_rx_ring_fill_freelist(struct nfp_net_dp *dp, in nfp_net_rx_ring_fill_freelist()
180 nfp_net_tx_ring_alloc(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_alloc()
186 nfp_net_tx_ring_free(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_free()
192 nfp_net_tx_ring_bufs_alloc(struct nfp_net_dp *dp, in nfp_net_tx_ring_bufs_alloc()
[all …]
Dnfp_net_dp.c17 void *nfp_net_rx_alloc_one(struct nfp_net_dp *dp, dma_addr_t *dma_addr) in nfp_net_rx_alloc_one()
53 nfp_net_tx_ring_init(struct nfp_net_tx_ring *tx_ring, struct nfp_net_dp *dp, in nfp_net_tx_ring_init()
132 nfp_net_rx_ring_bufs_free(struct nfp_net_dp *dp, in nfp_net_rx_ring_bufs_free()
161 nfp_net_rx_ring_bufs_alloc(struct nfp_net_dp *dp, in nfp_net_rx_ring_bufs_alloc()
183 int nfp_net_tx_rings_prepare(struct nfp_net *nn, struct nfp_net_dp *dp) in nfp_net_tx_rings_prepare()
232 void nfp_net_tx_rings_free(struct nfp_net_dp *dp) in nfp_net_tx_rings_free()
254 struct nfp_net_dp *dp = &r_vec->nfp_net->dp; in nfp_net_rx_ring_free() local
284 nfp_net_rx_ring_alloc(struct nfp_net_dp *dp, struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_alloc()
339 int nfp_net_rx_rings_prepare(struct nfp_net *nn, struct nfp_net_dp *dp) in nfp_net_rx_rings_prepare()
370 void nfp_net_rx_rings_free(struct nfp_net_dp *dp) in nfp_net_rx_rings_free()
/drivers/usb/typec/altmodes/
Ddisplayport.c72 static int dp_altmode_notify(struct dp_altmode *dp) in dp_altmode_notify()
87 static int dp_altmode_configure(struct dp_altmode *dp, u8 con) in dp_altmode_configure()
134 static int dp_altmode_status_update(struct dp_altmode *dp) in dp_altmode_status_update()
166 static int dp_altmode_configured(struct dp_altmode *dp) in dp_altmode_configured()
184 static int dp_altmode_configure_vdm(struct dp_altmode *dp, u32 conf) in dp_altmode_configure_vdm()
210 struct dp_altmode *dp = container_of(work, struct dp_altmode, work); in dp_altmode_work() local
257 struct dp_altmode *dp = typec_altmode_get_drvdata(alt); in dp_altmode_attention() local
284 struct dp_altmode *dp = typec_altmode_get_drvdata(alt); in dp_altmode_vdm() local
368 struct dp_altmode *dp = dev_get_drvdata(dev); in configuration_store() local
413 struct dp_altmode *dp = dev_get_drvdata(dev); in configuration_show() local
[all …]
/drivers/md/
Ddm-io.c186 static void list_get_page(struct dpages *dp, in list_get_page()
197 static void list_next_page(struct dpages *dp) in list_next_page()
205 static void list_dp_init(struct dpages *dp, struct page_list *pl, unsigned int offset) in list_dp_init()
216 static void bio_get_page(struct dpages *dp, struct page **p, in bio_get_page()
230 static void bio_next_page(struct dpages *dp) in bio_next_page()
238 static void bio_dp_init(struct dpages *dp, struct bio *bio) in bio_dp_init()
254 static void vm_get_page(struct dpages *dp, in vm_get_page()
262 static void vm_next_page(struct dpages *dp) in vm_next_page()
268 static void vm_dp_init(struct dpages *dp, void *data) in vm_dp_init()
279 static void km_get_page(struct dpages *dp, struct page **p, unsigned long *len, in km_get_page()
[all …]
/drivers/gpu/drm/exynos/
Dexynos_dp.c51 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_crtc_clock_enable() local
75 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_get_modes() local
104 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_bridge_attach() local
137 static int exynos_dp_dt_parse_panel(struct exynos_dp_device *dp) in exynos_dp_dt_parse_panel()
152 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_bind() local
185 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_unbind() local
200 struct exynos_dp_device *dp; in exynos_dp_probe() local
255 struct exynos_dp_device *dp = platform_get_drvdata(pdev); in exynos_dp_remove() local
265 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_suspend() local
272 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_resume() local
/drivers/net/wireless/ath/ath12k/
Ddp.c364 struct ath12k_dp *dp) in ath12k_dp_tx_get_bank_profile()
413 void ath12k_dp_tx_put_bank_profile(struct ath12k_dp *dp, u8 bank_id) in ath12k_dp_tx_put_bank_profile()
422 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_deinit_bank_profiles() local
430 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_init_bank_profiles() local
453 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_srng_common_cleanup() local
472 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_srng_common_setup() local
592 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_scatter_idle_link_desc_cleanup() local
612 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_scatter_idle_link_desc_setup() local
704 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_link_desc_bank_alloc() local
752 struct ath12k_dp *dp = &ab->dp; in ath12k_wbm_idle_ring_setup() local
[all …]
Ddp_tx.c79 static void ath12k_dp_tx_release_txbuf(struct ath12k_dp *dp, in ath12k_dp_tx_release_txbuf()
88 static struct ath12k_tx_desc_info *ath12k_dp_tx_assign_buffer(struct ath12k_dp *dp, in ath12k_dp_tx_assign_buffer()
132 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_tx() local
535 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_tx_completion_handler() local
808 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_tx_htt_h2t_ver_req_msg() local
850 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_tx_htt_h2t_ppdu_stats_req() local
986 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_tx_htt_h2t_ext_stats_req() local
1046 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_tx_htt_rx_monitor_mode_ring_config() local
1197 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_tx_htt_tx_monitor_mode_ring_config() local
Ddp_rx.c273 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_rx_bufs_replenish() local
413 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_rxdma_buf_free() local
448 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_rxdma_buf_setup() local
485 struct ath12k_pdev_dp *dp = &ar->dp; in ath12k_dp_rx_pdev_srng_free() local
497 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_rx_pdev_reo_cleanup() local
506 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_rx_pdev_reo_setup() local
530 struct ath12k_pdev_dp *dp = &ar->dp; in ath12k_dp_rx_pdev_srng_alloc() local
565 struct ath12k_dp *dp = &ab->dp; in ath12k_dp_rx_reo_cmd_list_cleanup() local
590 static void ath12k_dp_reo_cmd_free(struct ath12k_dp *dp, void *ctx, in ath12k_dp_reo_cmd_free()
608 void (*cb)(struct ath12k_dp *dp, void *ctx, in ath12k_dp_reo_cmd_send()
[all …]
/drivers/sbus/char/
Dopenprom.c130 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop()
147 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop()
177 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt()
185 static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio… in opromnext()
232 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node()
239 struct device_node *dp; in oprompci2node() local
258 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node()
291 struct device_node *dp) in openprom_sunos_ioctl()
365 struct device_node *dp = of_find_node_by_phandle(n); in get_node() local
388 struct device_node *dp; in opiocget() local
[all …]
/drivers/usb/typec/ucsi/
Ddisplayport.c50 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_enter() local
110 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_exit() local
156 static int ucsi_displayport_status_update(struct ucsi_dp *dp) in ucsi_displayport_status_update()
184 static int ucsi_displayport_configure(struct ucsi_dp *dp) in ucsi_displayport_configure()
200 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_vdm() local
275 struct ucsi_dp *dp = container_of(work, struct ucsi_dp, work); in ucsi_displayport_work() local
290 struct ucsi_dp *dp; in ucsi_displayport_remove_partner() local
311 struct ucsi_dp *dp; in ucsi_register_displayport() local
/drivers/net/ethernet/netronome/nfp/nfd3/
Ddp.c120 nfp_nfd3_tx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_tx_csum()
171 static int nfp_nfd3_prep_tx_meta(struct nfp_net_dp *dp, struct sk_buff *skb, in nfp_nfd3_prep_tx_meta()
262 struct nfp_net_dp *dp; in nfp_nfd3_tx() local
421 struct nfp_net_dp *dp = &r_vec->nfp_net->dp; in nfp_nfd3_tx_complete() local
506 struct nfp_net_dp *dp = &r_vec->nfp_net->dp; in nfp_nfd3_xdp_complete() local
549 nfp_nfd3_napi_alloc_one(struct nfp_net_dp *dp, dma_addr_t *dma_addr) in nfp_nfd3_napi_alloc_one()
584 nfp_nfd3_rx_give_one(const struct nfp_net_dp *dp, in nfp_nfd3_rx_give_one()
623 void nfp_nfd3_rx_ring_fill_freelist(struct nfp_net_dp *dp, in nfp_nfd3_rx_ring_fill_freelist()
659 nfp_nfd3_rx_csum(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_rx_csum()
808 nfp_nfd3_rx_drop(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfd3_rx_drop()
[all …]
Drings.c42 nfp_nfd3_tx_ring_reset(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_nfd3_tx_ring_reset()
104 struct nfp_net_dp *dp = &r_vec->nfp_net->dp; in nfp_nfd3_tx_ring_free() local
127 nfp_nfd3_tx_ring_alloc(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_nfd3_tx_ring_alloc()
160 nfp_nfd3_tx_ring_bufs_free(struct nfp_net_dp *dp, in nfp_nfd3_tx_ring_bufs_free()
178 nfp_nfd3_tx_ring_bufs_alloc(struct nfp_net_dp *dp, in nfp_nfd3_tx_ring_bufs_alloc()
/drivers/net/ethernet/netronome/nfp/nfdk/
Ddp.c78 nfp_nfdk_tx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_tx_csum()
175 nfp_nfdk_prep_tx_meta(struct nfp_net_dp *dp, struct nfp_app *app, in nfp_nfdk_prep_tx_meta()
262 struct nfp_net_dp *dp; in nfp_nfdk_tx() local
471 struct nfp_net_dp *dp = &r_vec->nfp_net->dp; in nfp_nfdk_tx_complete() local
569 nfp_nfdk_napi_alloc_one(struct nfp_net_dp *dp, dma_addr_t *dma_addr) in nfp_nfdk_napi_alloc_one()
604 nfp_nfdk_rx_give_one(const struct nfp_net_dp *dp, in nfp_nfdk_rx_give_one()
639 void nfp_nfdk_rx_ring_fill_freelist(struct nfp_net_dp *dp, in nfp_nfdk_rx_ring_fill_freelist()
672 nfp_nfdk_rx_csum(struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_rx_csum()
808 nfp_nfdk_rx_drop(const struct nfp_net_dp *dp, struct nfp_net_r_vector *r_vec, in nfp_nfdk_rx_drop()
835 struct nfp_net_dp *dp = &r_vec->nfp_net->dp; in nfp_nfdk_xdp_complete() local
[all …]
Drings.c11 nfp_nfdk_tx_ring_reset(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_nfdk_tx_ring_reset()
77 struct nfp_net_dp *dp = &r_vec->nfp_net->dp; in nfp_nfdk_tx_ring_free() local
93 nfp_nfdk_tx_ring_alloc(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_nfdk_tx_ring_alloc()
125 nfp_nfdk_tx_ring_bufs_free(struct nfp_net_dp *dp, in nfp_nfdk_tx_ring_bufs_free()
131 nfp_nfdk_tx_ring_bufs_alloc(struct nfp_net_dp *dp, in nfp_nfdk_tx_ring_bufs_alloc()
/drivers/gpu/ipu-v3/
Dipu-dp.c71 static inline struct ipu_flow *to_flow(struct ipu_dp *dp) in to_flow()
79 int ipu_dp_set_global_alpha(struct ipu_dp *dp, bool enable, in ipu_dp_set_global_alpha()
115 int ipu_dp_set_window_pos(struct ipu_dp *dp, u16 x_pos, u16 y_pos) in ipu_dp_set_window_pos()
181 int ipu_dp_setup_channel(struct ipu_dp *dp, in ipu_dp_setup_channel()
246 int ipu_dp_enable_channel(struct ipu_dp *dp) in ipu_dp_enable_channel()
269 void ipu_dp_disable_channel(struct ipu_dp *dp, bool sync) in ipu_dp_disable_channel()
319 struct ipu_dp *dp; in ipu_dp_get() local
338 void ipu_dp_put(struct ipu_dp *dp) in ipu_dp_put()
/drivers/net/wireless/ath/ath11k/
Ddp.c352 struct ath11k_dp *dp = &ab->dp; in ath11k_dp_srng_common_cleanup() local
372 struct ath11k_dp *dp = &ab->dp; in ath11k_dp_srng_common_setup() local
489 struct ath11k_dp *dp = &ab->dp; in ath11k_dp_scatter_idle_link_desc_cleanup() local
509 struct ath11k_dp *dp = &ab->dp; in ath11k_dp_scatter_idle_link_desc_setup() local
600 struct ath11k_dp *dp = &ab->dp; in ath11k_dp_link_desc_bank_alloc() local
648 struct ath11k_dp *dp = &ab->dp; in ath11k_wbm_idle_ring_setup() local
856 struct ath11k_pdev_dp *dp = &ar->dp; in ath11k_dp_service_srng() local
890 struct ath11k_pdev_dp *dp; in ath11k_dp_pdev_pre_alloc() local
942 int ath11k_dp_htt_connect(struct ath11k_dp *dp) in ath11k_dp_htt_connect()
1025 struct ath11k_dp *dp = &ab->dp; in ath11k_dp_free() local
[all …]
/drivers/of/
Dpdt.c31 static char * __init of_pdt_build_full_name(struct device_node *dp) in of_pdt_build_full_name()
39 static inline void irq_trans_init(struct device_node *dp) { } in irq_trans_init()
41 static char * __init of_pdt_build_full_name(struct device_node *dp) in of_pdt_build_full_name()
147 struct device_node *dp; in of_pdt_create_node() local
173 struct device_node *dp; in of_pdt_build_tree() local

12345678