Searched refs:pv_data (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.c730 struct tx_complete_data *pv_data = priv; local
732 dev_kfree_skb(pv_data->skb);
733 kfree(pv_data);
H A Dcfg80211.c1085 struct wilc_p2p_mgmt_data *pv_data = priv; local
1087 kfree(pv_data->buff);
1088 kfree(pv_data);
H A Dmon.c105 struct tx_complete_mon_data *pv_data = priv; local
110 kfree(pv_data->buff);
112 kfree(pv_data);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c223 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); local
225 u32 fifo_len_bytes = pv_data->fifo_depth;
329 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); local
341 u8 ppc = pv_data->pixels_per_clock;
522 const struct vc4_pv_data *pv_data; local
549 pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc);
550 encoder_type = pv_data->encoder_types[encoder_sel];
1276 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); local
1277 const enum vc4_encoder_type *encoder_types = pv_data->encoder_types;
1288 for (i = 0; i < ARRAY_SIZE(pv_data
1390 const struct vc4_pv_data *pv_data; local
[all...]

Completed in 204 milliseconds