| /linux/drivers/hid/ |
| A D | hid-lg4ff.c | 307 hid_err(hid, "Device properties not found"); in lg4ff_adjust_input_event() 423 hid_err(hid, "Device properties not found!\n"); in lg4ff_play() 485 hid_err(hid, "Device properties not found!\n"); in lg4ff_set_autocenter_default() 565 hid_err(hid, "Device properties not found!\n"); in lg4ff_set_autocenter_ffex() 819 hid_err(hid, "NULL pointer to string\n"); in lg4ff_alternate_modes_show() 1066 hid_err(hid, "NULL pointer to string\n"); in lg4ff_real_id_show() 1124 hid_err(hid, "Device data not found."); in lg4ff_led_set_brightness() 1131 hid_err(hid, "Device properties not found."); in lg4ff_led_set_brightness() 1159 hid_err(hid, "Device data not found."); in lg4ff_led_get_brightness() 1166 hid_err(hid, "Device properties not found."); in lg4ff_led_get_brightness() [all …]
|
| A D | hid-steelseries.c | 145 hid_err(hid, "Device data not found."); in steelseries_srws1_led_all_set_brightness() 166 hid_err(hid, "Device data not found."); in steelseries_srws1_led_all_get_brightness() 182 hid_err(hid, "Device data not found."); in steelseries_srws1_led_set_brightness() 212 hid_err(hid, "Device data not found."); in steelseries_srws1_led_get_brightness() 236 hid_err(hdev, "can't alloc SRW-S1 memory\n"); in steelseries_srws1_probe() 244 hid_err(hdev, "parse failed\n"); in steelseries_srws1_probe() 255 hid_err(hdev, "hw start failed\n"); in steelseries_srws1_probe() 271 hid_err(hdev, "can't allocate memory for LED ALL\n"); in steelseries_srws1_probe() 292 hid_err(hdev, "can't allocate memory for LED %d\n", i); in steelseries_srws1_probe() 308 hid_err(hdev, "failed to register LED %d. Aborting.\n", i); in steelseries_srws1_probe()
|
| A D | hid-thrustmaster.c | 157 hid_err(hdev, "failed allocating send buffer\n"); in thrustmaster_interrupts() 175 hid_err(hdev, "setup data couldn't be sent\n"); in thrustmaster_interrupts() 211 hid_err(hdev, "URB to get model id failed with error %d\n", urb->status); in thrustmaster_model_handler() 220 …hid_err(hdev, "Unknown packet type 0x%x, unable to proceed further with wheel init\n", tm_wheel->r… in thrustmaster_model_handler() 231 …hid_err(hdev, "Unknown wheel's model id 0x%x, unable to proceed further with wheel init\n", model); in thrustmaster_model_handler() 248 …hid_err(hdev, "Error %d while submitting the change URB. I am unable to initialize this wheel...\n… in thrustmaster_model_handler() 282 hid_err(hdev, "parse failed with error %d\n", ret); in thrustmaster_probe() 288 hid_err(hdev, "hw start failed with error %d\n", ret); in thrustmaster_probe() 345 …hid_err(hdev, "Error %d while submitting the URB. I am unable to initialize this wheel...\n", ret); in thrustmaster_probe()
|
| A D | hid-emsff.c | 57 hid_err(hid, "no inputs found\n"); in emsff_init() 64 hid_err(hid, "no output reports found\n"); in emsff_init() 70 hid_err(hid, "no fields in the report\n"); in emsff_init() 75 hid_err(hid, "not enough values in the field\n"); in emsff_init() 112 hid_err(hdev, "parse failed\n"); in ems_probe() 118 hid_err(hdev, "hw start failed\n"); in ems_probe()
|
| A D | hid-sjoy.c | 63 hid_err(hid, "no output reports found\n"); in sjoyff_init() 71 hid_err(hid, "required output report is missing\n"); in sjoyff_init() 77 hid_err(hid, "no fields in the report\n"); in sjoyff_init() 82 hid_err(hid, "not enough values in the field\n"); in sjoyff_init() 126 hid_err(hdev, "parse failed\n"); in sjoy_probe() 132 hid_err(hdev, "hw start failed\n"); in sjoy_probe()
|
| A D | hid-gaff.c | 75 hid_err(hid, "no inputs found\n"); in gaff_init() 82 hid_err(hid, "no output reports found\n"); in gaff_init() 90 hid_err(hid, "no fields in the report\n"); in gaff_init() 95 hid_err(hid, "not enough values in the field\n"); in gaff_init() 142 hid_err(hdev, "parse failed\n"); in ga_probe() 148 hid_err(hdev, "hw start failed\n"); in ga_probe()
|
| A D | hid-cp2112.c | 562 hid_err(hdev, in cp2112_i2c_xfer() 607 hid_err(hdev, "read returned 0\n"); in cp2112_i2c_xfer() 621 hid_err(hdev, "long read: %d > %zd\n", in cp2112_i2c_xfer() 1002 hid_err(hdev, "invalid %s string length: %d\n", in pstr_show() 1247 hid_err(hdev, "parse failed\n"); in cp2112_probe() 1253 hid_err(hdev, "hw start failed\n"); in cp2112_probe() 1259 hid_err(hdev, "hw open failed\n"); in cp2112_probe() 1272 hid_err(hdev, "error requesting version\n"); in cp2112_probe() 1295 hid_err(hdev, "error setting SMBus config\n"); in cp2112_probe() 1361 hid_err(hdev, "error creating sysfs attrs\n"); in cp2112_probe() [all …]
|
| A D | hid-roccat-konepure.c | 90 hid_err(hdev, "can't alloc device descriptor\n"); in konepure_init_specials() 97 hid_err(hdev, "couldn't init KonePure device\n"); in konepure_init_specials() 104 hid_err(hdev, "couldn't init char dev\n"); in konepure_init_specials() 141 hid_err(hdev, "parse failed\n"); in konepure_probe() 147 hid_err(hdev, "hw start failed\n"); in konepure_probe() 153 hid_err(hdev, "couldn't install mouse\n"); in konepure_probe()
|
| A D | hid-roccat-savu.c | 70 hid_err(hdev, "can't alloc device descriptor\n"); in savu_init_specials() 77 hid_err(hdev, "couldn't init Savu device\n"); in savu_init_specials() 84 hid_err(hdev, "couldn't init char dev\n"); in savu_init_specials() 121 hid_err(hdev, "parse failed\n"); in savu_probe() 127 hid_err(hdev, "hw start failed\n"); in savu_probe() 133 hid_err(hdev, "couldn't install mouse\n"); in savu_probe()
|
| A D | hid-betopff.c | 68 hid_err(hid, "no inputs found\n"); in betopff_init() 76 hid_err(hid, "no output reports found\n"); in betopff_init() 97 hid_err(hid, "not enough fields in the report: %d\n", in betopff_init() 131 hid_err(hdev, "parse failed\n"); in betop_probe() 137 hid_err(hdev, "hw start failed\n"); in betop_probe()
|
| A D | hid-pl.c | 97 hid_err(hid, "no output reports found\n"); in plff_init() 106 hid_err(hid, "required output report is missing\n"); in plff_init() 112 hid_err(hid, "no fields in the report\n"); in plff_init() 139 hid_err(hid, "not enough fields or values\n"); in plff_init() 187 hid_err(hdev, "parse failed\n"); in pl_probe() 193 hid_err(hdev, "hw start failed\n"); in pl_probe()
|
| A D | hid-roccat-ryos.c | 98 hid_err(hdev, "can't alloc device descriptor\n"); in ryos_init_specials() 105 hid_err(hdev, "couldn't init Ryos device\n"); in ryos_init_specials() 112 hid_err(hdev, "couldn't init char dev\n"); in ryos_init_specials() 149 hid_err(hdev, "parse failed\n"); in ryos_probe() 155 hid_err(hdev, "hw start failed\n"); in ryos_probe() 161 hid_err(hdev, "couldn't install mouse\n"); in ryos_probe()
|
| A D | hid-uclogic-params.c | 93 hid_err(hdev, in uclogic_params_get_str_desc() 743 hid_err(hdev, in uclogic_params_huion_init() 756 hid_err(hdev, in uclogic_params_huion_init() 768 hid_err(hdev, in uclogic_params_huion_init() 783 hid_err(hdev, in uclogic_params_huion_init() 905 hid_err(hdev, in uclogic_params_init() 1014 hid_err(hdev, "pen probing failed: %d\n", rc); in uclogic_params_init() 1061 hid_err(hdev, "pen probing failed: %d\n", rc); in uclogic_params_init() 1070 hid_err(hdev, in uclogic_params_init() 1095 hid_err(hdev, "pen probing failed: %d\n", rc); in uclogic_params_init() [all …]
|
| A D | hid-roccat-lua.c | 124 hid_err(hdev, "can't alloc device descriptor\n"); in lua_init_specials() 131 hid_err(hdev, "couldn't init struct lua_device\n"); in lua_init_specials() 137 hid_err(hdev, "cannot create sysfs files\n"); in lua_init_specials() 168 hid_err(hdev, "parse failed\n"); in lua_probe() 174 hid_err(hdev, "hw start failed\n"); in lua_probe() 180 hid_err(hdev, "couldn't install mouse\n"); in lua_probe()
|
| A D | hid-dr.c | 85 hid_err(hid, "no inputs found\n"); in drff_init() 92 hid_err(hid, "no output reports found\n"); in drff_init() 98 hid_err(hid, "no fields in the report\n"); in drff_init() 103 hid_err(hid, "not enough values in the field\n"); in drff_init() 277 hid_err(hdev, "parse failed\n"); in dr_probe() 283 hid_err(hdev, "hw start failed\n"); in dr_probe()
|
| A D | hid-holtekff.c | 134 hid_err(hid, "no inputs found\n"); in holtekff_init() 141 hid_err(hid, "no output report found\n"); in holtekff_init() 148 hid_err(hid, "unexpected output report layout\n"); in holtekff_init() 187 hid_err(hdev, "parse failed\n"); in holtek_probe() 193 hid_err(hdev, "hw start failed\n"); in holtek_probe()
|
| A D | hid-mf.c | 79 hid_err(hid, "Invalid report, this should never happen!\n"); in mf_init() 84 hid_err(hid, "Missing input, this should never happen!\n"); in mf_init() 127 hid_err(hid, "HID parse failed.\n"); in mf_probe() 133 hid_err(hid, "HID hw start failed\n"); in mf_probe() 139 hid_err(hid, "Force feedback init failed.\n"); in mf_probe()
|
| A D | hid-ft260.c | 305 hid_err(hdev, "failed to retrieve status: %d\n", ret); in ft260_xfer_status() 363 hid_err(hdev, "%s: failed to start transfer, ret %d\n", in ft260_hid_output_report_check_status() 521 hid_err(hdev, "%s: unsupported wr len: %d\n", __func__, in ft260_i2c_write_read() 610 hid_err(hdev, "power management error: %d\n", ret); in ft260_smbus_xfer() 731 hid_err(hdev, "failed to retrieve system status\n"); in ft260_get_system_config() 927 hid_err(hdev, "failed to parse HID\n"); in ft260_probe() 933 hid_err(hdev, "failed to start HID HW\n"); in ft260_probe() 939 hid_err(hdev, "failed to open HID HW\n"); in ft260_probe() 946 hid_err(hdev, "failed to retrieve chip version\n"); in ft260_probe() 979 hid_err(hdev, "failed to add i2c adapter\n"); in ft260_probe() [all …]
|
| A D | hid-elan.c | 94 hid_err(hdev, "Set report error for parm %d: %d\n", param, ret); in elan_get_device_param() 102 hid_err(hdev, "Get report error for parm %d: %d\n", param, ret); in elan_get_device_param() 190 hid_err(hdev, "Failed to init elan MT slots: %d\n", ret); in elan_input_configured() 200 hid_err(hdev, "Failed to register elan input device: %d\n", in elan_input_configured() 406 hid_err(hdev, "Failed to start multitouch: %d\n", ret); in elan_start_multitouch() 440 hid_err(hdev, "Failed to set mute led brightness: %d\n", ret); in elan_mute_led_set_brigtness() 477 hid_err(hdev, "Hid Parse failed\n"); in elan_probe() 483 hid_err(hdev, "Hid hw start failed\n"); in elan_probe() 491 hid_err(hdev, "Input device is not registered\n"); in elan_probe()
|
| A D | hid-axff.c | 74 hid_err(hid, "no inputs found\n"); in axff_init() 81 hid_err(hid, "no output reports found\n"); in axff_init() 94 hid_err(hid, "not enough fields in the report: %d\n", in axff_init() 135 hid_err(hdev, "parse failed\n"); in ax_probe() 141 hid_err(hdev, "hw start failed\n"); in ax_probe()
|
| A D | hid-kye.c | 680 hid_err(hdev, "tablet-enabling feature report not found\n"); in kye_tablet_enable() 685 hid_err(hdev, "invalid tablet-enabling feature report\n"); in kye_tablet_enable() 709 hid_err(hdev, "parse failed\n"); in kye_probe() 715 hid_err(hdev, "hw start failed\n"); in kye_probe() 728 hid_err(hdev, "tablet enabling failed\n"); in kye_probe()
|
| A D | hid-logitech-dj.c | 1164 hid_err(hdev, "Unexpected input report number %d\n", report); in logi_dj_recv_forward_input_report() 1197 hid_err(hdev, "%s: unable to find dj report\n", __func__); in logi_dj_recv_send_report() 1552 hid_err(hdev, "%s: invalid device index:%d\n", in logi_dj_dj_event() 1624 hid_err(hdev, "%s: invalid device index:%d\n", __func__, in logi_dj_hidpp_event() 1713 hid_err(hdev, "Short DJ report bad size (%d)", size); in logi_dj_raw_event() 1719 hid_err(hdev, "Long DJ report bad size (%d)", size); in logi_dj_raw_event() 1725 hid_err(hdev, "Short HID++ report bad size (%d)", size); in logi_dj_raw_event() 1731 hid_err(hdev, "Long HID++ report bad size (%d)", size); in logi_dj_raw_event() 1761 hid_err(hdev, "%s: parse failed\n", __func__); in logi_dj_probe() 1817 hid_err(hdev, "%s: dj_get_receiver_dev failed\n", __func__); in logi_dj_probe() [all …]
|
| A D | hid-picolcd_core.c | 191 hid_err(hdev, "no version response from PicoLCD\n"); in picolcd_check_version() 206 hid_err(hdev, "confused, got unexpected version response from PicoLCD\n"); in picolcd_check_version() 418 hid_err(hdev, "unsupported KEY_STATE report\n"); in picolcd_init_keys() 424 hid_err(hdev, "failed to allocate input device\n"); in picolcd_init_keys() 446 hid_err(hdev, "error registering the input device\n"); in picolcd_init_keys() 535 hid_err(hdev, "can't allocate space for Minibox PicoLCD device data\n"); in picolcd_probe() 550 hid_err(hdev, "device report parse failed\n"); in picolcd_probe() 556 hid_err(hdev, "hardware start failed\n"); in picolcd_probe() 562 hid_err(hdev, "failed to open input interrupt pipe for key and IR events\n"); in picolcd_probe() 568 hid_err(hdev, "failed to create sysfs attributes\n"); in picolcd_probe() [all …]
|
| A D | hid-playstation.c | 533 hid_err(hdev, "CRC check failed for reportID=%d\n", report_id); in ps_get_report() 599 hid_err(hdev, "Cannot register multicolor LED device\n"); in ps_lightbar_register() 1037 hid_err(hdev, "DualSense input CRC's check failed\n"); in dualsense_parse_report() 1043 hid_err(hdev, "Unhandled reportID=%d\n", report->id); in dualsense_parse_report() 1315 hid_err(hdev, "Failed to get MAC address from DualSense\n"); in dualsense_create() 1322 hid_err(hdev, "Failed to get firmware info from DualSense\n"); in dualsense_create() 1426 hid_err(hdev, "Parse failed\n"); in ps_probe() 1432 hid_err(hdev, "Failed to start HID device\n"); in ps_probe() 1438 hid_err(hdev, "Failed to open HID device\n"); in ps_probe() 1445 hid_err(hdev, "Failed to create dualsense.\n"); in ps_probe() [all …]
|
| /linux/drivers/hwmon/ |
| A D | nzxt-kraken2.c | 154 hid_err(hdev, "hid parse failed with %d\n", ret); in kraken2_probe() 163 hid_err(hdev, "hid hw start failed with %d\n", ret); in kraken2_probe() 169 hid_err(hdev, "hid hw open failed with %d\n", ret); in kraken2_probe() 178 hid_err(hdev, "hwmon registration failed with %d\n", ret); in kraken2_probe()
|