/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | acpiphp_core.c | 267 goto error; in acpiphp_register_hotplug_slot() 282 pr_err("pci_hp_register failed with error %d\n", retval); in acpiphp_register_hotplug_slot() 291 error: in acpiphp_register_hotplug_slot()
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_usbpd_notify.c | 34 * Return: 0 on success or negative error code. 66 * Return: >= 0 on success, negative error number on failure. 91 goto error; in cros_ec_pd_command() 95 error: in cros_ec_pd_command()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iomap.h | 233 void iomap_finish_ioends(struct iomap_ioend *ioend, int error); 253 int (*end_io)(struct kiocb *iocb, ssize_t size, int error,
|
H A D | compiler_types.h | 76 #error "Unknown compiler" 216 * compilers. We don't consider that to be an error, so set them to nothing. 313 * supplied condition is *false*, emitting the supplied error message if the 340 __diag_ ## compiler(version, error, option)
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_mps.c | 115 goto error; in cxgb4_alloc_mac_filt() 121 error: in cxgb4_alloc_mac_filt() 125 /* Returns a negative error number or the number of filters allocated */ in cxgb4_alloc_mac_filt()
|
/kernel/linux/linux-6.6/drivers/media/usb/hdpvr/ |
H A D | hdpvr-control.c | 138 goto error; in hdpvr_set_audio() 151 error: in hdpvr_set_audio()
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | dtt200u-fe.c | 211 goto error; in dtt200u_fe_attach() 222 error: in dtt200u_fe_attach()
|
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/ |
H A D | adv748x-csi2.c | 284 if (tx->ctrl_hdl.error) { in adv748x_csi2_init_controls() 286 return tx->ctrl_hdl.error; in adv748x_csi2_init_controls()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tw9903.c | 219 if (hdl->error) { in tw9903_probe() 220 int err = hdl->error; in tw9903_probe() 230 v4l2_err(client, "error initializing TW9903\n"); in tw9903_probe()
|
H A D | tw9906.c | 187 if (hdl->error) { in tw9906_probe() 188 int err = hdl->error; in tw9906_probe() 198 v4l2_err(client, "error initializing TW9906\n"); in tw9906_probe()
|
H A D | cs53l32a.c | 166 if (state->hdl.error) { in cs53l32a_probe() 167 int err = state->hdl.error; in cs53l32a_probe()
|
H A D | wm8739.c | 206 if (state->hdl.error) { in wm8739_probe() 207 int err = state->hdl.error; in wm8739_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/moxa/ |
H A D | moxart_ether.h | 129 #define AHB_ERR BIT(8) /* AHB error */ 325 #error MOXA ART Ethernet device driver TX buffer is too large! 328 #error MOXA ART Ethernet device driver RX buffer is too large!
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | compiler_types.h | 118 * rarely taken slow paths, such as error-reporting functions that may be called 155 #error "Unknown compiler" 313 * compilers. We don't consider that to be an error, so set them to nothing. 428 * supplied condition is *false*, emitting the supplied error message if the 455 __diag_ ## compiler(version, error, option)
|
H A D | netfs.h | 155 short error; /* 0 or error that occurred */ member 189 short error; /* 0 or error that occurred */ member 196 #define NETFS_RREQ_INCOMPLETE_IO 0 /* Some ioreqs terminated short or with error */
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | sched.h | 212 void rpc_task_try_cancel(struct rpc_task *task, int error); 218 unsigned long rpc_cancel_tasks(struct rpc_clnt *clnt, int error,
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | rx51_battery.c | 215 goto error; in rx51_battery_probe() 244 error: in rx51_battery_probe()
|
/kernel/linux/linux-6.6/drivers/char/hw_random/ |
H A D | cavium-rng-vf.c | 64 goto error; in rng_get_coprocessor_clkrate() 78 error: in rng_get_coprocessor_clkrate() 122 /* Calculate time elapsed since last error in check_rng_health() 128 /* Check if current error is a new one or the old one itself. in check_rng_health() 129 * If error is a new one then consider there is a persistent in check_rng_health()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | groups.c | 150 goto error; in set_current_groups() 154 error: in set_current_groups()
|
/kernel/linux/linux-6.6/init/ |
H A D | do_mounts_rd.c | 293 printk(KERN_ERR "RAMDISK: error while reading compressed data"); in compr_fill() 313 static void __init error(char *x) in error() function 330 result = deco(NULL, 0, compr_fill, compr_flush, NULL, NULL, error); in crd_load()
|
/kernel/linux/linux-6.6/drivers/accel/ |
H A D | drm_accel.c | 129 * Return: A new id on success or error code in case idr_alloc failed 168 * Return: 0 for success, negative value for error 308 goto error; in accel_core_init() 317 error: in accel_core_init()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | bitops.h | 13 #error only <linux/bitops.h> can be included directly 26 # error "Unexpected BITS_PER_LONG"
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_flow.c | 274 goto error; in prestera_setup_flow_block_unbind() 280 error: in prestera_setup_flow_block_unbind()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_clu.c | 276 if (clu->ctrls.error) { in vsp1_clu_create() 278 ret = clu->ctrls.error; in vsp1_clu_create()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | acpiphp_core.c | 266 goto error; in acpiphp_register_hotplug_slot() 281 pr_err("pci_hp_register failed with error %d\n", retval); in acpiphp_register_hotplug_slot() 290 error: in acpiphp_register_hotplug_slot()
|