cregit-Linux how code gets into the kernel

Release 4.14 net/bluetooth/leds.h

Directory: net/bluetooth
/*
 * Copyright 2015, Heiner Kallweit <hkallweit1@gmail.com>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#if IS_ENABLED(CONFIG_BT_LEDS)

void hci_leds_update_powered(struct hci_dev *hdev, bool enabled);
void hci_leds_init(struct hci_dev *hdev);

void bt_leds_init(void);
void bt_leds_cleanup(void);

#else


static inline void hci_leds_update_powered(struct hci_dev *hdev, bool enabled) {}

Contributors

PersonTokensPropCommitsCommitProp
Heiner Kallweit14100.00%1100.00%
Total14100.00%1100.00%


static inline void hci_leds_init(struct hci_dev *hdev) {}

Contributors

PersonTokensPropCommitsCommitProp
Heiner Kallweit11100.00%1100.00%
Total11100.00%1100.00%


static inline void bt_leds_init(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Marcel Holtmann8100.00%1100.00%
Total8100.00%1100.00%


static inline void bt_leds_cleanup(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Marcel Holtmann8100.00%1100.00%
Total8100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Heiner Kallweit5767.06%150.00%
Marcel Holtmann2832.94%150.00%
Total85100.00%2100.00%
Directory: net/bluetooth
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.