| /OK3568_Linux_fs/kernel/tools/leds/ |
| H A D | get_led_device_info.sh | 125 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?"
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | error_diag.cc | 214 int ErrorDiag::AddHDDMiscompareError(string devicename, int block, int offset, in AddHDDMiscompareError() argument 238 "known bad source: %s\n", devicename.c_str(), src_dimm.c_str()); in AddHDDMiscompareError() 248 "known bad destination: %s\n", devicename.c_str(), in AddHDDMiscompareError() 253 DeviceTree *hdd_dev = system_tree_root_->FindOrAddDevice(devicename); in AddHDDMiscompareError() 258 os_->ErrorReport(devicename.c_str(), "miscompare", 1); in AddHDDMiscompareError() 267 int ErrorDiag::AddHDDSectorTagError(string devicename, int block, int offset, in AddHDDSectorTagError() argument 292 "known bad source: %s\n", devicename.c_str(), src_dimm.c_str()); in AddHDDSectorTagError() 302 "known bad destination: %s\n", devicename.c_str(), in AddHDDSectorTagError() 307 DeviceTree *hdd_dev = system_tree_root_->FindOrAddDevice(devicename); in AddHDDSectorTagError() 312 os_->ErrorReport(devicename.c_str(), "sector", 1); in AddHDDSectorTagError()
|
| H A D | error_diag.h | 143 virtual int AddHDDMiscompareError(string devicename, int block, int offset, 147 virtual int AddHDDSectorTagError(string devicename, int block, int offset,
|
| /OK3568_Linux_fs/kernel/drivers/leds/ |
| H A D | led-core.c | 426 const char *devicename = init_data->devicename; in led_compose_name() local 444 if (!devicename) { in led_compose_name() 449 devicename, props.label); in led_compose_name() 465 devicename, tmp_buf); in led_compose_name() 471 if (!devicename) { in led_compose_name() 476 devicename, init_data->default_label); in led_compose_name()
|
| H A D | leds-tps6105x.c | 62 init_data.devicename = "tps6105x"; in tps6105x_led_probe()
|
| H A D | leds-lt3593.c | 98 init_data.devicename = LED_LT3593_NAME; in lt3593_led_probe()
|
| H A D | leds-max77650.c | 104 init_data.devicename = "max77650"; in max77650_led_probe()
|
| H A D | leds-lm36274.c | 83 init_data->devicename = chip->pdev->name; in lm36274_parse_dt()
|
| H A D | leds-as3645a.c | 585 init_data.devicename = AS_NAME; in as3645a_led_class_setup() 615 init_data.devicename = AS_NAME; in as3645a_led_class_setup()
|
| H A D | leds-cr0014114.c | 196 init_data.devicename = CR_DEV_NAME; in cr0014114_probe_dt()
|
| H A D | leds-an30259a.c | 321 init_data.devicename = AN30259A_NAME; in an30259a_probe()
|
| H A D | leds-lm3697.c | 271 init_data.devicename = priv->client->name; in lm3697_probe_dt()
|
| H A D | leds-pca963x.c | 343 init_data.devicename = "pca963x"; in pca963x_register_leds()
|
| H A D | leds-lp8860.c | 435 init_data.devicename = LP8860_NAME; in lp8860_probe()
|
| H A D | leds-sc27xx-bltc.c | 264 init_data.devicename = "sc27xx"; in sc27xx_led_register()
|
| H A D | led-class.c | 346 if (init_data->devname_mandatory && !init_data->devicename) { in led_classdev_register_ext()
|
| H A D | leds-lm3601x.c | 350 init_data.devicename = led->client->name; in lm3601x_register_leds()
|
| H A D | leds-aat1290.c | 496 init_data.devicename = AAT1290_NAME; in aat1290_led_probe()
|
| H A D | leds-lm3692x.c | 448 init_data.devicename = led->client->name; in lm3692x_probe_dt()
|
| H A D | leds-lm3532.c | 581 .devicename = priv->client->name, in lm3532_parse_node()
|
| /OK3568_Linux_fs/kernel/Documentation/leds/ |
| H A D | leds-class.rst | 46 "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 D | uleds.rst | 24 convention of "devicename:color:function".
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 02_kbsd-input-devd.diff | 406 + char devicename[1024]; 414 + snprintf(devicename, sizeof(devicename), "%s%i", hw_types[i].driver, 416 + device_added(devicename);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | leds.h | 51 const char *devicename; member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 959 const char *devicename; in ms_get_drm_master_fd() local 960 devicename = xf86FindOptionValue(ms->pEnt->device->options, "kmsdev"); in ms_get_drm_master_fd() 961 ms->fd = open_hw(devicename); in ms_get_drm_master_fd()
|