Searched refs:attr_val (Results 1 – 4 of 4) sorted by relevance
/openbmc/openbmc-test-automation/lib/ |
H A D | bios_attr_utils.robot | 20 [Arguments] ${attr_handle} ${attr_val} ${verify}=${True} 24 # @{attr_val} Attribute value for the given attribute handle. 28 ${type_str}= Evaluate isinstance($attr_val, str) 32 ${attr_value_length}= Evaluate len($attr_val.replace('"', '')) 34 ${value}= Set Variable "${attr_val}" 36 ${value}= Set Variable ${attr_val} 39 ${value}= Set Variable ${attr_val} 49 Run Keyword If '${verify}' == '${True}' Verify BIOS Attribute ${attr_handle} ${attr_val} 73 [Arguments] ${attr_handle} ${attr_val} 77 # ${attr_val} The expected value for the given attribute handle. [all …]
|
/openbmc/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-sysfs.c | 57 struct device_attribute attr_val; member 157 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in show_val_norm() 260 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_val); in store_val_norm() 333 sysfs_attr_init(&cip->attr_val.attr); in pvr2_sysfs_add_control() 334 cip->attr_val.attr.name = "cur_val"; in pvr2_sysfs_add_control() 335 cip->attr_val.attr.mode = S_IRUGO; in pvr2_sysfs_add_control() 352 cip->attr_val.attr.mode |= S_IWUSR|S_IWGRP; in pvr2_sysfs_add_control() 359 cip->attr_gen[acnt++] = &cip->attr_val.attr; in pvr2_sysfs_add_control() 361 cip->attr_val.show = show_val_norm; in pvr2_sysfs_add_control() 362 cip->attr_val.store = store_val_norm; in pvr2_sysfs_add_control()
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufshcd-priv.h | 58 u32 *attr_val); 60 enum attr_idn idn, u8 index, u8 selector, u32 *attr_val);
|
H A D | ufshcd.c | 3301 enum attr_idn idn, u8 index, u8 selector, u32 *attr_val) in ufshcd_query_attr() argument 3309 if (!attr_val) { in ufshcd_query_attr() 3324 request->upiu_req.value = cpu_to_be32(*attr_val); in ufshcd_query_attr() 3344 *attr_val = be32_to_cpu(response->upiu_res.value); in ufshcd_query_attr() 3367 u32 *attr_val) in ufshcd_query_attr_retry() argument 3374 selector, attr_val); in ufshcd_query_attr_retry()
|