Searched refs:desc_params (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/hid/ |
| H A D | hid-uclogic-params-test.c | 20 const s32 desc_params[UCLOGIC_RDESC_PH_ID_NUM]; member 30 .desc_params = {}, 46 .desc_params = { 70 .desc_params = { 94 .desc_params = { 118 .desc_params = { 142 s32 desc_params[UCLOGIC_RDESC_PH_ID_NUM]; in hid_test_uclogic_parse_ugee_v2_desc() local 148 desc_params, in hid_test_uclogic_parse_ugee_v2_desc() 149 ARRAY_SIZE(desc_params), in hid_test_uclogic_parse_ugee_v2_desc() 157 params->desc_params[UCLOGIC_RDESC_PEN_PH_ID_X_LM], in hid_test_uclogic_parse_ugee_v2_desc() [all …]
|
| H A D | hid-uclogic-params.c | 244 s32 desc_params[UCLOGIC_RDESC_PH_ID_NUM]; in uclogic_params_pen_init_v1() local 277 desc_params[UCLOGIC_RDESC_PEN_PH_ID_X_LM] = in uclogic_params_pen_init_v1() 279 desc_params[UCLOGIC_RDESC_PEN_PH_ID_Y_LM] = in uclogic_params_pen_init_v1() 281 desc_params[UCLOGIC_RDESC_PEN_PH_ID_PRESSURE_LM] = in uclogic_params_pen_init_v1() 285 desc_params[UCLOGIC_RDESC_PEN_PH_ID_X_PM] = 0; in uclogic_params_pen_init_v1() 286 desc_params[UCLOGIC_RDESC_PEN_PH_ID_Y_PM] = 0; in uclogic_params_pen_init_v1() 288 desc_params[UCLOGIC_RDESC_PEN_PH_ID_X_PM] = in uclogic_params_pen_init_v1() 289 desc_params[UCLOGIC_RDESC_PEN_PH_ID_X_LM] * 1000 / in uclogic_params_pen_init_v1() 291 desc_params[UCLOGIC_RDESC_PEN_PH_ID_Y_PM] = in uclogic_params_pen_init_v1() 292 desc_params[UCLOGIC_RDESC_PEN_PH_ID_Y_LM] * 1000 / in uclogic_params_pen_init_v1() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_tx.c | 386 struct ath12k_tx_desc_params *desc_params, in ath12k_dp_tx_htt_tx_complete_buf() argument 397 struct sk_buff *msdu = desc_params->skb; in ath12k_dp_tx_htt_tx_complete_buf() 407 pdev_id = ath12k_hw_mac_id_to_pdev_id(dp->hw_params, desc_params->mac_id); in ath12k_dp_tx_htt_tx_complete_buf() 424 desc_params->skb_ext_desc->len, DMA_TO_DEVICE); in ath12k_dp_tx_htt_tx_complete_buf() 425 dev_kfree_skb_any(desc_params->skb_ext_desc); in ath12k_dp_tx_htt_tx_complete_buf() 483 struct ath12k_tx_desc_params *desc_params) in ath12k_dp_tx_process_htt_tx_complete() argument 505 ath12k_dp_tx_htt_tx_complete_buf(dp, desc_params, tx_ring, &ts, peer_id); in ath12k_dp_tx_process_htt_tx_complete() 512 ath12k_dp_tx_free_txbuf(dp, tx_ring, desc_params); in ath12k_dp_tx_process_htt_tx_complete() 647 struct ath12k_tx_desc_params *desc_params, in ath12k_wifi7_dp_tx_complete_msdu() argument 658 struct sk_buff *msdu = desc_params->skb; in ath12k_wifi7_dp_tx_complete_msdu() [all …]
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_tx.c | 188 struct ath12k_tx_desc_params *desc_params) in ath12k_dp_tx_free_txbuf() argument 191 struct sk_buff *msdu = desc_params->skb; in ath12k_dp_tx_free_txbuf() 193 u8 pdev_idx = ath12k_hw_mac_id_to_pdev_id(dp->hw_params, desc_params->mac_id); in ath12k_dp_tx_free_txbuf() 200 desc_params->skb_ext_desc->len, DMA_TO_DEVICE); in ath12k_dp_tx_free_txbuf() 201 dev_kfree_skb_any(desc_params->skb_ext_desc); in ath12k_dp_tx_free_txbuf()
|
| H A D | dp_tx.h | 31 struct ath12k_tx_desc_params *desc_params);
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 4494 struct ice_aqc_get_set_rss_lut *desc_params; in __ice_aq_get_set_rss_lut() local 4515 desc_params = libie_aq_raw(&desc); in __ice_aq_get_set_rss_lut() 4517 desc_params->vsi_id = cpu_to_le16(vsi_id | ICE_AQC_RSS_VSI_VALID); in __ice_aq_get_set_rss_lut() 4524 desc_params->flags = cpu_to_le16(flags); in __ice_aq_get_set_rss_lut() 4568 struct ice_aqc_get_set_rss_key *desc_params; in __ice_aq_get_set_rss_key() local 4579 desc_params = libie_aq_raw(&desc); in __ice_aq_get_set_rss_key() 4580 desc_params->vsi_id = cpu_to_le16(vsi_id | ICE_AQC_RSS_VSI_VALID); in __ice_aq_get_set_rss_key()
|