Searched refs:prev_data (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/platform/x86/amd/pmf/ |
D | tee-if.c | 82 if (dev->prev_data->spl != val) { in amd_pmf_apply_policies() 85 dev->prev_data->spl = val; in amd_pmf_apply_policies() 90 if (dev->prev_data->sppt != val) { in amd_pmf_apply_policies() 93 dev->prev_data->sppt = val; in amd_pmf_apply_policies() 98 if (dev->prev_data->fppt != val) { in amd_pmf_apply_policies() 101 dev->prev_data->fppt = val; in amd_pmf_apply_policies() 106 if (dev->prev_data->sppt_apuonly != val) { in amd_pmf_apply_policies() 109 dev->prev_data->sppt_apuonly = val; in amd_pmf_apply_policies() 114 if (dev->prev_data->stt_minlimit != val) { in amd_pmf_apply_policies() 117 dev->prev_data->stt_minlimit = val; in amd_pmf_apply_policies() [all …]
|
D | pmf.h | 364 struct pmf_action_table *prev_data; member
|
/linux-6.12.1/drivers/staging/fbtft/ |
D | fbtft-io.c | 135 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-6.12.1/drivers/fsi/ |
D | fsi-scom.c | 424 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-6.12.1/block/ |
D | sed-opal.c | 103 void *prev_data; member 1338 memcpy(uid, dev->prev_data, min(sizeof(uid), dev->prev_d_len)); in gen_key() 1339 kfree(dev->prev_data); in gen_key() 1340 dev->prev_data = NULL; in gen_key() 1370 dev->prev_data = kmemdup(activekey, keylen, GFP_KERNEL); in get_active_key_cont() 1372 if (!dev->prev_data) in get_active_key_cont() 1750 const u8 *key = dev->prev_data; in start_SIDASP_opal_session() 1764 dev->prev_data = NULL; in start_SIDASP_opal_session() 2326 dev->prev_data = kmemdup(msid_pin, strlen, GFP_KERNEL); in get_msid_cpin_pin() 2327 if (!dev->prev_data) in get_msid_cpin_pin() [all …]
|
/linux-6.12.1/drivers/tty/ |
D | n_gsm.c | 188 void (*prev_data)(struct gsm_dlci *dlci, const u8 *data, int len); member 3913 dlci->data = dlci->prev_data; in dlci_net_free() 4073 dlci->prev_data = dlci->data; in gsm_create_network()
|