/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7604.c | 347 v4l_err(client, "error reading %02x, %02x\n", in adv76xx_read_check() 358 * be returned in error cases. 1062 v4l2_err(sd, "%s: i2c error writing to CP reg 0x77, 0x78, 0x79, 0x7a\n", __func__); in adv76xx_set_offset() 1092 v4l2_err(sd, "%s: i2c error writing to CP reg 0x73, 0x74, 0x75, 0x76\n", __func__); in adv76xx_set_gain() 1633 * error, but the restart of STDI will generate a new in adv76xx_query_dv_timings() 2348 * Return an error if no location of the source physical address in adv76xx_set_edid() 2395 v4l2_err(sd, "error %d writing edid pad %d\n", err, edid->pad); in adv76xx_set_edid() 2409 v4l2_err(sd, "error enabling edid (0x%x)\n", state->edid.present); in adv76xx_set_edid() 3316 "Error initializing regmap %d with error %d\n", in configure_regmap() 3386 v4l_err(client, "DT parsing error\ in adv76xx_probe() [all...] |
H A D | adv7842.c | 290 v4l_err(client, "error reading %02x, %02x\n", in adv_smbus_read_byte_data_check() 329 v4l_err(client, "error writing %02x, %02x, %02x\n", in adv_smbus_write_byte_data() 760 v4l_err(client, "error enabling edid on VGA port\n"); in edid_write_vga_segment() 800 * Return an error if no location of the source physical address in edid_write_hdmi_segment() 836 v4l_err(client, "error enabling edid on port %c\n", in edid_write_hdmi_segment() 1139 v4l2_err(sd, "%s: i2c error writing to CP reg 0x77, 0x78, 0x79, 0x7a\n", __func__); in adv7842_set_offset() 1168 v4l2_err(sd, "%s: i2c error writing to CP reg 0x73, 0x74, 0x75, 0x76\n", __func__); in adv7842_set_gain() 1629 * error, but the restart of STDI will generate a new in adv7842_query_dv_timings() 2539 v4l2_err(sd, "error %d writing edid on port %d\n", err, e->pad); in adv7842_set_edid() 3528 if (hdl->error) { in adv7842_probe() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 1629 /* return error from ret if set */ in dvb_input_attach() 3415 int ddb_exit_ddbridge(int stage, int error) in ddb_exit_ddbridge() argument 3427 return error; in ddb_exit_ddbridge()
|
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda-common.c | 923 * queue is still busy. This is not an error, but the user will have to in coda_s_fmt_vid_out() 2503 if (ctx->ctrls.error) { in coda_ctrls_setup() 2505 "control initialization error (%d)", in coda_ctrls_setup() 2506 ctx->ctrls.error); in coda_ctrls_setup() 2679 v4l2_err(&dev->v4l2_dev, "%s return error (%d)\n", in coda_open()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 163 #error One of __BIG_ENDIAN or __LITTLE_ENDIAN must be defined 221 #error One of __BIG_ENDIAN or __LITTLE_ENDIAN must be defined 554 * on, or the error summary bit is set, the packet needs in rxq_process() 1110 netdev_info(mp->dev, "tx error\n"); in txq_reclaim() 1665 "fatal error on re-opening device after ring param change\n"); in mv643xx_eth_set_ringparam() 2009 netdev_err(mp->dev, "error freeing rx ring -- %d skbs stuck\n", in rxq_deinit() 2570 "fatal error on re-opening device after MTU change\n"); in mv643xx_eth_change_mtu()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_g.c | 2428 goto error; in b43_gphy_op_allocate() 2449 error: in b43_gphy_op_allocate()
|
/kernel/linux/linux-5.10/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | 186 /* Check if there is an error on xmit/recv queues */ in vmxnet3_process_events() 196 "%s: tq[%d] error 0x%x\n", in vmxnet3_process_events() 198 adapter->tqd_start[i].status.error)); in vmxnet3_process_events() 202 "%s: rq[%d] error 0x%x\n", in vmxnet3_process_events() 204 adapter->rqd_start[i].status.error); in vmxnet3_process_events() 829 * -1: error happens during parsing 1013 * NETDEV_TX_OK: error occurred, the pkt is dropped 2178 "error %d\n", in vmxnet3_request_irqs() 2213 "%s, error %d\n", in vmxnet3_request_irqs() 2244 "Failed to request irq (intr type:%d), error in vmxnet3_request_irqs() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | libiscsi.c | 50 "Turn on debugging for error handling in libiscsi module. " 1041 "due to DataDigest error.\n", in iscsi_handle_reject() 1889 static void fail_scsi_tasks(struct iscsi_conn *conn, u64 lun, int error) in fail_scsi_tasks() argument 1910 fail_scsi_task(task, error); in fail_scsi_tasks() 2027 * that complete and handle the error. in iscsi_eh_cmd_timed_out()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 2259 goto error; in aty_bl_init() 2275 error: in aty_bl_init()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 18 * now returns an error for tcp. 31 * Alan Cox : Clean up error flag in accept 886 /* Don't error on this BSD doesn't and if you think in sock_setsockopt() 918 /* Don't error on this BSD doesn't and if you think in sock_setsockopt() 1885 * Caller must unlock socket even in error path (bh_unlock_sock(newsk)) 2151 * path, e.g. for error handler skbs. Automatically called from kfree_skb. 2833 /* Mirror missing mmap method error code */ in sock_no_mmap() 2845 int error; in __receive_sock() local 2848 * The resulting value of "error" is ignored here since we only in __receive_sock() 2852 sock = sock_from_file(file, &error); in __receive_sock() [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr.c | 718 * and reporting error to netlink readers. 736 e->error = -ETIMEDOUT; in ipmr_destroy_unres() 997 e->error = -EMSGSIZE; in ipmr_cache_resolve() 1237 pr_err("ipmr: rhtable insert error %d\n", ret); in ipmr_mfc_add() 2639 /* returns < 0 on error, 0 for ADD_MFC and 1 for ADD_MFC_PROXY */
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_execbuf.c | 39 * Helper macro to get dx_ctx_node if available otherwise print an error 166 * @backoff: Whether this is part of the error path and binding state changes 296 * Returns: 0 on success. Negative error code on failure. Typical error codes 349 * Returns: Zero on success. Negative error code on failure. 385 * Returns 0 if success, negative error code otherwise. 415 * return an -EINVAL error pointer. 417 * Returns: Unreferenced pointer to the resource on success, negative error 3011 * old streamoutput define command. Return without an error. in vmw_cmd_dx_destroy_streamoutput() 3093 * old streamoutput define command. Return without an error in vmw_cmd_dx_set_streamoutput() [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | xirlink_cit.c | 675 pr_err("Failed to write a register (index 0x%04X, value 0x%02X, error %d)\n", in cit_write_reg() 691 pr_err("Failed to read a register (index 0x%04X, error %d)\n", in cit_read_reg() 3054 if (hdl->error) { in sd_init_controls() 3056 return hdl->error; in sd_init_controls()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad_bsg.c | 3150 goto error; in bfad_im_bsg_vendor_request() 3169 error: in bfad_im_bsg_vendor_request()
|
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi.c | 438 * Return: zero on success, else a negative error code. 650 * error-or-pointer (not NULL-or-pointer), troubleshootability in spi_new_device() 752 * Return: zero on success, else a negative error code. 1284 (xfer->error & SPI_TRANS_FAIL_NO_START)) { in spi_transfer_one_message() 1287 xfer->error &= ~SPI_TRANS_FAIL_NO_START; in spi_transfer_one_message() 1879 * Return: zero on success, else a negative error code. 2029 dev_err(&ctlr->dev, "spi_device alloc error for %pOF\n", nc); in of_register_spi_device() 2054 dev_err(&ctlr->dev, "spi_device register error %pOF\n", nc); in of_register_spi_device() 2522 /* Return error only for an incorrectly formed cs-gpios property */ in of_spi_get_gpio_numbers() 2565 /* No GPIOs at all is fine, else return the error */ in spi_get_gpio_descs() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | xirlink_cit.c | 675 pr_err("Failed to write a register (index 0x%04X, value 0x%02X, error %d)\n", in cit_write_reg() 691 pr_err("Failed to read a register (index 0x%04X, error %d)\n", in cit_read_reg() 3054 if (hdl->error) { in sd_init_controls() 3056 return hdl->error; in sd_init_controls()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi.c | 479 * Return: zero on success, else a negative error code. 735 * error-or-pointer (not NULL-or-pointer), troubleshootability in spi_new_device() 834 * Return: zero on success, else a negative error code. 1517 (xfer->error & SPI_TRANS_FAIL_NO_START)) { in spi_transfer_one_message() 1520 xfer->error &= ~SPI_TRANS_FAIL_NO_START; in spi_transfer_one_message() 2159 * Return: zero on success, else a negative error code. 2336 dev_err(&ctlr->dev, "spi_device alloc error for %pOF\n", nc); in of_register_spi_device() 2361 dev_err(&ctlr->dev, "spi_device register error %pOF\n", nc); in of_register_spi_device() 2487 * resource-list; or a negative error code. 2628 * Return: a pointer to the new device, or ERR_PTR on error [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 2263 goto error; in aty_bl_init() 2279 error: in aty_bl_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | mv643xx_eth.c | 164 #error One of __BIG_ENDIAN or __LITTLE_ENDIAN must be defined 222 #error One of __BIG_ENDIAN or __LITTLE_ENDIAN must be defined 555 * on, or the error summary bit is set, the packet needs in rxq_process() 1113 netdev_info(mp->dev, "tx error\n"); in txq_reclaim() 1676 "fatal error on re-opening device after ring param change\n"); in mv643xx_eth_set_ringparam() 2020 netdev_err(mp->dev, "error freeing rx ring -- %d skbs stuck\n", in rxq_deinit() 2581 "fatal error on re-opening device after MTU change\n"); in mv643xx_eth_change_mtu()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ds90ub960.c | 1402 /* Enable SFILTER and error control */ in ub960_rxport_config_eq() 2188 dev_err(dev, "rx%u BCC CRC error\n", nport); in ub960_rxport_handle_events() 2191 dev_err(dev, "rx%u BCC SEQ error\n", nport); in ub960_rxport_handle_events() 2197 dev_err(dev, "rx%u FPD3 encode error\n", nport); in ub960_rxport_handle_events() 2200 dev_err(dev, "rx%u buffer error\n", nport); in ub960_rxport_handle_events() 2203 dev_err(dev, "rx%u CSI error: %#02x\n", nport, csi_rx_sts); in ub960_rxport_handle_events() 2206 dev_err(dev, "rx%u CSI ECC1 error\n", nport); in ub960_rxport_handle_events() 2209 dev_err(dev, "rx%u CSI ECC2 error\n", nport); in ub960_rxport_handle_events() 2212 dev_err(dev, "rx%u CSI checksum error\n", nport); in ub960_rxport_handle_events() 2215 dev_err(dev, "rx%u CSI length error\ in ub960_rxport_handle_events() [all...] |
H A D | ov5640.c | 1196 dev_err(&client->dev, "%s: error: reg=%x, val=%x\n", in ov5640_write_reg() 1226 dev_err(&client->dev, "%s: error: reg=%x\n", in ov5640_read_reg() 3512 if (hdl->error) { in ov5640_init_controls() 3513 ret = hdl->error; in ov5640_init_controls()
|
H A D | adv7604.c | 354 v4l_err(client, "error reading %02x, %02x\n", in adv76xx_read_check() 365 * be returned in error cases. 1076 v4l2_err(sd, "%s: i2c error writing to CP reg 0x77, 0x78, 0x79, 0x7a\n", __func__); in adv76xx_set_offset() 1106 v4l2_err(sd, "%s: i2c error writing to CP reg 0x73, 0x74, 0x75, 0x76\n", __func__); in adv76xx_set_gain() 1647 * error, but the restart of STDI will generate a new in adv76xx_query_dv_timings() 2416 v4l2_err(sd, "error %d writing edid pad %d\n", err, edid->pad); in adv76xx_set_edid() 2426 v4l2_err(sd, "error %d writing edid pad %d\n", in adv76xx_set_edid() 2442 v4l2_err(sd, "error enabling edid (0x%x)\n", state->edid.present); in adv76xx_set_edid() 3374 "Error initializing regmap %d with error %d\n", in configure_regmap() 3444 v4l_err(client, "DT parsing error\ in adv76xx_probe() [all...] |
H A D | adv7842.c | 282 v4l_err(client, "error reading %02x, %02x\n", in adv_smbus_read_byte_data_check() 321 v4l_err(client, "error writing %02x, %02x, %02x\n", in adv_smbus_write_byte_data() 743 v4l_err(client, "error enabling edid on VGA port\n"); in edid_write_vga_segment() 824 v4l_err(client, "error enabling edid on port %c\n", in edid_write_hdmi_segment() 1127 v4l2_err(sd, "%s: i2c error writing to CP reg 0x77, 0x78, 0x79, 0x7a\n", __func__); in adv7842_set_offset() 1156 v4l2_err(sd, "%s: i2c error writing to CP reg 0x73, 0x74, 0x75, 0x76\n", __func__); in adv7842_set_gain() 1617 * error, but the restart of STDI will generate a new in adv7842_query_dv_timings() 2548 v4l2_err(sd, "error %d writing edid on port %d\n", err, e->pad); in adv7842_set_edid() 3537 if (hdl->error) { in adv7842_probe() 3538 err = hdl->error; in adv7842_probe() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-common.c | 945 * queue is still busy. This is not an error, but the user will have to in coda_s_fmt_vid_out() 2018 * does not contain a valid JPEG image. The error will in coda_start_streaming() 2020 * via the capture buffer error flag. in coda_start_streaming() 2520 if (ctx->ctrls.error) { in coda_ctrls_setup() 2522 "control initialization error (%d)", in coda_ctrls_setup() 2523 ctx->ctrls.error); in coda_ctrls_setup() 2696 v4l2_err(&dev->v4l2_dev, "%s return error (%d)\n", in coda_open()
|
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-core.c | 1620 /* return error from ret if set */ in dvb_input_attach() 3405 int ddb_exit_ddbridge(int stage, int error) in ddb_exit_ddbridge() argument 3417 return error; in ddb_exit_ddbridge()
|