Lines Matching defs:smc
75 apple_smc_attach(struct apple_smc_tag *smc) in apple_smc_attach()
88 apple_smc_detach(struct apple_smc_tag *smc, int flags) in apple_smc_detach()
106 apple_smc_rescan(struct apple_smc_tag *smc, const char *ifattr, in apple_smc_rescan()
119 struct apple_smc_tag *const smc = aux; in apple_smc_search() local
165 apple_smc_bus_read_1(struct apple_smc_tag *smc, bus_size_t reg) in apple_smc_bus_read_1()
172 apple_smc_bus_write_1(struct apple_smc_tag *smc, bus_size_t reg, uint8_t v) in apple_smc_bus_write_1()
184 apple_smc_read_data(struct apple_smc_tag *smc, uint8_t *byte) in apple_smc_read_data()
208 apple_smc_write(struct apple_smc_tag *smc, bus_size_t reg, uint8_t byte) in apple_smc_write()
235 apple_smc_write_cmd(struct apple_smc_tag *smc, uint8_t cmd) in apple_smc_write_cmd()
242 apple_smc_write_data(struct apple_smc_tag *smc, uint8_t data) in apple_smc_write_data()
249 apple_smc_begin(struct apple_smc_tag *smc, uint8_t cmd, const char *key, in apple_smc_begin()
278 apple_smc_input(struct apple_smc_tag *smc, uint8_t cmd, const char *key, in apple_smc_input()
308 apple_smc_output(struct apple_smc_tag *smc, uint8_t cmd, const char *key, in apple_smc_output()
360 apple_smc_nkeys(struct apple_smc_tag *smc) in apple_smc_nkeys()
367 apple_smc_nth_key(struct apple_smc_tag *smc, uint32_t index, in apple_smc_nth_key()
416 apple_smc_named_key(struct apple_smc_tag *smc, const char name[4 + 1], in apple_smc_named_key()
463 apple_smc_release_key(struct apple_smc_tag *smc, struct apple_smc_key *key) in apple_smc_release_key()
479 apple_smc_key_search(struct apple_smc_tag *smc, const char name[4 + 1], in apple_smc_key_search()
511 apple_smc_read_key(struct apple_smc_tag *smc, const struct apple_smc_key *key, in apple_smc_read_key()
529 apple_smc_read_key_1(struct apple_smc_tag *smc, in apple_smc_read_key_1()
537 apple_smc_read_key_2(struct apple_smc_tag *smc, in apple_smc_read_key_2()
556 apple_smc_read_key_4(struct apple_smc_tag *smc, in apple_smc_read_key_4()
575 apple_smc_write_key(struct apple_smc_tag *smc, const struct apple_smc_key *key, in apple_smc_write_key()
593 apple_smc_write_key_1(struct apple_smc_tag *smc, in apple_smc_write_key_1()
601 apple_smc_write_key_2(struct apple_smc_tag *smc, in apple_smc_write_key_2()
612 apple_smc_write_key_4(struct apple_smc_tag *smc, in apple_smc_write_key_4()