Home
last modified time | relevance | path

Searched refs:prev_data (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/platform/x86/amd/pmf/
H A Dtee-if.c124 if (dev->prev_data->spl != val) { in amd_pmf_apply_policies()
127 dev->prev_data->spl = val; in amd_pmf_apply_policies()
132 if (dev->prev_data->sppt != val) { in amd_pmf_apply_policies()
135 dev->prev_data->sppt = val; in amd_pmf_apply_policies()
140 if (dev->prev_data->fppt != val) { in amd_pmf_apply_policies()
143 dev->prev_data->fppt = val; in amd_pmf_apply_policies()
148 if (dev->prev_data->sppt_apuonly != val) { in amd_pmf_apply_policies()
151 dev->prev_data->sppt_apuonly = val; in amd_pmf_apply_policies()
156 if (dev->prev_data->stt_minlimit != val) { in amd_pmf_apply_policies()
159 dev->prev_data->stt_minlimit = val; in amd_pmf_apply_policies()
[all …]
H A Dpmf.h402 struct pmf_action_table *prev_data; member
/linux/drivers/staging/fbtft/
H A Dfbtft-io.c135 static u8 prev_data; in fbtft_write_gpio8_wr() local
149 if (data == prev_data) { in fbtft_write_gpio8_wr()
153 if ((data & 1) != (prev_data & 1)) in fbtft_write_gpio8_wr()
157 prev_data >>= 1; in fbtft_write_gpio8_wr()
171 prev_data = *(u8 *)buf; in fbtft_write_gpio8_wr()
185 static u16 prev_data; in fbtft_write_gpio16_wr() local
199 if (data == prev_data) { in fbtft_write_gpio16_wr()
203 if ((data & 1) != (prev_data & 1)) in fbtft_write_gpio16_wr()
207 prev_data >>= 1; in fbtft_write_gpio16_wr()
221 prev_data = *(u16 *)buf; in fbtft_write_gpio16_wr()
/linux/drivers/fsi/
H A Dfsi-scom.c424 u64 prev_data, mask, data; in scom_raw_write() local
433 rc = raw_get_scom(scom, &prev_data, acc.addr, &status); in scom_raw_write()
440 prev_data = mask = -1ull; in scom_raw_write()
442 data = (prev_data & ~mask) | (acc.data & mask); in scom_raw_write()
/linux/drivers/tty/
H A Dn_gsm.c188 void (*prev_data)(struct gsm_dlci *dlci, const u8 *data, int len); member
3919 dlci->data = dlci->prev_data; in dlci_net_free()
4079 dlci->prev_data = dlci->data; in gsm_create_network()