Lines Matching refs:scmd_sc
44 void scmd_attach(struct scmd_sc *);
45 static void scmd_wait_restart(struct scmd_sc *, bool);
46 static int scmd_get_topaddr(struct scmd_sc *);
48 static int scmd_local_read(struct scmd_sc *, uint8_t, uint8_t *);
49 static int scmd_remote_read(struct scmd_sc *, int, uint8_t *);
50 static int scmd_local_write(struct scmd_sc *, uint8_t, uint8_t);
51 static int scmd_remote_write(struct scmd_sc *, int, uint8_t);
107 scmd_sysctl_init(struct scmd_sc *sc)
141 scmd_wait_restart(struct scmd_sc *sc, bool usedelay)
167 scmd_get_topaddr(struct scmd_sc *sc)
187 scmd_attach(struct scmd_sc *sc)
268 struct scmd_sc *sc;
307 scmd_set_view_port(struct scmd_sc *sc, int reg)
328 scmd_local_read(struct scmd_sc *sc, uint8_t reg, uint8_t *buf)
339 scmd_remote_read(struct scmd_sc *sc, int reg, uint8_t *buf)
379 struct scmd_sc *sc;
440 scmd_local_write(struct scmd_sc *sc, uint8_t reg, uint8_t buf)
449 scmd_remote_write(struct scmd_sc *sc, int reg, uint8_t buf)
486 struct scmd_sc *sc;
557 struct scmd_sc *sc;