Home
last modified time | relevance | path

Searched refs:pv_data (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_crtc.c212 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_get_fifo_full_level() local
214 u32 fifo_len_bytes = pv_data->fifo_depth; in vc4_get_fifo_full_level()
315 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_crtc_config_pv() local
324 u8 ppc = pv_data->pixels_per_clock; in vc4_crtc_config_pv()
1039 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_set_crtc_possible_masks() local
1040 const enum vc4_encoder_type *encoder_types = pv_data->encoder_types; in vc4_set_crtc_possible_masks()
1051 for (i = 0; i < ARRAY_SIZE(pv_data->encoder_types); i++) { in vc4_set_crtc_possible_masks()
1110 const struct vc4_pv_data *pv_data; in vc4_crtc_bind() local
1121 pv_data = of_device_get_match_data(dev); in vc4_crtc_bind()
1122 if (!pv_data) in vc4_crtc_bind()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dmon.c105 struct tx_complete_mon_data *pv_data = priv; in mgmt_tx_complete() local
110 kfree(pv_data->buff); in mgmt_tx_complete()
112 kfree(pv_data); in mgmt_tx_complete()
Dnetdev.c672 struct tx_complete_data *pv_data = priv; in wilc_tx_complete() local
674 dev_kfree_skb(pv_data->skb); in wilc_tx_complete()
675 kfree(pv_data); in wilc_tx_complete()
Dcfg80211.c1061 struct wilc_p2p_mgmt_data *pv_data = priv; in wilc_wfi_mgmt_tx_complete() local
1063 kfree(pv_data->buff); in wilc_wfi_mgmt_tx_complete()
1064 kfree(pv_data); in wilc_wfi_mgmt_tx_complete()