/linux-6.12.1/drivers/leds/ ! |
D | leds-bd2802.c | 73 struct led_state led[2]; member 108 static inline int bd2802_is_rgb_off(struct bd2802_led *led, enum led_ids id, in bd2802_is_rgb_off() 124 static inline int bd2802_is_led_off(struct bd2802_led *led, enum led_ids id) in bd2802_is_led_off() 132 static inline int bd2802_is_all_off(struct bd2802_led *led) in bd2802_is_all_off() 171 static void bd2802_update_state(struct bd2802_led *led, enum led_ids id, in bd2802_update_state() 216 static void bd2802_configure(struct bd2802_led *led) in bd2802_configure() 228 static void bd2802_reset_cancel(struct bd2802_led *led) in bd2802_reset_cancel() 235 static void bd2802_enable(struct bd2802_led *led, enum led_ids id) in bd2802_enable() 249 static void bd2802_set_on(struct bd2802_led *led, enum led_ids id, in bd2802_set_on() 268 static void bd2802_set_blink(struct bd2802_led *led, enum led_ids id, in bd2802_set_blink() [all …]
|
D | leds-lm3533.c | 59 static inline int lm3533_led_get_ctrlbank_id(struct lm3533_led *led) in lm3533_led_get_ctrlbank_id() 64 static inline u8 lm3533_led_get_lv_reg(struct lm3533_led *led, u8 base) in lm3533_led_get_lv_reg() 69 static inline u8 lm3533_led_get_pattern(struct lm3533_led *led) in lm3533_led_get_pattern() 74 static inline u8 lm3533_led_get_pattern_reg(struct lm3533_led *led, in lm3533_led_get_pattern_reg() 80 static int lm3533_led_pattern_enable(struct lm3533_led *led, int enable) in lm3533_led_pattern_enable() 121 struct lm3533_led *led = to_lm3533_led(cdev); in lm3533_led_set() local 133 struct lm3533_led *led = to_lm3533_led(cdev); in lm3533_led_get() local 243 static u8 lm3533_led_delay_set(struct lm3533_led *led, u8 base, in lm3533_led_delay_set() 271 static int lm3533_led_delay_on_set(struct lm3533_led *led, unsigned long *t) in lm3533_led_delay_on_set() 276 static int lm3533_led_delay_off_set(struct lm3533_led *led, unsigned long *t) in lm3533_led_delay_off_set() [all …]
|
D | leds-wm8350.c | 88 static int wm8350_led_enable(struct wm8350_led *led) in wm8350_led_enable() 113 static int wm8350_led_disable(struct wm8350_led *led) in wm8350_led_disable() 144 struct wm8350_led *led = to_wm8350_led(led_cdev); in wm8350_led_set() local 180 struct wm8350_led *led = platform_get_drvdata(pdev); in wm8350_led_shutdown() local 189 struct wm8350_led *led; in wm8350_led_probe() local 247 struct wm8350_led *led = platform_get_drvdata(pdev); in wm8350_led_remove() local
|
D | leds-lp55xx-common.c | 67 #define LED_ACTIVE(mux, led) (!!((mux) & (0x0001 << (led)))) argument 270 int lp55xx_led_brightness(struct lp55xx_led *led) in lp55xx_led_brightness() 284 int lp55xx_multicolor_brightness(struct lp55xx_led *led) in lp55xx_multicolor_brightness() 306 void lp55xx_set_led_current(struct lp55xx_led *led, u8 led_current) in lp55xx_set_led_current() 387 struct lp55xx_led *led = dev_to_lp55xx_led(dev); in led_current_show() local 396 struct lp55xx_led *led = dev_to_lp55xx_led(dev); in led_current_store() local 420 struct lp55xx_led *led = dev_to_lp55xx_led(dev); in max_current_show() local 439 struct lp55xx_led *led = mcled_cdev_to_led(mc_dev); in lp55xx_set_mc_brightness() local 450 struct lp55xx_led *led = cdev_to_lp55xx_led(cdev); in lp55xx_set_brightness() local 457 static int lp55xx_init_led(struct lp55xx_led *led, in lp55xx_init_led() [all …]
|
D | leds-pca9532.c | 27 #define LED_REG(m, led) (PCA9532_REG_OFFSET(m) + 0x5 + (led >> 2)) argument 28 #define LED_NUM(led) (led & 0x3) argument 29 #define LED_SHIFT(led) (LED_NUM(led) * 2) argument 30 #define LED_MASK(led) (0x3 << LED_SHIFT(led)) argument 162 static void pca9532_setled(struct pca9532_led *led) in pca9532_setled() 183 struct pca9532_led *led = ldev_to_led(led_cdev); in pca9532_set_brightness() local 201 static int pca9532_update_hw_blink(struct pca9532_led *led, in pca9532_update_hw_blink() 240 struct pca9532_led *led = ldev_to_led(led_cdev); in pca9532_set_blink() local 294 static enum pca9532_state pca9532_getled(struct pca9532_led *led) in pca9532_getled() 313 struct pca9532_led *led = &data->leds[offset]; in pca9532_gpio_request_pin() local [all …]
|
D | leds-max8997.c | 47 static void max8997_led_set_mode(struct max8997_led *led, in max8997_led_set_mode() 97 static void max8997_led_enable(struct max8997_led *led, bool enable) in max8997_led_enable() 116 static void max8997_led_set_current(struct max8997_led *led, in max8997_led_set_current() 151 struct max8997_led *led = in max8997_led_brightness_set() local 167 struct max8997_led *led = in mode_show() local 201 struct max8997_led *led = in mode_store() local 237 struct max8997_led *led; in max8997_led_probe() local
|
D | leds-mt6323.c | 149 struct mt6323_led *led[MAX_SUPPORTED_LEDS]; member 155 struct mt6323_led *led = container_of(cdev, struct mt6323_led, cdev); in mt6323_led_hw_brightness() local 180 struct mt6323_led *led = container_of(cdev, struct mt6323_led, cdev); in mt6323_led_hw_off() local 206 struct mt6323_led *led = container_of(cdev, struct mt6323_led, cdev); in mt6323_get_led_hw_brightness() local 238 struct mt6323_led *led = container_of(cdev, struct mt6323_led, cdev); in mt6323_led_hw_on() local 293 struct mt6323_led *led = container_of(cdev, struct mt6323_led, cdev); in mt6323_led_set_blink() local 362 struct mt6323_led *led = container_of(cdev, struct mt6323_led, cdev); in mt6323_led_set_brightness() local 391 struct mt6323_led *led = container_of(cdev, struct mt6323_led, cdev); in mtk_wled_hw_on() local 425 struct mt6323_led *led = container_of(cdev, struct mt6323_led, cdev); in mtk_wled_hw_off() local 456 struct mt6323_led *led = container_of(cdev, struct mt6323_led, cdev); in mt6323_get_wled_brightness() local [all …]
|
D | leds-regulator.c | 59 static void regulator_led_enable(struct regulator_led *led) in regulator_led_enable() 75 static void regulator_led_disable(struct regulator_led *led) in regulator_led_disable() 94 struct regulator_led *led = to_regulator_led(led_cdev); in regulator_led_brightness_set() local 129 struct regulator_led *led; in regulator_led_probe() local 178 struct regulator_led *led = platform_get_drvdata(pdev); in regulator_led_remove() local
|
D | leds-ns2.c | 56 static int ns2_led_get_mode(struct ns2_led *led, enum ns2_led_modes *mode) in ns2_led_get_mode() 76 static void ns2_led_set_mode(struct ns2_led *led, enum ns2_led_modes mode) in ns2_led_set_mode() 106 struct ns2_led *led = container_of(led_cdev, struct ns2_led, cdev); in ns2_led_set() local 131 struct ns2_led *led = container_of(led_cdev, struct ns2_led, cdev); in ns2_led_sata_store() local 162 struct ns2_led *led = container_of(led_cdev, struct ns2_led, cdev); in ns2_led_sata_show() local 176 struct ns2_led *led) in ns2_led_register()
|
D | leds-lm3692x.c | 145 static int lm3692x_fault_check(struct lm3692x_led *led) in lm3692x_fault_check() 168 static int lm3692x_leds_enable(struct lm3692x_led *led) in lm3692x_leds_enable() 296 static int lm3692x_leds_disable(struct lm3692x_led *led) in lm3692x_leds_disable() 327 struct lm3692x_led *led = in lm3692x_brightness_set() local 364 static enum led_brightness lm3692x_max_brightness(struct lm3692x_led *led, in lm3692x_max_brightness() 377 static int lm3692x_probe_dt(struct lm3692x_led *led) in lm3692x_probe_dt() 462 struct lm3692x_led *led; in lm3692x_probe() local 496 struct lm3692x_led *led = i2c_get_clientdata(client); in lm3692x_remove() local
|
D | leds-el15203000.c | 88 static int el15203000_cmd(struct el15203000_led *led, u8 brightness) in el15203000_cmd() 134 struct el15203000_led *led = to_el15203000_led(ldev); in el15203000_set_blocking() local 143 struct el15203000_led *led = to_el15203000_led(ldev); in el15203000_pattern_set_S() local 194 struct el15203000_led *led = to_el15203000_led(ldev); in el15203000_pattern_set_P() local 232 struct el15203000_led *led = to_el15203000_led(ldev); in el15203000_pattern_clear() local 239 struct el15203000_led *led = priv->leds; in el15203000_probe_dt() local
|
D | leds-adp5520.c | 32 struct adp5520_led *led; in adp5520_led_set() local 39 static int adp5520_led_setup(struct adp5520_led *led) in adp5520_led_setup() 95 struct adp5520_led *led, *led_dat; in adp5520_led_probe() local 169 struct adp5520_led *led; in adp5520_led_remove() local
|
/linux-6.12.1/drivers/leds/flash/ ! |
D | leds-max77693.c | 140 static inline bool max77693_fled_used(struct max77693_led_device *led, in max77693_fled_used() 148 static int max77693_set_mode_reg(struct max77693_led_device *led, u8 mode) in max77693_set_mode_reg() 180 static int max77693_add_mode(struct max77693_led_device *led, u8 mode) in max77693_add_mode() 220 static int max77693_clear_mode(struct max77693_led_device *led, in max77693_clear_mode() 232 static void max77693_add_allowed_modes(struct max77693_led_device *led, in max77693_add_allowed_modes() 242 static void max77693_distribute_currents(struct max77693_led_device *led, in max77693_distribute_currents() 266 static int max77693_set_torch_current(struct max77693_led_device *led, in max77693_set_torch_current() 292 static int max77693_set_flash_current(struct max77693_led_device *led, in max77693_set_flash_current() 320 static int max77693_set_timeout(struct max77693_led_device *led, u32 microsec) in max77693_set_timeout() 337 static int max77693_get_strobe_status(struct max77693_led_device *led, in max77693_get_strobe_status() [all …]
|
D | leds-aat1290.c | 95 static void aat1290_as2cwire_write(struct aat1290_led *led, int addr, int value) in aat1290_as2cwire_write() 125 static void aat1290_set_flash_safety_timer(struct aat1290_led *led, in aat1290_set_flash_safety_timer() 143 struct aat1290_led *led = fled_cdev_to_led(fled_cdev); in aat1290_led_brightness_set() local 174 struct aat1290_led *led = fled_cdev_to_led(fled_cdev); in aat1290_led_flash_strobe_set() local 214 static int aat1290_led_parse_dt(struct aat1290_led *led, in aat1290_led_parse_dt() 287 static void aat1290_led_validate_mm_current(struct aat1290_led *led, in aat1290_led_validate_mm_current() 304 static int init_mm_current_scale(struct aat1290_led *led, in init_mm_current_scale() 327 static int aat1290_led_get_configuration(struct aat1290_led *led, in aat1290_led_get_configuration() 354 static void aat1290_init_flash_timeout(struct aat1290_led *led, in aat1290_init_flash_timeout() 374 struct aat1290_led *led = fled_cdev_to_led(fled_cdev); in aat1290_intensity_to_brightness() local [all …]
|
D | leds-lm3601x.c | 134 static int lm3601x_read_faults(struct lm3601x_led *led) in lm3601x_read_faults() 173 struct lm3601x_led *led = fled_cdev_to_led(fled_cdev); in lm3601x_brightness_set() local 208 struct lm3601x_led *led = fled_cdev_to_led(fled_cdev); in lm3601x_strobe_set() local 245 struct lm3601x_led *led = fled_cdev_to_led(fled_cdev); in lm3601x_flash_brightness_set() local 271 struct lm3601x_led *led = fled_cdev_to_led(fled_cdev); in lm3601x_flash_timeout_set() local 284 struct lm3601x_led *led = fled_cdev_to_led(fled_cdev); in lm3601x_strobe_get() local 304 struct lm3601x_led *led = fled_cdev_to_led(fled_cdev); in lm3601x_flash_fault_get() local 321 static int lm3601x_register_leds(struct lm3601x_led *led, in lm3601x_register_leds() 357 static int lm3601x_parse_node(struct lm3601x_led *led, in lm3601x_parse_node() 423 struct lm3601x_led *led; in lm3601x_probe() local [all …]
|
D | leds-mt6360.c | 101 struct mt6360_led *led = container_of(mccdev, struct mt6360_led, mc); in mt6360_mc_brightness_set() local 135 struct mt6360_led *led = container_of(lcdev, struct mt6360_led, isnk); in mt6360_isnk_brightness_set() local 159 struct mt6360_led *led = in mt6360_torch_brightness_set() local 223 struct mt6360_led *led = in _mt6360_flash_brightness_set() local 236 struct mt6360_led *led = in mt6360_strobe_set() local 312 struct mt6360_led *led = in mt6360_strobe_get() local 325 struct mt6360_led *led = in mt6360_timeout_set() local 342 struct mt6360_led *led = in mt6360_fault_get() local 394 static int mt6360_isnk_init_default_state(struct mt6360_led *led) in mt6360_isnk_init_default_state() 427 static int mt6360_flash_init_default_state(struct mt6360_led *led) in mt6360_flash_init_default_state() [all …]
|
D | leds-qcom-flash.c | 175 static int set_flash_module_en(struct qcom_flash_led *led, bool en) in set_flash_module_en() 199 static int update_allowed_flash_current(struct qcom_flash_led *led, u32 *current_ma, bool strobe) in update_allowed_flash_current() 320 static int set_flash_current(struct qcom_flash_led *led, u32 current_ma, enum led_mode mode) in set_flash_current() 368 static int set_flash_timeout(struct qcom_flash_led *led, u32 timeout_ms) in set_flash_timeout() 394 static int set_flash_strobe(struct qcom_flash_led *led, enum led_strobe strobe, bool state) in set_flash_strobe() 438 struct qcom_flash_led *led = flcdev_to_qcom_fled(fled_cdev); in qcom_flash_brightness_set() local 446 struct qcom_flash_led *led = flcdev_to_qcom_fled(fled_cdev); in qcom_flash_timeout_set() local 454 struct qcom_flash_led *led = flcdev_to_qcom_fled(fled_cdev); in qcom_flash_strobe_set() local 482 struct qcom_flash_led *led = flcdev_to_qcom_fled(fled_cdev); in qcom_flash_strobe_get() local 490 struct qcom_flash_led *led = flcdev_to_qcom_fled(fled_cdev); in qcom_flash_fault_get() local [all …]
|
D | leds-mt6370-flash.c | 89 struct mt6370_led *led = to_mt6370_led(lcdev, flash.led_cdev); in mt6370_torch_brightness_set() local 166 struct mt6370_led *led = to_mt6370_led(fl_cdev, flash); in _mt6370_flash_brightness_set() local 197 struct mt6370_led *led = to_mt6370_led(fl_cdev, flash); in mt6370_strobe_set() local 262 struct mt6370_led *led = to_mt6370_led(fl_cdev, flash); in mt6370_strobe_get() local 274 struct mt6370_led *led = to_mt6370_led(fl_cdev, flash); in mt6370_timeout_set() local 284 struct mt6370_led *led = to_mt6370_led(fl_cdev, flash); in mt6370_fault_get() local 347 struct mt6370_led *led = to_mt6370_led(flash, flash); in mt6370_flash_external_strobe_set() local 374 static void mt6370_init_v4l2_flash_config(struct mt6370_led *led, struct v4l2_flash_config *cfg) in mt6370_init_v4l2_flash_config() 393 static void mt6370_init_v4l2_flash_config(struct mt6370_led *led, struct v4l2_flash_config *cfg) in mt6370_init_v4l2_flash_config() 403 static int mt6370_led_register(struct device *parent, struct mt6370_led *led, in mt6370_led_register() [all …]
|
D | leds-ktd2692.c | 98 struct ktd2692_context *led = fled_cdev_to_led(fled_cdev); in ktd2692_led_brightness_set() local 120 struct ktd2692_context *led = fled_cdev_to_led(fled_cdev); in ktd2692_led_flash_strobe_set() local 185 static void ktd2692_setup(struct ktd2692_context *led) in ktd2692_setup() 200 struct ktd2692_context *led = dev_get_drvdata(dev); in regulator_disable_action() local 208 static int ktd2692_parse_dt(struct ktd2692_context *led, struct device *dev, in ktd2692_parse_dt() 283 struct ktd2692_context *led; in ktd2692_probe() local 327 struct ktd2692_context *led = platform_get_drvdata(pdev); in ktd2692_remove() local
|
/linux-6.12.1/drivers/net/dsa/qca/ ! |
D | qca8k-leds.c | 95 qca8k_led_brightness_set(struct qca8k_led *led, in qca8k_led_brightness_set() 158 struct qca8k_led *led = container_of(ldev, struct qca8k_led, cdev); in qca8k_cled_brightness_set_blocking() local 164 qca8k_led_brightness_get(struct qca8k_led *led) in qca8k_led_brightness_get() 195 struct qca8k_led *led = container_of(ldev, struct qca8k_led, cdev); in qca8k_cled_blink_set() local 230 struct qca8k_led *led = container_of(ldev, struct qca8k_led, cdev); in qca8k_cled_trigger_offload() local 255 struct qca8k_led *led = container_of(ldev, struct qca8k_led, cdev); in qca8k_cled_hw_control_status() local 288 struct qca8k_led *led = container_of(ldev, struct qca8k_led, cdev); in qca8k_cled_hw_control_set() local 312 struct qca8k_led *led = container_of(ldev, struct qca8k_led, cdev); in qca8k_cled_hw_control_get() local 352 struct qca8k_led *led = container_of(ldev, struct qca8k_led, cdev); in qca8k_cled_hw_control_get_device() local 367 struct fwnode_handle *led = NULL, *leds = NULL; in qca8k_parse_port_leds() local
|
/linux-6.12.1/drivers/hid/ ! |
D | hid-gt683r.c | 65 struct gt683r_led *led = hid_get_drvdata(hdev); in gt683r_brightness_set() local 84 struct gt683r_led *led = hid_get_drvdata(hdev); in mode_show() local 102 struct gt683r_led *led = hid_get_drvdata(hdev); in mode_store() local 123 static int gt683r_led_snd_msg(struct gt683r_led *led, u8 *msg) in gt683r_led_snd_msg() 140 static int gt683r_leds_set(struct gt683r_led *led, u8 leds) in gt683r_leds_set() 159 static int gt683r_mode_set(struct gt683r_led *led, u8 mode) in gt683r_mode_set() 184 struct gt683r_led *led = container_of(work, struct gt683r_led, work); in gt683r_led_work() local 230 struct gt683r_led *led; in gt683r_led_probe() local 291 struct gt683r_led *led = hid_get_drvdata(hdev); in gt683r_led_remove() local
|
/linux-6.12.1/drivers/net/wireless/ralink/rt2x00/ ! |
D | rt2x00leds.c | 21 struct rt2x00_led *led = &rt2x00dev->led_qual; in rt2x00leds_led_quality() local 62 static void rt2x00led_led_simple(struct rt2x00_led *led, bool enabled) in rt2x00led_led_simple() 92 struct rt2x00_led *led, in rt2x00leds_register_led() 171 static void rt2x00leds_unregister_led(struct rt2x00_led *led) in rt2x00leds_unregister_led() 197 static inline void rt2x00leds_suspend_led(struct rt2x00_led *led) in rt2x00leds_suspend_led() 216 static inline void rt2x00leds_resume_led(struct rt2x00_led *led) in rt2x00leds_resume_led()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtl818x/rtl8187/ ! |
D | leds.c | 30 struct rtl8187_led *led = &priv->led_tx; in led_turn_on() local 68 struct rtl8187_led *led = &priv->led_tx; in led_turn_off() local 102 struct rtl8187_led *led = container_of(led_dev, struct rtl8187_led, in rtl8187_led_brightness_set() local 132 struct rtl8187_led *led, const char *name, in rtl8187_register_led() 161 static void rtl8187_unregister_led(struct rtl8187_led *led) in rtl8187_unregister_led()
|
/linux-6.12.1/drivers/leds/trigger/ ! |
D | ledtrig-backlight.c | 21 struct led_classdev *led; member 33 struct led_classdev *led = n->led; in fb_notifier_callback() local 71 struct led_classdev *led = led_trigger_get_led(dev); in bl_trig_invert_store() local 101 static int bl_trig_activate(struct led_classdev *led) in bl_trig_activate() 124 static void bl_trig_deactivate(struct led_classdev *led) in bl_trig_deactivate()
|
D | ledtrig-gpio.c | 19 struct led_classdev *led; member 26 struct led_classdev *led = _led; in gpio_trig_irq() local 75 static int gpio_trig_activate(struct led_classdev *led) in gpio_trig_activate() 122 static void gpio_trig_deactivate(struct led_classdev *led) in gpio_trig_deactivate()
|