Searched defs:bool (Results 1 – 3 of 3) sorted by relevance
50 #define IS_BOOLEAN(bool) ((bool == FALSE) || (bool == TRUE)) argument
51 #define IS_BOOLEAN(bool) ((bool == FALSE) || (bool == TRUE)) argument
770 void wm8978_DAC_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_DAC_enabled()779 void wm8978_ADC_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_ADC_enabled()788 void wm8978_mic_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_mic_enabled()842 void wm8978_linein_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_linein_enabled()847 void wm8978_aux_enabled(struct rt_i2c_bus_device *dev, rt_bool_t bool) in wm8978_aux_enabled()
Completed in 16 milliseconds