Lines Matching refs:data
33 static int tegra_bpmp_thermal_get_temp(void *data, int *out_temp)
35 struct tegra_bpmp_thermal_zone *zone = data;
47 msg.tx.data = &req;
49 msg.rx.data = &reply;
61 static int tegra_bpmp_thermal_set_trips(void *data, int low, int high)
63 struct tegra_bpmp_thermal_zone *zone = data;
76 msg.tx.data = &req;
93 void *data)
96 struct tegra_bpmp_thermal *tegra = data;
99 req = (struct mrq_thermal_bpmp_to_host_request *)ch->ib->data;
135 msg.tx.data = &req;
137 msg.rx.data = &reply;