| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/epdlut/ |
| H A D | epd_lut.h | 51 int epd_lut_get(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture); 58 int pvi_wf_get_lut(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture); 65 int rkf_wf_get_lut(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture);
|
| H A D | epd_lut.c | 69 int epd_lut_get(struct epd_lut_data *output, enum epd_lut_type lut_type, int temperture) in epd_lut_get() argument 71 return lut_get(output, lut_type, temperture); in epd_lut_get()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | coex.c | 613 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_coex_agg_time_limit() local 622 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_coex_agg_time_limit() 624 if (lut_type == BT_COEX_LOOSE_LUT || lut_type == BT_COEX_INVALID_LUT) in iwl_mvm_coex_agg_time_limit() 637 enum iwl_bt_coex_lut_type lut_type; in iwl_mvm_bt_coex_is_mimo_allowed() local 653 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); in iwl_mvm_bt_coex_is_mimo_allowed() 654 return lut_type != BT_COEX_LOOSE_LUT; in iwl_mvm_bt_coex_is_mimo_allowed()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rk_eink/epdlut/ |
| H A D | epd_lut.h | 94 int pvi_wf_get_lut(struct epd_lut_data *output, enum epd_lut_type lut_type, 102 int rkf_wf_get_lut(struct epd_lut_data *output, enum epd_lut_type lut_type,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.h | 54 ice_aq_get_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, u8 *lut, 57 ice_aq_set_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, u8 *lut,
|
| H A D | ice_common.c | 3249 __ice_aq_get_set_rss_lut(struct ice_hw *hw, u16 vsi_id, u8 lut_type, u8 *lut, in __ice_aq_get_set_rss_lut() argument 3271 switch (lut_type) { in __ice_aq_get_set_rss_lut() 3275 flags |= ((lut_type << ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_S) & in __ice_aq_get_set_rss_lut() 3283 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_GLOBAL) { in __ice_aq_get_set_rss_lut() 3289 } else if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut() 3306 if (lut_type == ICE_AQC_GSET_RSS_LUT_TABLE_TYPE_PF) { in __ice_aq_get_set_rss_lut() 3337 ice_aq_get_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, in ice_aq_get_rss_lut() argument 3344 lut_type, lut, lut_size, 0, false); in ice_aq_get_rss_lut() 3358 ice_aq_set_rss_lut(struct ice_hw *hw, u16 vsi_handle, u8 lut_type, in ice_aq_set_rss_lut() argument 3365 lut_type, lut, lut_size, 0, true); in ice_aq_set_rss_lut()
|
| H A D | ice_lib.c | 908 u8 lut_type, hash_type; in ice_set_rss_vsi_ctx() local 918 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_PF; in ice_set_rss_vsi_ctx() 923 lut_type = ICE_AQ_VSI_Q_OPT_RSS_LUT_VSI; in ice_set_rss_vsi_ctx() 932 ctxt->info.q_opt_rss = ((lut_type << ICE_AQ_VSI_Q_OPT_RSS_LUT_S) & in ice_set_rss_vsi_ctx()
|
| /OK3568_Linux_fs/u-boot/drivers/video/rk_eink/ |
| H A D | rk_eink_display.c | 496 u32 cur_img_buf, u32 lut_type, int update_mode) in eink_display() argument 518 lut_ops->lut_get(&plat->lut_data, lut_type, temperature); in eink_display() 520 debug("lut_type=%d, frame num=%d, temp=%d\n", lut_type, in eink_display()
|