Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/OK3568_Linux_fs/kernel/drivers/usb/c67x00/
H A Dc67x00-hcd.c85 return -EPIPE; in c67x00_hub_control()
120 return -EPIPE; in c67x00_hub_control()
126 return -EPIPE; in c67x00_hub_control()
149 return -EPIPE; in c67x00_hub_control()
155 return -EPIPE; in c67x00_hub_control()
186 return -EPIPE; in c67x00_hub_control()
210 return -EPIPE; in c67x00_hub_control()
221 return -EPIPE; in c67x00_hub_control()
/OK3568_Linux_fs/kernel/net/core/
H A Dstream.c67 return -EPIPE; in sk_stream_wait_connect()
167 err = -EPIPE; in sk_stream_wait_memory()
186 if (err == -EPIPE) in sk_stream_error()
187 err = sock_error(sk) ? : -EPIPE; in sk_stream_error()
188 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/
H A Dvimc-common.c308 return -EPIPE; in vimc_vdev_link_validate()
317 return -EPIPE; in vimc_vdev_link_validate()
329 return -EPIPE; in vimc_vdev_link_validate()
335 return -EPIPE; in vimc_vdev_link_validate()
340 return -EPIPE; in vimc_vdev_link_validate()
345 return -EPIPE; in vimc_vdev_link_validate()
/OK3568_Linux_fs/kernel/kernel/bpf/preload/
H A Dbpf_preload_kern.c38 return -EPIPE; in preload()
46 return -EPIPE; in preload()
62 return -EPIPE; in finish()
/OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/
H A Drcar-dma.c1143 return -EPIPE; in rvin_mc_validate_format()
1154 return -EPIPE; in rvin_mc_validate_format()
1158 return -EPIPE; in rvin_mc_validate_format()
1162 return -EPIPE; in rvin_mc_validate_format()
1166 return -EPIPE; in rvin_mc_validate_format()
1169 return -EPIPE; in rvin_mc_validate_format()
1200 return -EPIPE; in rvin_mc_validate_format()
1204 return -EPIPE; in rvin_mc_validate_format()
1210 return -EPIPE; in rvin_mc_validate_format()
1233 return -EPIPE; in rvin_set_stream()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dcontext1.c71 if ((ret == -1) && (errno == EPIPE)) {
115 if ((ret == -1) && (errno == EPIPE)) {
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvudc_rx.c114 ret = -EPIPE; in v_recv_cmd_submit()
198 return -EPIPE; in v_rx_pdu()
219 ret = -EPIPE; in v_rx_pdu()
H A Dvudc_tx.c65 return -EPIPE; in v_send_ret_unlink()
142 ret = -EPIPE; in v_send_ret_submit()
171 ret = -EPIPE; in v_send_ret_submit()
/OK3568_Linux_fs/kernel/drivers/usb/
H A Dusb-skeleton.c151 res = dev->errors ? (dev->errors == -EPIPE ? -EPIPE : -EIO) : 0; in skel_flush()
273 rv = (rv == -EPIPE) ? rv : -EIO; in skel_read()
396 retval = (retval == -EPIPE) ? retval : -EIO; in skel_write()
626 dev->errors = -EPIPE; in skel_post_reset()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Derrno.h276 #ifndef EPIPE
277 #define EPIPE 9950 macro
H A D__errc31 broken_pipe, // EPIPE
128 broken_pipe = EPIPE,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Derrno.h276 #ifndef EPIPE
277 #define EPIPE 9950 macro
H A D__errc31 broken_pipe, // EPIPE
128 broken_pipe = EPIPE,
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_tx.c91 rc = -EPIPE; in smc_tx_wait()
150 rc = -EPIPE; in smc_tx_sendmsg()
160 return -EPIPE; in smc_tx_sendmsg()
503 return -EPIPE; in smcr_tx_sndbuf_nonempty()
565 return -EPIPE; /* connection being aborted */ in smc_tx_sndbuf_nonempty()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c89 return -EPIPE; in vtpm_proxy_fops_read()
136 return -EPIPE; in vtpm_proxy_fops_write()
277 return -EPIPE; in vtpm_proxy_tpm_op_recv()
349 return -EPIPE; in vtpm_proxy_tpm_op_send()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-uclogic-params.c90 if (rc == -EPIPE) { in uclogic_params_get_str_desc()
167 if (rc == -EPIPE) { in uclogic_params_pen_init_v1()
295 if (rc == -EPIPE) { in uclogic_params_pen_init_v2()
476 if (rc == -EPIPE) { in uclogic_params_frame_init_v1_buttonpad()
746 if (rc == -EPIPE) { in uclogic_params_huion_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_of.c307 int pixels_type = -EPIPE; in drm_of_lvds_get_remote_pixels_type()
319 return -EPIPE; in drm_of_lvds_get_remote_pixels_type()
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Derrno-base.h36 #define EPIPE 32 /* Broken pipe */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Derrno-base.h36 #define EPIPE 32 /* Broken pipe */ macro
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Derrno-base.h36 #define EPIPE 32 /* Broken pipe */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Derrno-base.h36 #define EPIPE 32 /* Broken pipe */ macro
/OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/
H A Dvsp1_video.c491 ret = -EPIPE; in vsp1_video_pipeline_build_branch()
497 ret = -EPIPE; in vsp1_video_pipeline_build_branch()
512 ret = -EPIPE; in vsp1_video_pipeline_build_branch()
528 ret = -EPIPE; in vsp1_video_pipeline_build_branch()
535 ret = -EPIPE; in vsp1_video_pipeline_build_branch()
550 ret = -EPIPE; in vsp1_video_pipeline_build_branch()
626 return -EPIPE; in vsp1_video_pipeline_build()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusbtest.c1002 if (retval == -EPIPE) { in ch9_postconfig()
1131 else if (subcase->number == 12 && status == -EPIPE) in ctrl_complete()
1262 expected = EPIPE; in test_ctrl_queue()
1279 expected = EPIPE; in test_ctrl_queue()
1290 expected = -EPIPE; in test_ctrl_queue()
1301 expected = EPIPE; in test_ctrl_queue()
1319 expected = EPIPE; in test_ctrl_queue()
1361 expected = -EPIPE; in test_ctrl_queue()
1667 retval = simple_io(tdev, urb, 1, 0, -EPIPE, __func__); in verify_halted()
1668 if (retval != -EPIPE) in verify_halted()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c228 return -EPIPE; in vc4_hvs_get_fifo_from_output()
236 return -EPIPE; in vc4_hvs_get_fifo_from_output()
244 return -EPIPE; in vc4_hvs_get_fifo_from_output()
249 return -EPIPE; in vc4_hvs_get_fifo_from_output()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c329 return -EPIPE; in ct_write()
387 return -EPIPE; in ct_write()
601 return -EPIPE; in ct_read()
651 return -EPIPE; in ct_read()

12345678910>>...15