Searched refs:pv_data (Results 1 – 5 of 5) sorted by relevance
223 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_get_fifo_full_level() local225 u32 fifo_len_bytes = pv_data->fifo_depth; in vc4_get_fifo_full_level()329 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_crtc_config_pv() local341 u8 ppc = pv_data->pixels_per_clock; in vc4_crtc_config_pv()522 const struct vc4_pv_data *pv_data; in vc4_crtc_disable_at_boot() local549 pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_crtc_disable_at_boot()550 encoder_type = pv_data->encoder_types[encoder_sel]; in vc4_crtc_disable_at_boot()1276 const struct vc4_pv_data *pv_data = vc4_crtc_to_vc4_pv_data(vc4_crtc); in vc4_set_crtc_possible_masks() local1277 const enum vc4_encoder_type *encoder_types = pv_data->encoder_types; in vc4_set_crtc_possible_masks()1288 for (i = 0; i < ARRAY_SIZE(pv_data->encoder_types); i++) { in vc4_set_crtc_possible_masks()[all …]
105 struct tx_complete_mon_data *pv_data = priv; in mgmt_tx_complete() local110 kfree(pv_data->buff); in mgmt_tx_complete()112 kfree(pv_data); in mgmt_tx_complete()
718 struct tx_complete_data *pv_data = priv; in wilc_tx_complete() local720 dev_kfree_skb(pv_data->skb); in wilc_tx_complete()721 kfree(pv_data); in wilc_tx_complete()
1091 struct wilc_p2p_mgmt_data *pv_data = priv; in wilc_wfi_mgmt_tx_complete() local1093 kfree(pv_data->buff); in wilc_wfi_mgmt_tx_complete()1094 kfree(pv_data); in wilc_wfi_mgmt_tx_complete()
299 static void ks_rcv(struct eth_device *dev, uchar **pv_data) in ks_rcv() argument321 ks_read_qmu(dev, (u16 *)(*pv_data), frame_hdr->len); in ks_rcv()324 net_process_received_packet(*pv_data, frame_hdr->len); in ks_rcv()325 pv_data++; in ks_rcv()