X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/blobdiff_plain/f2fcdbb5f9333a58a08f56daaca8cad7e5a95699..3129fcd8094edcb910b708463fdf1a234f11fb55:/lincan/src/sja1000p.c diff --git a/lincan/src/sja1000p.c b/lincan/src/sja1000p.c index 19e2e57..ef587dd 100644 --- a/lincan/src/sja1000p.c +++ b/lincan/src/sja1000p.c @@ -18,6 +18,10 @@ #include "../include/main.h" #include "../include/sja1000p.h" +/** + * sja1000p_enable_configuration - enable chip configuration mode + * @chip: pointer to chip state structure + */ int sja1000p_enable_configuration(struct chip_t *chip) { int i=0; @@ -44,6 +48,10 @@ int sja1000p_enable_configuration(struct chip_t *chip) return 0; } +/** + * sja1000p_disable_configuration - disable chip configuration mode + * @chip: pointer to chip state structure + */ int sja1000p_disable_configuration(struct chip_t *chip) { int i=0; @@ -426,7 +434,7 @@ int sja1000p_set_btregs(struct chip_t *chip, unsigned short btr0, } /** - * sja1000p_stop_chip: - starts chip message processing + * sja1000p_start_chip: - starts chip message processing * @chip: pointer to chip state structure * * Return Value: negative value reports error.