Lines Matching defs:occ
40 struct occ { struct
46 struct mutex occ_lock; argument
49 #define to_occ(x) container_of((x), struct occ, mdev) argument
60 struct occ *occ; member
75 struct occ *occ = to_occ(mdev); in occ_open() local
238 static int occ_getsram(struct occ *occ, u32 address, void *data, ssize_t len) in occ_getsram()
290 static int occ_putsram(struct occ *occ, u32 address, const void *data, in occ_putsram()
356 static int occ_trigger_attn(struct occ *occ) in occ_trigger_attn()
413 struct occ *occ = dev_get_drvdata(dev); in fsi_occ_submit() local
508 struct occ *occ; in occ_probe() local
566 struct occ *occ = platform_get_drvdata(pdev); in occ_remove() local