/openbmc/linux/Documentation/driver-api/surface_aggregator/ |
H A D | internal.rst | 229 work item (re-)scheduled to run when the next packet is set to time out. The 244 timing out packets, and will never fully block. 428 to time out. The work item then scans the set of pending requests for any 429 requests that have timed out and completes them with ``-ETIMEDOUT`` as 435 progress, even if only through timing out packets, and never fully block.
|
/openbmc/linux/drivers/net/wireless/legacy/ |
H A D | ray_cs.c | 87 static int parse_addr(char *in_str, UCHAR *out); 1649 static int parse_addr(char *in_str, UCHAR *out) in parse_addr() argument 1659 memset(out, 0, ADDRLEN); in parse_addr() 1665 out[i] = k; in parse_addr() 1672 out[i] += k << 4; in parse_addr()
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 303 goto out; in wil_print_mbox_ring() 310 goto out; in wil_print_mbox_ring() 348 out: in wil_print_mbox_ring() 1427 goto out; in link_show() 1439 out: in link_show()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2572 goto out; in dummy_alloc_streams() 2577 goto out; in dummy_alloc_streams() 2594 out: in dummy_alloc_streams() 2615 goto out; in dummy_free_streams() 2626 out: in dummy_free_streams()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp9_req_lat_if.c | 526 goto out; in vdec_vp9_slice_init_default_frame_ctx() 531 goto out; in vdec_vp9_slice_init_default_frame_ctx() 536 out: in vdec_vp9_slice_init_default_frame_ctx() 1958 static int vdec_vp9_slice_get_param(void *h_vdec, enum vdec_get_param_type type, void *out) in vdec_vp9_slice_get_param() argument 1967 vdec_vp9_slice_get_dpb_size(instance, out); in vdec_vp9_slice_get_param()
|
/openbmc/linux/drivers/net/ethernet/google/gve/ |
H A D | gve_main.c | 1487 goto out; in gve_set_xdp() 1493 goto out; in gve_set_xdp() 1499 out: in gve_set_xdp() 1832 goto out; in gve_tx_timeout() 1838 out: in gve_tx_timeout()
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | tlan.c | 676 goto out; in tlan_eisa_probe() 680 goto out; in tlan_eisa_probe() 686 goto out; in tlan_eisa_probe() 714 goto out; in tlan_eisa_probe() 722 out: in tlan_eisa_probe()
|
/openbmc/linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
H A D | pch_gbe_main.c | 149 goto out; in pch_rx_timestamp() 156 out: in pch_rx_timestamp() 1858 goto out; in pch_gbe_up() 1873 goto out; in pch_gbe_up() 1897 out: in pch_gbe_up()
|
/openbmc/linux/Documentation/gpu/ |
H A D | todo.rst | 188 other driver specific per-object locks removed. The problem is that rolling out 256 the latter is written for I/O memory. It turns out that cfb_imageblit() 543 - Improve late-register debugfs by rolling out the same debugfs pre-register 598 this problem for USB devices by fishing out the USB host controller device, as 660 1. Roll out backlight_enable() and backlight_disable() helpers everywhere. This
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_atomic_helper.c | 181 goto out; in handle_conflicting_encoders() 187 goto out; in handle_conflicting_encoders() 200 goto out; in handle_conflicting_encoders() 206 goto out; in handle_conflicting_encoders() 211 out: in handle_conflicting_encoders()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | vcn_v3_0.c | 1828 goto out; in vcn_v3_0_dec_msg() 1832 goto out; in vcn_v3_0_dec_msg() 1846 goto out; in vcn_v3_0_dec_msg() 1857 goto out; in vcn_v3_0_dec_msg() 1860 out: in vcn_v3_0_dec_msg()
|
/openbmc/linux/fs/gfs2/ |
H A D | rgrp.c | 387 goto out; in gfs2_free_extlen() 421 out: in gfs2_free_extlen() 1437 goto out; in gfs2_fitrim() 1450 goto out; in gfs2_fitrim() 1475 out: in gfs2_fitrim()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-core.c | 1956 goto out; in __hid_request() 1964 out: in __hid_request() 1983 goto out; in hid_report_raw_event() 2011 goto out; in hid_report_raw_event() 2023 out: in hid_report_raw_event()
|
/openbmc/linux/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 439 unsigned char *out, in planar422p_to_yuv_packed() argument 452 out[i] = (fmt == V4L2_PIX_FMT_YUYV) ? *pY++ : *pCr++; in planar422p_to_yuv_packed() 453 out[i + 1] = (fmt == V4L2_PIX_FMT_YUYV) ? *pCr++ : *pY++; in planar422p_to_yuv_packed() 454 out[i + 2] = (fmt == V4L2_PIX_FMT_YUYV) ? *pY++ : *pCb++; in planar422p_to_yuv_packed() 455 out[i + 3] = (fmt == V4L2_PIX_FMT_YUYV) ? *pCb++ : *pY++; in planar422p_to_yuv_packed()
|
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_enc.c | 1324 bool out) in vidioc_enum_fmt() argument 1330 if (out && formats[i].type != MFC_FMT_RAW) in vidioc_enum_fmt() 1332 else if (!out && formats[i].type != MFC_FMT_ENC) in vidioc_enum_fmt() 1446 goto out; in vidioc_s_fmt() 1480 out: in vidioc_s_fmt()
|
/openbmc/linux/kernel/ |
H A D | fork.c | 678 goto out; in dup_mmap() 683 goto out; in dup_mmap() 772 out: in dup_mmap() 3224 goto out; in walk_process_tree() 3239 out: in walk_process_tree()
|
/openbmc/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 846 It turns out that the outcome: 1019 carried out under the protection of any given exclusive lock. RCU 1375 be carried out in the meantime? The polling-style 1402 then line 15 carries out other tasks, and finally, line 16 returns 1429 least not until the system runs out of memory. In both of these 1446 invoke resched_cpu() on any ``nohz_full`` CPUs still holding out 1450 holding out for more than 500 milliseconds, RCU will resort to 1709 does in fact work well “out of the box.” 2015 However, user-space memory might well be paged out, which means that 2377 grace periods from ever ending. The result was an out-of-memory [all …]
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | hvcall.S | 791 #define LV1_CALL(name, in, out, num) LV1_##in##_IN_##out##_OUT(lv1_##name, num) argument
|
/openbmc/linux/drivers/media/pci/cx25821/ |
H A D | cx25821-video.c | 705 chan->out = &dev->vid_out_data[i - SRAM_CH09]; in cx25821_video_register() 706 chan->out->chan = chan; in cx25821_video_register()
|
/openbmc/linux/drivers/staging/pi433/Documentation/ |
H A D | pi433.txt | 12 application asking for reception will block out all other applications 50 as described for the transmission cycle the read out of the hardware fifo is done
|
/openbmc/u-boot/doc/ |
H A D | README.pxe | 47 successfully downloads one or runs out of paths to try. The order and 249 out of 'pxe boot' and use existing U-Boot commands to accomplish it.
|
H A D | README.trace | 31 way of trying out tracing before you use it on your actual board. To do 318 6. Keep going until you run out of steam, or your boot is fast enough.
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos5250-spring.dts | 607 * CTN lock in/out: 20000ppm/80000ppm. Lock out 2 times
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lm85.rst | 145 measurement. This offset can be used to zero out any errors due to traces 165 fan speeds. They use this monitoring capability to alert the system to out
|
/openbmc/linux/Documentation/misc-devices/ |
H A D | xilinx_sdfec.rst | 104 After opening the driver, the user should find out what operations need to be 203 …errupt. The poll system call waits for an interrupt to wake it up or times out if no interrupt occ…
|