Lines Matching defs:occ
48 struct occ { struct
55 struct mutex occ_lock; argument
58 #define to_occ(x) container_of((x), struct occ, mdev) argument
69 struct occ *occ; member
84 struct occ *occ = to_occ(mdev); in occ_open() local
226 static int occ_verify_checksum(struct occ *occ, struct occ_response *resp, in occ_verify_checksum()
251 static int occ_getsram(struct occ *occ, u32 offset, void *data, ssize_t len) in occ_getsram()
317 static int occ_putsram(struct occ *occ, const void *data, ssize_t len) in occ_putsram()
396 static int occ_trigger_attn(struct occ *occ) in occ_trigger_attn()
467 struct occ *occ = dev_get_drvdata(dev); in fsi_occ_submit() local
562 struct occ *occ; in occ_probe() local
621 struct occ *occ = platform_get_drvdata(pdev); in occ_remove() local