Searched refs:temp_id (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/platform/x86/dell/ |
| H A D | alienware-wmi-wmax.c | 754 static int awcc_op_get_temperature(struct wmi_device *wdev, u8 temp_id, u32 *out) in awcc_op_get_temperature() argument 758 .arg1 = temp_id, in awcc_op_get_temperature() 1124 u32 min_rpm, max_rpm, temp_count, temp_id; in awcc_hwmon_fans_init() local 1161 id, j, &temp_id); in awcc_hwmon_fans_init() 1165 temp_id = FIELD_GET(AWCC_RESOURCE_ID_MASK, temp_id); in awcc_hwmon_fans_init() 1166 __set_bit(temp_id, fan_temps); in awcc_hwmon_fans_init()
|
| /linux/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | metadata.c | 166 u8 temp_id, freed_id; in nfp_mask_alloc() local 184 memcpy(&temp_id, &ring->buf[ring->tail * NFP_FLOWER_MASK_ELEMENT_RS], in nfp_mask_alloc() 186 *mask_id = temp_id; in nfp_mask_alloc()
|
| /linux/fs/overlayfs/ |
| H A D | dir.c | 62 static atomic_t temp_id = ATOMIC_INIT(0); in ovl_tempname() local 65 snprintf(name, OVL_TEMPNAME_SIZE, "#%x", atomic_inc_return(&temp_id)); in ovl_tempname()
|