Searched defs:function_desc (Results 1 – 3 of 3) sorted by relevance
13 struct function_desc { struct14 const char *name;15 const char **group_names;16 int num_group_names;18 u8 gpio_out_dis:1;19 u8 gpio_io_rx_en:1;20 u8 gpio_tx_en_a:1;21 u8 gpio_tx_en_b:1;22 u8 gpio_rx_en_a:1;23 u8 gpio_rx_en_b:1;[all …]
19 struct function_desc { struct20 const char *name;21 const char **group_names;22 int num_group_names;24 u8 gpio_out_dis:1;25 u8 gpio_tx_en:1;26 u8 gpio_rx_en:1;27 u8 oldi:1;28 u8 gpio_tx_id;29 u8 gpio_rx_id;
122 struct function_desc { struct134 struct function_desc *functions; argument