Home
last modified time | relevance | path

Searched refs:tps6594_pfsm (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/misc/
H A Dtps6594-pfsm.c19 #include <linux/tps6594_pfsm.h>
35 #define TPS6594_FILE_TO_PFSM(f) container_of((f)->private_data, struct tps6594_pfsm, miscdev)
38 * struct tps6594_pfsm - device private data structure
43 struct tps6594_pfsm { struct
51 struct tps6594_pfsm *pfsm = TPS6594_FILE_TO_PFSM(f); in tps6594_pfsm_read()
81 struct tps6594_pfsm *pfsm = TPS6594_FILE_TO_PFSM(f); in tps6594_pfsm_write()
133 struct tps6594_pfsm *pfsm = TPS6594_FILE_TO_PFSM(f); in tps6594_pfsm_ioctl()
247 struct tps6594_pfsm *pfsm; in tps6594_pfsm_probe()
254 pfsm = devm_kzalloc(dev, sizeof(struct tps6594_pfsm), GFP_KERNEL); in tps6594_pfsm_probe()
285 struct tps6594_pfsm *pfs in tps6594_pfsm_remove()
[all...]
/kernel/linux/linux-6.6/samples/pfsm/
H A Dpfsm-wakeup.c18 #include <linux/tps6594_pfsm.h>

Completed in 2 milliseconds