Searched refs:function_block (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/usr.bin/scmdctl/ |
H A D | common.h | 24 struct function_block { struct 31 EXTERN int common_clear(struct function_block *, int, bool); argument 32 EXTERN int common_identify(struct function_block *, int, bool, int, struct scmd_identify_response *… 33 EXTERN int common_diag(struct function_block *, int, bool, int, struct scmd_diag_response *); 34 EXTERN int common_get_motor(struct function_block *, int, bool, int, struct scmd_motor_response *); 35 EXTERN int common_set_motor(struct function_block *, int, bool, int, char, int8_t); 36 EXTERN int common_invert_motor(struct function_block *, int, bool, int, char); 37 EXTERN int common_bridge_motor(struct function_block *, int, bool, int); 38 EXTERN int common_enable_disable(struct function_block *, int, bool, int); 39 EXTERN int common_control_1(struct function_block *, int, bool, int); [all …]
|
H A D | common.c | 59 int common_clear(struct function_block *fb, int fd, bool debug) in common_clear() 65 common_identify(struct function_block *fb, int fd, bool debug, int a_module, struct scmd_identify_r… in common_identify() 89 int common_diag(struct function_block *fb, int fd, bool debug, int a_module, struct scmd_diag_respo… in common_diag() 113 common_get_motor(struct function_block *fb, int fd, bool debug, int a_module, struct scmd_motor_res… in common_get_motor() 189 common_set_motor(struct function_block *fb, int fd, bool debug, int a_module, char a_motor, int8_t … in common_set_motor() 217 common_invert_motor(struct function_block *fb, int fd, bool debug, int a_module, char a_motor) in common_invert_motor() 259 common_bridge_motor(struct function_block *fb, int fd, bool debug, int a_module) in common_bridge_motor() 294 common_enable_disable(struct function_block *fb, int fd, bool debug, int subcmd) in common_enable_disable() 324 common_control_1(struct function_block *fb, int fd, bool debug, int subcmd) in common_control_1() 351 common_get_update_rate(struct function_block *fb, int fd, bool debug, uint8_t *rate) in common_get_update_rate() [all …]
|
H A D | scmdctl.c | 168 struct function_block func_block; in main()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 14846 Add block::function_block 14847 This adds the method block::function_block, to easily access a block's
|