Lines Matching refs:tps6594_pfsm
19 #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 {
51 struct tps6594_pfsm *pfsm = TPS6594_FILE_TO_PFSM(f);
81 struct tps6594_pfsm *pfsm = TPS6594_FILE_TO_PFSM(f);
133 struct tps6594_pfsm *pfsm = TPS6594_FILE_TO_PFSM(f);
247 struct tps6594_pfsm *pfsm;
254 pfsm = devm_kzalloc(dev, sizeof(struct tps6594_pfsm), GFP_KERNEL);
285 struct tps6594_pfsm *pfsm = platform_get_drvdata(pdev);