Searched refs:devicename (Results 1 – 24 of 24) sorted by relevance
125 devicename=`echo $led_name | cut -d: -f1`160 if [ ! -z "$devicename" ]; then162 if [ "$devicename" = "$expected_devname" ]; then163 print_msg_ok "$S_DEV" "$devicename"165 print_msg_failed "$S_DEV" "$devicename" "Expected: $expected_devname"168 if [ "$devicename" = "$manufacturer" ]; then169 print_msg_failed "$S_DEV" "$devicename" "Redundant: use of vendor name is discouraged"170 elif [ "$devicename" = "$product" ]; then171 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?"
420 const char *devicename = init_data->devicename; in led_compose_name() local438 if (!devicename) { in led_compose_name()443 devicename, props.label); in led_compose_name()459 devicename, tmp_buf); in led_compose_name()465 if (!devicename) { in led_compose_name()470 devicename, init_data->default_label); in led_compose_name()
62 init_data.devicename = "tps6105x"; in tps6105x_led_probe()
96 init_data.devicename = LED_LT3593_NAME; in lt3593_led_probe()
104 init_data.devicename = "max77650"; in max77650_led_probe()
84 init_data->devicename = chip->pdev->name; in lm36274_parse_dt()
196 init_data.devicename = CR_DEV_NAME; in cr0014114_probe_dt()
277 init_data.devicename = priv->client->name; in lm3697_probe_dt()
321 init_data.devicename = AN30259A_NAME; in an30259a_probe()
343 init_data.devicename = "pca963x"; in pca963x_register_leds()
435 init_data.devicename = LP8860_NAME; in lp8860_probe()
264 init_data.devicename = "sc27xx"; in sc27xx_led_register()
345 if (init_data->devname_mandatory && !init_data->devicename) { in led_classdev_register_ext()
447 init_data.devicename = led->client->name; in lm3692x_probe_dt()
581 .devicename = priv->client->name, in lm3532_parse_node()
560 init_data.devicename = "pca955x"; in pca955x_probe()
46 "devicename:color:function"48 - devicename:77 it doesn't provide unique devicename section. In this case numerical82 for devicename, but this approach is now deprecated as it doesn't convey103 devicename sections and gives hints on expected value for a section in case
24 convention of "devicename:color:function".
585 init_data.devicename = AS_NAME; in as3645a_led_class_setup()615 init_data.devicename = AS_NAME; in as3645a_led_class_setup()
350 init_data.devicename = led->client->name; in lm3601x_register_leds()
496 init_data.devicename = AAT1290_NAME; in aat1290_led_probe()
57 const char *devicename; member
500 init_data.devicename = "auxdisplay"; in ht16k33_led_probe()
356 init_data.devicename = SSO_DEV_NAME; in sso_create_led()
Completed in 37 milliseconds