Lines Matching refs:idn
2837 * @idn: flag idn to access
2843 enum query_opcode opcode, u8 idn, u8 index, u8 selector)
2850 (*request)->upiu_req.idn = idn;
2856 enum query_opcode opcode, enum flag_idn idn, u8 index, bool *flag_res)
2862 ret = ufshcd_query_flag(hba, opcode, idn, index, flag_res);
2873 "%s: query attribute, opcode %d, idn %d, failed with error %d after %d retires\n",
2874 __func__, opcode, idn, ret, retries);
2882 * @idn: flag idn to access
2889 enum flag_idn idn, u8 index, bool *flag_res)
2900 ufshcd_init_query(hba, &request, &response, opcode, idn, index,
2931 "%s: Sending flag query for idn %d failed, err = %d\n",
2932 __func__, idn, err);
2950 * @idn: attribute idn to access
2958 enum attr_idn idn, u8 index, u8 selector, u32 *attr_val)
2975 ufshcd_init_query(hba, &request, &response, opcode, idn, index,
2996 dev_err(hba->dev, "%s: opcode 0x%.2x for idn %d failed, index %d, err = %d\n",
2997 __func__, opcode, idn, index, err);
3015 * @idn: attribute idn to access
3024 enum query_opcode opcode, enum attr_idn idn, u8 index, u8 selector,
3031 ret = ufshcd_query_attr(hba, opcode, idn, index,
3042 "%s: query attribute, idn %d, failed with error %d after %d retires\n",
3043 __func__, idn, ret, QUERY_REQ_RETRIES);
3048 enum query_opcode opcode, enum desc_idn idn, u8 index,
3073 ufshcd_init_query(hba, &request, &response, opcode, idn, index,
3096 dev_err(hba->dev, "%s: opcode 0x%.2x for idn %d failed, index %d, err = %d\n",
3097 __func__, opcode, idn, index, err);
3115 * @idn: attribute idn to access
3127 enum desc_idn idn, u8 index,
3135 err = __ufshcd_query_descriptor(hba, opcode, idn, index,
3147 * @desc_id: descriptor idn value
3178 * @desc_id: descriptor idn value