Home
last modified time | relevance | path

Searched refs:led_act (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm283x-rpi-led-deprecated.dtsi12 led_act: led-act { label
H A Dbcm2711-rpi-400.dts40 /delete-node/ &led_act;
H A Dbcm2835-rpi-cm1.dtsi37 &led_act {
H A Dbcm2835-rpi-a.dts102 &led_act {
H A Dbcm2835-rpi-zero.dts104 &led_act {
H A Dbcm2835-rpi-b.dts96 &led_act {
H A Dbcm2836-rpi-2-b.dts101 &led_act {
H A Dbcm2837-rpi-2-b.dts100 &led_act {
H A Dbcm2835-rpi-b-rev2.dts102 &led_act {
H A Dbcm2835-rpi-a-plus.dts100 &led_act {
H A Dbcm2835-rpi-b-plus.dts102 &led_act {
H A Dbcm2711-rpi-cm4-io.dts137 &led_act {
H A Dbcm2835-rpi-zero-w.dts110 &led_act {
H A Dbcm2837-rpi-zero-2-w.dts108 &led_act {
H A Dbcm2837-rpi-3-b.dts127 &led_act {
H A Dbcm2837-rpi-3-b-plus.dts121 &led_act {
H A Dbcm2837-rpi-3-a-plus.dts115 &led_act {
H A Dbcm2711-rpi-4-b.dts155 &led_act {
/freebsd/sys/dev/bwn/
H A Dif_bwn.c442 .led_act = { BWN_VENDOR_LED_ACT_##vendor } \
447 uint8_t led_act[BWN_LED_MAX]; member
7386 const uint8_t *led_act = NULL; in bwn_led_attach() local
7396 led_act = bwn_vendor_led_act[i].led_act; in bwn_led_attach()
7400 if (led_act == NULL) in bwn_led_attach()
7401 led_act = bwn_default_led_act; in bwn_led_attach()
7423 led->led_act = led_act[i]; in bwn_led_attach()
7427 led->led_act = val & BWN_LED_ACT_MASK; in bwn_led_attach()
7431 if (led->led_act == BWN_LED_ACT_BLINK_SLOW || in bwn_led_attach()
7432 led->led_act == BWN_LED_ACT_BLINK_POLL || in bwn_led_attach()
[all …]
H A Dif_bwnvar.h918 uint8_t led_act; /* BWN_LED_ACT_ */ member
/freebsd/sys/dev/bwi/
H A Dif_bwi.c268 .led_act = { BWI_VENDOR_LED_ACT_##vendor } \
275 uint8_t led_act[BWI_LED_MAX]; member
3782 const uint8_t *led_act = NULL; in bwi_led_attach() local
3788 led_act = bwi_vendor_led_act[i].led_act; in bwi_led_attach()
3792 if (led_act == NULL) in bwi_led_attach()
3793 led_act = bwi_default_led_act; in bwi_led_attach()
3807 led->l_act = led_act[i]; in bwi_led_attach()