/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ |
H A D | ov2722.h | 195 struct media_pad pad; member
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_worker.c | 1377 p->pad = 0; in drbd_send_barrier()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | hfi.h | 357 u8 pad; member 410 #define OPA_16B_L4_FM_PAD 3 /* fixed 3B pad */
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 594 v4l2_subdev_call(itv->sd_video, pad, set_fmt, NULL, &format); in ivtv_s_fmt_vid_cap()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_opr_v5.c | 712 if (p->pad) { in s5p_mfc_set_enc_params()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.h | 1535 u16 len, u8 reset, u8 pad);
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76.h | 1442 int mt76_skb_adjust_pad(struct sk_buff *skb, int pad);
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | fw.h | 1207 u8 pad[3]; member
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | sba_iommu.c | 1545 ** mem_kbd hpa 0xfee003f8 sba 0x0 pad 0x0 cl_class 0x7 in sba_hw_init() 1565 PAGE0->mem_boot.spa, PAGE0->mem_boot.pad, PAGE0->mem_boot.cl_class); in sba_hw_init() 1573 ** mem_boot hpa 0xf4008000 sba 0x0 pad 0x0 cl_class 0x1002 in sba_hw_init()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-mlxbf.c | 375 u16 pad; /* Padding. */ member
|
/third_party/libuv/src/unix/ |
H A D | linux.c | 246 uint64_t pad[3]; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 92 unsigned pad : 24; member
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_virtgpu.c | 39 __u32 pad; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 346 pub pad: [::__u8; 3],
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.h | 302 // 4-bits to force pad the structure to exactly 2 bytes. Note that we currently don't support 770 uint32_t pad;
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 158 * FIPS and pad options are ignored in 1.0.0, definitions are here so we 683 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
H A D | statusor_test.cc | 198 int pad; member in __anon19322::Base1
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.cpp | 348 - PS4 users: Consider emulating a mouse cursor with DualShock4 touch pad or a spare analog stick as a mouse-emulation fallback. 3104 // Note: moving window with the navigation keys (Square + d-pad / CTRL+TAB + Arrows) are processed in NavUpdateWindowing() 5382 const float pad = style.FramePadding.y; in Begin() local 5384 if (CloseButton(window->GetID("#CLOSE"), window->Rect().GetTR() + ImVec2(-pad - rad, pad + rad), rad + 1)) in Begin() 7815 float pad = window->CalcFontSize() * 0.5f; in NavUpdate() local 7816 window_rect_rel.Expand(ImVec2(-ImMin(window_rect_rel.GetWidth(), pad), -ImMin(window_rect_rel.GetHeight(), pad))); // Terrible approximation for the intent of starting navigation from first fully visible item in NavUpdate() 8792 // Internal version that takes a position to decide on newline placement and pad items according to their depth.
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 5803 NK_LIB struct nk_rect nk_pad_rect(struct nk_rect r, struct nk_vec2 pad); 6233 nk_pad_rect(struct nk_rect r, struct nk_vec2 pad) in nk_pad_rect() argument 6235 r.w = NK_MAX(r.w, 2 * pad.x); in nk_pad_rect() 6236 r.h = NK_MAX(r.h, 2 * pad.y); in nk_pad_rect() 6237 r.x += pad.x; r.y += pad.y; in nk_pad_rect() 6238 r.w -= 2 * pad.x; in nk_pad_rect() 6239 r.h -= 2 * pad.y; in nk_pad_rect() 12512 nk_rp_coord pad = (nk_rp_coord) spc->padding; in nk_tt_PackFontRangesRenderIntoRects() local 12514 /* pad o in nk_tt_PackFontRangesRenderIntoRects() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_def.h | 629 u8 pad; member 639 uint8_t pad[3]; member
|
/kernel/linux/linux-5.10/drivers/scsi/aacraid/ |
H A D | aachba.c | 1285 readcmd->pad = 0; in aac_read_block64() 1419 writecmd->pad = 0; in aac_write_block64()
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 750 u8 pad; member 1289 hdr->pad = 0; in mac80211_hwsim_monitor_ack()
|
/third_party/backends/backend/ |
H A D | hs2p.c | 3220 pad: in sane_read() 3228 /* pad to requested length */ in sane_read() 3260 goto pad; in sane_read()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 3651 pub pad: __u16, 4709 pub pad: __u32,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 702 pad: [i64; 4], 713 pad: [::c_long; 4],
|