Home
last modified time | relevance | path

Searched refs:devicename (Results 1 – 25 of 27) sorted by relevance

12

/linux/tools/leds/
H A Dget_led_device_info.sh125 devicename=`echo $led_name | cut -d: -f1`
160 if [ ! -z "$devicename" ]; then
162 if [ "$devicename" = "$expected_devname" ]; then
163 print_msg_ok "$S_DEV" "$devicename"
165 print_msg_failed "$S_DEV" "$devicename" "Expected: $expected_devname"
168 if [ "$devicename" = "$manufacturer" ]; then
169 print_msg_failed "$S_DEV" "$devicename" "Redundant: use of vendor name is discouraged"
170 elif [ "$devicename" = "$product" ]; then
171 print_msg_failed "$S_DEV" "$devicename" "Redundant: use of product name is discouraged"
173 print_msg_failed "$S_DEV" "$devicename" "Unknown devicename - should the script be updated?"
/linux/drivers/net/dsa/realtek/
H A Drtl8366rb-leds.c132 init_data.devicename = kasprintf(GFP_KERNEL, "Realtek-%d:0%d:%d", in rtl8366rb_setup_led()
134 if (!init_data.devicename) in rtl8366rb_setup_led()
/linux/Documentation/leds/
H A Dleds-class.rst46 "devicename:color:function"
48 - devicename:
77 it doesn't provide unique devicename section. In this case numerical
82 for devicename, but this approach is now deprecated as it doesn't convey
103 devicename sections and gives hints on expected value for a section in case
H A Duleds.rst24 convention of "devicename:color:function".
/linux/drivers/leds/
H A Dleds-tps6105x.c62 init_data.devicename = "tps6105x"; in tps6105x_led_probe()
H A Dleds-lt3593.c96 init_data.devicename = LED_LT3593_NAME; in lt3593_led_probe()
H A Dleds-spi-byte.c112 init_data.devicename = "leds-spi-byte"; in spi_byte_probe()
H A Dleds-max77650.c101 init_data.devicename = "max77650"; in max77650_led_probe()
H A Dleds-lm36274.c84 init_data->devicename = chip->pdev->name; in lm36274_parse_dt()
H A Dleds-cr0014114.c195 init_data.devicename = CR_DEV_NAME; in cr0014114_probe_dt()
H A Dleds-lm3697.c275 init_data.devicename = priv->client->name; in lm3697_probe_dt()
H A Dleds-an30259a.c311 init_data.devicename = AN30259A_NAME; in an30259a_probe()
H A Dleds-sc27xx-bltc.c264 init_data.devicename = "sc27xx"; in sc27xx_led_register()
H A Dleds-st1202.c380 init_data.devicename = "st1202"; in st1202_probe()
H A Dleds-pca963x.c360 init_data.devicename = "pca963x"; in pca963x_register_leds()
H A Dleds-lm3532.c593 .devicename = priv->client->name, in lm3532_parse_node()
H A Dleds-pca955x.c643 init_data.devicename = "pca955x"; in pca955x_probe()
/linux/drivers/net/dsa/mv88e6xxx/
H A Dleds.c825 init_data.devicename = kasprintf(GFP_KERNEL, "%s:0%d:0%d", chip->info->name, in mv88e6xxx_port_setup_leds()
827 if (!init_data.devicename) { in mv88e6xxx_port_setup_leds()
833 kfree(init_data.devicename); in mv88e6xxx_port_setup_leds()
/linux/drivers/leds/flash/
H A Dleds-as3645a.c583 init_data.devicename = AS_NAME; in as3645a_led_class_setup()
613 init_data.devicename = AS_NAME; in as3645a_led_class_setup()
H A Dleds-lm3601x.c350 init_data.devicename = led->client->name; in lm3601x_register_leds()
H A Dleds-aat1290.c492 init_data.devicename = AAT1290_NAME; in aat1290_led_probe()
/linux/include/linux/
H A Dleds.h76 const char *devicename; member
/linux/drivers/misc/
H A Dti_fpc202.c498 init_data.devicename = NULL; in fpc202_register_led()
/linux/drivers/auxdisplay/
H A Dht16k33.c476 init_data.devicename = "auxdisplay"; in ht16k33_led_probe()
/linux/drivers/platform/x86/
H A Dsamsung-galaxybook.c385 init_data.devicename = DRIVER_NAME; in galaxybook_kbd_backlight_init()

12