Home
last modified time | relevance | path

Searched defs:_color (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dcontext.h82 #define FW_CMD_ID_AND_COLOR(_id, _color) (((_id) << FW_CTXT_ID_POS) |\ argument
/kernel/linux/linux-5.10/arch/mips/bcm47xx/
Dleds.c11 #define BCM47XX_GPIO_LED(_gpio, _color, _function, _active_low, \ argument
20 #define BCM47XX_GPIO_LED_TRIGGER(_gpio, _color, _function, _active_low, \ argument
/kernel/linux/linux-5.10/drivers/iio/light/
Dcm3323.c52 #define CM3323_COLOR_CHANNEL(_color, _addr) { \ argument
Dtcs3414.c63 #define TCS3414_CHANNEL(_color, _si, _addr) { \ argument
Dadjd_s311.c143 #define ADJD_S311_CHANNEL(_color, _scan_idx) { \ argument
Disl29125.c61 #define ISL29125_CHANNEL(_color, _si) { \ argument
Dtcs3472.c91 #define TCS3472_CHANNEL(_color, _si, _addr) { \ argument
Das73211.c110 #define AS73211_COLOR_CHANNEL(_color, _si, _addr) { \ argument
Dcm36651.c564 #define CM36651_LIGHT_CHANNEL(_color, _idx) { \ argument
/kernel/linux/linux-5.10/drivers/tty/vt/
Dvt.c701 static u8 build_attr(struct vc_data *vc, u8 _color, in build_attr()