Home
last modified time | relevance | path

Searched refs:error (Results 2001 - 2025 of 11287) sorted by relevance

1...<<81828384858687888990>>...452

/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Djornada680_kbd.c182 int i, error; in jornada680kbd_probe() local
216 error = input_setup_polling(input_dev, jornadakbd680_poll); in jornada680kbd_probe()
217 if (error) { in jornada680kbd_probe()
219 return error; in jornada680kbd_probe()
224 error = input_register_device(input_dev); in jornada680kbd_probe()
225 if (error) { in jornada680kbd_probe()
227 return error; in jornada680kbd_probe()
/kernel/linux/linux-6.6/drivers/input/serio/
H A Darc_ps2.c186 int error, id, i; in arc_ps2_probe() local
214 error = devm_request_irq(&pdev->dev, irq, arc_ps2_interrupt, in arc_ps2_probe()
216 if (error) { in arc_ps2_probe()
218 return error; in arc_ps2_probe()
222 error = arc_ps2_create_port(pdev, arc_ps2, i); in arc_ps2_probe()
223 if (error) { in arc_ps2_probe()
226 return error; in arc_ps2_probe()
244 dev_dbg(&pdev->dev, "frame error count = %i\n", arc_ps2->frame_error); in arc_ps2_remove()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dmcs5000_ts.c188 int error; in mcs5000_ts_probe() local
223 error = devm_request_threaded_irq(&client->dev, client->irq, in mcs5000_ts_probe()
227 if (error) { in mcs5000_ts_probe()
229 return error; in mcs5000_ts_probe()
232 error = input_register_device(data->input_dev); in mcs5000_ts_probe()
233 if (error) { in mcs5000_ts_probe()
235 return error; in mcs5000_ts_probe()
H A Dmax11801_ts.c175 int error; in max11801_ts_probe() local
199 error = devm_request_threaded_irq(&client->dev, client->irq, NULL, in max11801_ts_probe()
203 if (error) { in max11801_ts_probe()
205 return error; in max11801_ts_probe()
208 error = input_register_device(data->input_dev); in max11801_ts_probe()
209 if (error) in max11801_ts_probe()
210 return error; in max11801_ts_probe()
H A Dmigor_ts.c123 int error; in migor_ts_probe() local
129 error = -ENOMEM; in migor_ts_probe()
153 error = request_threaded_irq(priv->irq, NULL, migor_ts_isr, in migor_ts_probe()
156 if (error) { in migor_ts_probe()
161 error = input_register_device(input); in migor_ts_probe()
162 if (error) in migor_ts_probe()
175 return error; in migor_ts_probe()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-log-userspace-transfer.c49 int error; member
103 pkg->error = -msg->ack; in fill_pkg()
107 * error code, we make explicit that we have no data. in fill_pkg()
109 if (pkg->error != -EAGAIN) in fill_pkg()
116 pkg->error = -ENOSPC; in fill_pkg()
118 pkg->error = tfr->error; in fill_pkg()
252 r = pkg.error; in dm_consult_userspace()
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-stream.c190 goto error; in snd_ff_stream_start_duplex()
195 goto error; in snd_ff_stream_start_duplex()
200 goto error; in snd_ff_stream_start_duplex()
208 goto error; in snd_ff_stream_start_duplex()
212 goto error; in snd_ff_stream_start_duplex()
217 goto error; in snd_ff_stream_start_duplex()
221 error: in snd_ff_stream_start_duplex()
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/
H A DWifiP2PEvent.test.js189 }).catch((error) => {
190 console.error('[wifi_test] getCurrentGroup promise failed :' + JSON.stringify(error));
191 expect(true).assertEqual(error !=null);
193 }catch(error){
194 console.info("[wifi_test]getCurrentGroup promise error: " + JSON.stringify(error.message));
195 expect(true).assertEqual( (JSON.stringify(error.message)) !=null);
/kernel/linux/linux-5.10/block/
H A Dblk-flush.c155 * @error: whether an error occurred
165 unsigned int seq, blk_status_t error) in blk_flush_complete_seq()
175 if (likely(!error)) in blk_flush_complete_seq()
204 blk_mq_end_request(rq, error); in blk_flush_complete_seq()
214 static void flush_end_io(struct request *flush_rq, blk_status_t error) in flush_end_io() argument
226 fq->rq_status = error; in flush_end_io()
239 error = fq->rq_status; in flush_end_io()
261 blk_flush_complete_seq(rq, fq, seq, error); in flush_end_io()
351 static void mq_flush_data_end_io(struct request *rq, blk_status_t error) in mq_flush_data_end_io() argument
163 blk_flush_complete_seq(struct request *rq, struct blk_flush_queue *fq, unsigned int seq, blk_status_t error) blk_flush_complete_seq() argument
[all...]
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Desrt.c360 pr_err("ESRT entry creation failed with error %d.\n", in register_entries()
379 int error; in esrt_sysfs_init() local
395 error = -ENOMEM; in esrt_sysfs_init()
399 error = sysfs_create_group(esrt_kobj, &esrt_attr_group); in esrt_sysfs_init()
400 if (error) { in esrt_sysfs_init()
401 pr_err("Sysfs attribute export failed with error %d.\n", in esrt_sysfs_init()
402 error); in esrt_sysfs_init()
409 error = -ENOMEM; in esrt_sysfs_init()
413 error = register_entries(); in esrt_sysfs_init()
414 if (error) in esrt_sysfs_init()
[all...]
/kernel/linux/linux-5.10/Documentation/sphinx/
H A DrstFlatTable.py125 error = self.state_machine.reporter.error(
129 return [error]
217 error = self.directive.state_machine.reporter.error(
222 raise SystemMessagePropagation(error)
328 error = False
342 error = True
345 if childNo != 1 or error:
/kernel/linux/linux-5.10/drivers/char/agp/
H A Dbackend.c45 * past 0.99 at all due to some boolean logic error. */
186 dev_err(&bridge->dev->dev, "error configuring host chipset\n"); in agp_backend_initialize()
266 int error; in agp_add_bridge() local
269 error = -ENODEV; in agp_add_bridge()
275 error = -EINVAL; in agp_add_bridge()
282 error = -EINVAL; in agp_add_bridge()
286 error = agp_backend_initialize(bridge); in agp_add_bridge()
287 if (error) { in agp_add_bridge()
294 error = agp_frontend_initialize(); in agp_add_bridge()
295 if (error) { in agp_add_bridge()
[all...]
/kernel/linux/linux-6.6/Documentation/sphinx/
H A DrstFlatTable.py115 error = self.state_machine.reporter.error(
119 return [error]
207 error = self.directive.state_machine.reporter.error(
212 raise SystemMessagePropagation(error)
318 error = False
332 error = True
335 if childNo != 1 or error:
/kernel/linux/linux-5.10/drivers/scsi/
H A Dgvp11.c274 int error; in gvp11_probe() local
297 error = check_wd33c93(regs); in gvp11_probe()
298 if (error) in gvp11_probe()
304 error = -ENOMEM; in gvp11_probe()
341 error = request_irq(IRQ_AMIGA_PORTS, gvp11_intr, IRQF_SHARED, in gvp11_probe()
343 if (error) in gvp11_probe()
348 error = scsi_add_host(instance, NULL); in gvp11_probe()
349 if (error) in gvp11_probe()
362 return error; in gvp11_probe()
H A Dscsi_proc.c246 int error = -ENXIO; in scsi_add_single_device() local
250 return error; in scsi_add_single_device()
253 error = shost->transportt->user_scan(shost, channel, id, lun); in scsi_add_single_device()
255 error = scsi_scan_host_selected(shost, channel, id, lun, in scsi_add_single_device()
258 return error; in scsi_add_single_device()
275 int error = -ENXIO; in scsi_remove_single_device() local
279 return error; in scsi_remove_single_device()
284 error = 0; in scsi_remove_single_device()
288 return error; in scsi_remove_single_device()
/kernel/linux/linux-5.10/drivers/usb/musb/
H A Dmusb_virthub.c294 goto error; in musb_hub_control()
299 goto error; in musb_hub_control()
318 goto error; in musb_hub_control()
348 goto error; in musb_hub_control()
359 goto error; in musb_hub_control()
384 goto error; in musb_hub_control()
418 goto error; in musb_hub_control()
423 goto error; in musb_hub_control()
430 error: in musb_hub_control()
431 /* "protocol stall" on error */ in musb_hub_control()
[all...]
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw.c200 goto error; in do_registration()
204 goto error; in do_registration()
208 goto error; in do_registration()
213 goto error; in do_registration()
217 goto error; in do_registration()
223 goto error; in do_registration()
227 goto error; in do_registration()
232 goto error; in do_registration()
237 error: in do_registration()
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice.c152 goto error; in do_registration()
156 goto error; in do_registration()
162 goto error; in do_registration()
166 goto error; in do_registration()
172 goto error; in do_registration()
176 goto error; in do_registration()
180 goto error; in do_registration()
184 goto error; in do_registration()
189 error: in do_registration()
/kernel/linux/linux-5.10/scripts/genksyms/
H A Dparse.y133 | error ';' { $$ = $2; }
134 | error '}' { $$ = $2; }
309 | direct_declarator '(' error ')'
329 | direct_nested_declarator '(' error ')'
335 | '(' error ')'
383 | direct_m_abstract_declarator '(' error ')'
389 | '(' error ')'
415 | '{' error '}' { $$ = $3; }
431 | error ';'
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dp1022_ds.c264 goto error; in p1022_ds_probe()
273 goto error; in p1022_ds_probe()
291 goto error; in p1022_ds_probe()
333 goto error; in p1022_ds_probe()
339 goto error; in p1022_ds_probe()
349 goto error; in p1022_ds_probe()
359 goto error; in p1022_ds_probe()
380 goto error; in p1022_ds_probe()
387 error: in p1022_ds_probe()
H A Dmpc8610_hpcd.c253 goto error; in mpc8610_hpcd_probe()
262 goto error; in mpc8610_hpcd_probe()
280 goto error; in mpc8610_hpcd_probe()
322 goto error; in mpc8610_hpcd_probe()
328 goto error; in mpc8610_hpcd_probe()
339 goto error; in mpc8610_hpcd_probe()
350 goto error; in mpc8610_hpcd_probe()
371 goto error; in mpc8610_hpcd_probe()
378 error: in mpc8610_hpcd_probe()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dstack_o2cb.c35 # error Lock modes do not match
38 # error Lock modes do not match
41 # error Lock modes do not match
44 # error Lock modes do not match
47 # error Lock modes do not match
50 # error Lock modes do not match
53 # error Lock modes do not match
92 * caller. Still, we try to assign sane values to each error.
173 int error = dlm_status_to_errno(status); in o2dlm_unlock_ast_wrapper() local
189 lksb->lksb_conn->cc_proto->lp_unlock_ast(lksb, error); in o2dlm_unlock_ast_wrapper()
[all...]
/kernel/linux/linux-5.10/fs/squashfs/
H A Dcache.c107 entry->error = 0; in squashfs_cache_get()
116 entry->error = entry->length; in squashfs_cache_get()
160 TRACE("Got %s %d, start block %lld, refcount %d, error %d\n", in squashfs_cache_get()
161 cache->name, i, entry->block, entry->refcount, entry->error); in squashfs_cache_get()
163 if (entry->error) in squashfs_cache_get()
345 if (entry->error) { in squashfs_read_metadata()
346 res = entry->error; in squashfs_read_metadata()
347 goto error; in squashfs_read_metadata()
350 goto error; in squashfs_read_metadata()
369 error in squashfs_read_metadata()
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dstack_o2cb.c33 # error Lock modes do not match
36 # error Lock modes do not match
39 # error Lock modes do not match
42 # error Lock modes do not match
45 # error Lock modes do not match
48 # error Lock modes do not match
51 # error Lock modes do not match
90 * caller. Still, we try to assign sane values to each error.
171 int error = dlm_status_to_errno(status); in o2dlm_unlock_ast_wrapper() local
187 lksb->lksb_conn->cc_proto->lp_unlock_ast(lksb, error); in o2dlm_unlock_ast_wrapper()
[all...]
/kernel/linux/linux-6.6/fs/squashfs/
H A Dcache.c107 entry->error = 0; in squashfs_cache_get()
116 entry->error = entry->length; in squashfs_cache_get()
160 TRACE("Got %s %d, start block %lld, refcount %d, error %d\n", in squashfs_cache_get()
161 cache->name, i, entry->block, entry->refcount, entry->error); in squashfs_cache_get()
163 if (entry->error) in squashfs_cache_get()
345 if (entry->error) { in squashfs_read_metadata()
346 res = entry->error; in squashfs_read_metadata()
347 goto error; in squashfs_read_metadata()
350 goto error; in squashfs_read_metadata()
369 error in squashfs_read_metadata()
[all...]

Completed in 15 milliseconds

1...<<81828384858687888990>>...452