Home
last modified time | relevance | path

Searched refs:error (Results 7201 - 7225 of 17303) sorted by relevance

1...<<281282283284285286287288289290>>...693

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dir-usb.c12 * please use the usb-irda driver, as it contains the proper error checking and
143 goto error; in irda_usb_find_class_desc()
148 goto error; in irda_usb_find_class_desc()
154 error: in irda_usb_find_class_desc()
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
H A Dwebcam.c395 goto error; in webcam_bind()
406 goto error; in webcam_bind()
412 error: in webcam_bind()
/kernel/linux/linux-5.10/drivers/usb/misc/
H A Didmouse.c165 /* Maybe this error was caused by the increased packet size? */ in idmouse_create_image()
248 goto error; in idmouse_open()
252 goto error; in idmouse_open()
262 error: in idmouse_open()
/kernel/linux/linux-5.10/net/sctp/
H A Dendpointola.c333 int error = 0; in sctp_endpoint_bh_rcv() local
402 error = sctp_do_sm(net, SCTP_EVENT_T_CHUNK, subtype, state, in sctp_endpoint_bh_rcv()
405 if (error && chunk) in sctp_endpoint_bh_rcv()
/kernel/linux/linux-5.10/net/wimax/
H A Dop-rfkill.c268 * >= 0 toggle state if ok, < 0 errno code on error. The toggle state
307 goto error; in wimax_rfkill()
314 goto error; in wimax_rfkill()
317 error: in wimax_rfkill()
/kernel/linux/linux-5.10/sound/core/
H A Dsound.c244 * Return: Zero if successful, or a negative error code on failure.
270 goto error; in snd_register_device()
277 goto error; in snd_register_device()
280 error: in snd_register_device()
295 * Return: Zero if successful, or a negative error code on failure.
378 return snd_info_register(entry); /* freed in error path */ in snd_minor_info_init()
/kernel/linux/linux-5.10/sound/soc/stm/
H A Dstm32_sai.c134 goto error; in stm32_sai_set_sync()
140 goto error; in stm32_sai_set_sync()
145 error: in stm32_sai_set_sync()
209 dev_err(&pdev->dev, "Reset controller error %ld\n", in stm32_sai_probe()
/kernel/linux/linux-5.10/fs/nfs/
H A Dcallback.c110 int error; in nfs41_callback_svc() local
129 error = bc_svc_process(serv, req, rqstp); in nfs41_callback_svc()
130 dprintk("bc_svc_process() returned w/ error code= %d\n", in nfs41_callback_svc()
131 error); in nfs41_callback_svc()
271 * Note: increase service usage, because later in case of error in nfs_callback_create_svc()
/kernel/linux/linux-5.10/fs/cifs/
H A Dfscache.c248 int error) in cifs_readpage_from_fscache_complete()
250 cifs_dbg(FYI, "%s: (0x%p/%d)\n", __func__, page, error); in cifs_readpage_from_fscache_complete()
251 if (!error) in cifs_readpage_from_fscache_complete()
280 cifs_dbg(VFS, "unknown error ret = %d\n", ret); in __cifs_readpage_from_fscache()
313 cifs_dbg(FYI, "unknown error ret = %d\n", ret); in __cifs_readpages_from_fscache()
247 cifs_readpage_from_fscache_complete(struct page *page, void *ctx, int error) cifs_readpage_from_fscache_complete() argument
/kernel/linux/linux-5.10/fs/9p/
H A Dacl.c221 int error; in v9fs_xattr_get_acl() local
235 error = posix_acl_to_xattr(&init_user_ns, acl, buffer, size); in v9fs_xattr_get_acl()
238 return error; in v9fs_xattr_get_acl()
/kernel/linux/linux-5.10/fs/proc/
H A Droot.c330 int error = proc_readdir(file, ctx); in proc_root_readdir() local
331 if (unlikely(error <= 0)) in proc_root_readdir()
332 return error; in proc_root_readdir()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dscan.c122 * This function returns the scanned information on success and a negative error
143 ubifs_err(c, "cannot read %d bytes from LEB %d:%d, error %d", in ubifs_start_scan()
179 * This function returns %0 on success and a negative error code on failure.
248 * %-EUCLEAN if the LEB neads recovery, and other negative error codes in case
252 * error messages and flash dumps in case of errors.
300 goto error; in ubifs_scan()
305 goto error; in ubifs_scan()
344 error: in ubifs_scan()
345 ubifs_err(c, "LEB %d scanning failed, error %d", lnum, err); in ubifs_scan()
/kernel/linux/linux-5.10/net/bluetooth/hidp/
H A Dsock.c295 goto error; in hidp_init_sockets()
302 goto error; in hidp_init_sockets()
309 error: in hidp_init_sockets()
/kernel/linux/linux-5.10/net/ipv6/
H A Drpl_iptunnel.c236 if (dst->error) { in rpl_output()
237 err = dst->error; in rpl_output()
285 if (!dst->error) { in rpl_input()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_power.c275 goto error; in dp_power_client_init()
281 goto error; in dp_power_client_init()
285 error: in dp_power_client_init()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dvideobuf-dma-contig.c297 goto error; in __videobuf_mmap_mapper()
309 dev_err(q->dev, "mmap: remap failed with error %d. ", in __videobuf_mmap_mapper()
313 goto error; in __videobuf_mmap_mapper()
328 error: in __videobuf_mmap_mapper()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dapm_power.c76 int error; in find_main_battery() local
82 error = class_for_each_device(power_supply_class, NULL, &bp, in find_main_battery()
84 if (error) { in find_main_battery()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Dce6230.c41 goto error; in ce6230_ctrl_msg()
47 goto error; in ce6230_ctrl_msg()
78 error: in ce6230_ctrl_msg()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmc44s803.c331 goto error; in mc44s803_attach()
338 goto error; in mc44s803_attach()
352 error: in mc44s803_attach()
/kernel/linux/linux-5.10/include/asm-generic/
H A Dtlb.h213 #error tlb_needs_table_invalidate() requires MMU_GATHER_RCU_TABLE_FREE
340 #error MMU_GATHER_NO_RANGE relies on default tlb_flush(), tlb_start_vma() and tlb_end_vma()
368 #error Default tlb_flush() relies on default tlb_start_vma() and tlb_end_vma()
/kernel/linux/linux-5.10/include/linux/
H A Dblk_types.h52 * Block error status values. See block/blk-core:blk_errors for the details.
126 * blk_path_error - returns true if error may be path related
127 * @error: status the request was completed with
130 * This classifies block error status into non-retryable errors and ones
137 static inline bool blk_path_error(blk_status_t error) in blk_path_error() argument
139 switch (error) { in blk_path_error()
308 # error "BVEC_POOL_BITS is too small"
H A Dgenl_magic_struct.h6 # error "you need to define GENL_MAGIC_FAMILY before inclusion"
10 # error "you need to define GENL_MAGIC_VERSION before inclusion"
14 # error "you need to define GENL_MAGIC_INCLUDE_FILE before inclusion"
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dmc44s803.c331 goto error; in mc44s803_attach()
338 goto error; in mc44s803_attach()
352 error: in mc44s803_attach()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A Dce6230.c41 goto error; in ce6230_ctrl_msg()
47 goto error; in ce6230_ctrl_msg()
78 error: in ce6230_ctrl_msg()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dlgs8gl5.c73 dprintk("%s: error (reg=0x%02x, val=0x%02x, ret=%i)\n", in lgs8gl5_write_reg()
380 goto error; in lgs8gl5_attach()
388 goto error; in lgs8gl5_attach()
396 error: in lgs8gl5_attach()

Completed in 20 milliseconds

1...<<281282283284285286287288289290>>...693