Searched refs:temp_info (Results 1 - 10 of 10) sorted by relevance

/linux-master/sound/soc/codecs/aw88395/
H A Daw88395_lib.c65 struct bin_header_info temp_info = bin->header_info[bin_num]; local
69 p_check_sum = &(bin->info.data[(temp_info.valid_data_addr)]);
84 bin->header_info[bin_num].valid_data_len = temp_info.bin_data_len - VALID_DATA_LEN;
85 bin->header_info[bin_num].valid_data_addr = temp_info.valid_data_addr + VALID_DATA_ADDR;
92 struct bin_header_info temp_info = bin->header_info[bin_num]; local
96 p_check_sum = &(bin->info.data[(temp_info.valid_data_addr)]);
114 bin->header_info[bin_num].valid_data_len = temp_info.bin_data_len - DSP_VALID_DATA_LEN;
115 bin->header_info[bin_num].valid_data_addr = temp_info.valid_data_addr +
123 struct bin_header_info temp_info = bin->header_info[bin_num]; local
127 p_check_sum = &(bin->info.data[(temp_info
[all...]
/linux-master/drivers/hwmon/
H A Dgsc-hwmon.c35 struct hwmon_channel_info temp_info; member in struct:gsc_hwmon_data
387 hwmon->info[0] = &hwmon->temp_info;
390 hwmon->temp_info.type = hwmon_temp;
391 hwmon->temp_info.config = hwmon->temp_config;
H A Dtmp421.c104 struct hwmon_channel_info temp_info; member in struct:tmp421_data
472 data->info[0] = &data->temp_info;
474 data->temp_info.type = hwmon_temp;
475 data->temp_info.config = data->temp_config;
H A Dhp-wmi-sensors.c1547 struct hp_wmi_info *temp_info[])
1581 temp_info[0] = info;
1587 temp_info[count++] = info;
1602 struct hp_wmi_info *temp_info[HP_WMI_MAX_INSTANCES] = {}; local
1660 count = match_temp_events(state, event.description, temp_info);
1662 temp_info[--count]->alarm = true;
1873 struct hp_wmi_info *temp_info[HP_WMI_MAX_INSTANCES] = {}; local
1906 temp_info);
1911 temp_info[--count]->has_alarm = true;
1545 match_temp_events(struct hp_wmi_sensors *state, const char *event_description, struct hp_wmi_info *temp_info[]) argument
H A Dtmp401.c119 struct hwmon_channel_info temp_info; member in struct:tmp401_data
707 data->info[1] = &data->temp_info;
715 info = &data->temp_info;
H A Dlm90.c692 struct hwmon_channel_info temp_info; member in struct:lm90_data
2805 data->info[1] = &data->temp_info;
2807 info = &data->temp_info;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhwmon.c34 struct hwmon_channel_info temp_info; member in struct:mlx5_hwmon
233 hwmon->channel_info[1] = &hwmon->temp_info;
243 hwmon->temp_info.config = (const u32 *)hwmon->temp_channel_config;
244 hwmon->temp_info.type = hwmon_temp;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.c865 struct hinic_msix_config temp_info; local
876 err = hinic_get_interrupt_cfg(hwdev, &temp_info);
880 interrupt_info->lli_credit_cnt = temp_info.lli_credit_cnt;
881 interrupt_info->lli_timer_cnt = temp_info.lli_timer_cnt;
/linux-master/drivers/scsi/esas2r/
H A Datioctl.h1133 struct atto_vda_temp_info temp_info; member in union:atto_ioctl_vda_mgt_cmd::__anon441
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mfw_hsi.h1087 struct temperature_status_stc temp_info; member in union:drv_union_data

Completed in 225 milliseconds