Home
last modified time | relevance | path

Searched refs:pad (Results 601 - 625 of 2704) sorted by relevance

1...<<21222324252627282930>>...109

/kernel/linux/linux-5.10/arch/mips/boot/
H A Delf2ecoff.c99 * Combine two segments, which must be contiguous. If pad is true, it's
102 static void combine(struct sect *base, struct sect *new, int pad) in combine() argument
108 if (pad) in combine()
273 int i, pad; in main() local
548 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15; in main()
549 if (pad) { in main()
550 pad = 16 - pad; in main()
551 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad); in main()
556 fprintf(stderr, "wrote %d byte pad in main()
[all...]
/kernel/linux/linux-6.6/arch/mips/boot/
H A Delf2ecoff.c99 * Combine two segments, which must be contiguous. If pad is true, it's
102 static void combine(struct sect *base, struct sect *new, int pad) in combine() argument
108 if (pad) in combine()
273 int i, pad; in main() local
548 pad = (sizeof(efh) + sizeof(eah) + nosecs * sizeof(struct scnhdr)) & 15; in main()
549 if (pad) { in main()
550 pad = 16 - pad; in main()
551 i = write(outfile, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0", pad); in main()
556 fprintf(stderr, "wrote %d byte pad in main()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H A Dcamss.c351 struct media_pad *pad; in camss_find_sensor() local
354 pad = &entity->pads[0]; in camss_find_sensor()
355 if (!(pad->flags & MEDIA_PAD_FL_SINK)) in camss_find_sensor()
358 pad = media_entity_remote_pad(pad); in camss_find_sensor()
359 if (!pad || !is_media_entity_v4l2_subdev(pad->entity)) in camss_find_sensor()
362 entity = pad->entity; in camss_find_sensor()
773 "No source pad in external entity\n"); in camss_subdev_notifier_complete()
/kernel/linux/linux-5.10/fs/iomap/
H A Ddirect-io.c209 unsigned int fs_block_size = i_blocksize(inode), pad; in iomap_dio_bio_actor() local
261 pad = pos & (fs_block_size - 1); in iomap_dio_bio_actor()
262 if (pad) in iomap_dio_bio_actor()
263 iomap_dio_zero(dio, iomap, pos - pad, pad); in iomap_dio_bio_actor()
326 pad = pos & (fs_block_size - 1); in iomap_dio_bio_actor()
327 if (pad) in iomap_dio_bio_actor()
328 iomap_dio_zero(dio, iomap, pos, fs_block_size - pad); in iomap_dio_bio_actor()
/kernel/linux/linux-6.6/fs/iomap/
H A Ddirect-io.c280 unsigned int fs_block_size = i_blocksize(inode), pad; in iomap_dio_bio_iter() local
358 pad = pos & (fs_block_size - 1); in iomap_dio_bio_iter()
359 if (pad) in iomap_dio_bio_iter()
360 iomap_dio_zero(iter, dio, pos - pad, pad); in iomap_dio_bio_iter()
431 pad = pos & (fs_block_size - 1); in iomap_dio_bio_iter()
432 if (pad) in iomap_dio_bio_iter()
433 iomap_dio_zero(iter, dio, pos, fs_block_size - pad); in iomap_dio_bio_iter()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc0310.c81 struct media_pad pad; member
362 unsigned int pad, enum v4l2_subdev_format_whence which) in gc0310_get_pad_format()
365 return v4l2_subdev_get_try_format(&dev->sd, state, pad); in gc0310_get_pad_format()
387 fmt = gc0310_get_pad_format(dev, sd_state, format->pad, format->which); in gc0310_set_fmt()
401 fmt = gc0310_get_pad_format(dev, sd_state, format->pad, format->which); in gc0310_get_fmt()
567 .pad = &gc0310_pad_ops,
653 dev->pad.flags = MEDIA_PAD_FL_SOURCE; in gc0310_probe()
663 ret = media_entity_pads_init(&dev->sd.entity, 1, &dev->pad); in gc0310_probe()
360 gc0310_get_pad_format(struct gc0310_device *dev, struct v4l2_subdev_state *state, unsigned int pad, enum v4l2_subdev_format_whence which) gc0310_get_pad_format() argument
/kernel/linux/linux-6.6/include/uapi/drm/
H A Ddrm.h604 __u32 pad; member
871 __u32 pad; member
881 __u32 pad; member
890 __u32 pad; member
903 __u32 pad; member
915 __u32 pad; member
926 * @pad: Must be zero.
936 __u32 pad; member
943 __u32 pad; member
/kernel/linux/linux-6.6/tools/include/uapi/drm/
H A Ddrm.h604 __u32 pad; member
871 __u32 pad; member
881 __u32 pad; member
890 __u32 pad; member
903 __u32 pad; member
915 __u32 pad; member
926 * @pad: Must be zero.
936 __u32 pad; member
943 __u32 pad; member
/third_party/mesa3d/src/freedreno/afuc/
H A Ddisasm.c452 if (instr->alu.pad) in disasm_instr()
483 if (instr->alu.pad) in disasm_instr()
484 printerr(" (pad=%01x)", instr->alu.pad); in disasm_instr()
664 if (instr->ret.pad) in disasm_instr()
673 if (instr->waitin.pad) in disasm_instr()
676 if (verbose && instr->waitin.pad) in disasm_instr()
677 printerr(" (pad=%x)", instr->waitin.pad); in disasm_instr()
694 if (instr->pad) in disasm_instr()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmt9v032.c186 struct media_pad pad; member
354 unsigned int pad, enum v4l2_subdev_format_whence which) in __mt9v032_get_pad_format()
359 pad); in __mt9v032_get_pad_format()
370 unsigned int pad, enum v4l2_subdev_format_whence which) in __mt9v032_get_pad_crop()
375 pad); in __mt9v032_get_pad_crop()
470 format->pad, in mt9v032_get_format()
511 __crop = __mt9v032_get_pad_crop(mt9v032, sd_state, format->pad, in mt9v032_set_format()
527 __format = __mt9v032_get_pad_format(mt9v032, sd_state, format->pad, in mt9v032_set_format()
552 sel->r = *__mt9v032_get_pad_crop(mt9v032, sd_state, sel->pad, in mt9v032_get_selection()
590 __crop = __mt9v032_get_pad_crop(mt9v032, sd_state, sel->pad, in mt9v032_set_selection()
352 __mt9v032_get_pad_format(struct mt9v032 *mt9v032, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __mt9v032_get_pad_format() argument
368 __mt9v032_get_pad_crop(struct mt9v032 *mt9v032, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __mt9v032_get_pad_crop() argument
[all...]
H A Dov5693.c160 struct media_pad pad; member
775 unsigned int pad, enum v4l2_subdev_format_whence which) in __ov5693_get_pad_format()
779 return v4l2_subdev_get_try_format(&ov5693->sd, state, pad); in __ov5693_get_pad_format()
790 unsigned int pad, enum v4l2_subdev_format_whence which) in __ov5693_get_pad_crop()
794 return v4l2_subdev_get_try_crop(&ov5693->sd, state, pad); in __ov5693_get_pad_crop()
825 crop = __ov5693_get_pad_crop(ov5693, state, format->pad, format->which); in ov5693_set_fmt()
845 fmt = __ov5693_get_pad_format(ov5693, state, format->pad, in ov5693_set_fmt()
897 sel->r = *__ov5693_get_pad_crop(ov5693, state, sel->pad, in ov5693_get_selection()
953 __crop = __ov5693_get_pad_crop(ov5693, state, sel->pad, sel->which); in ov5693_set_selection()
960 format = __ov5693_get_pad_format(ov5693, state, sel->pad, in ov5693_set_selection()
773 __ov5693_get_pad_format(struct ov5693_device *ov5693, struct v4l2_subdev_state *state, unsigned int pad, enum v4l2_subdev_format_whence which) __ov5693_get_pad_format() argument
788 __ov5693_get_pad_crop(struct ov5693_device *ov5693, struct v4l2_subdev_state *state, unsigned int pad, enum v4l2_subdev_format_whence which) __ov5693_get_pad_crop() argument
[all...]
H A Dmax9286.c676 "Failed to find pad for %s\n", subdev->name); in max9286_notify_bound()
695 dev_dbg(&priv->client->dev, "Bound %s pad: %u on index %u\n", in max9286_notify_bound()
800 * Get the format from the first used sink pad, as all sink in max9286_s_stream()
876 if (interval->pad != MAX9286_SRC_PAD) in max9286_g_frame_interval()
889 if (interval->pad != MAX9286_SRC_PAD) in max9286_s_frame_interval()
901 if (code->pad || code->index > 0) in max9286_enum_mbus_code()
912 unsigned int pad, u32 which) in max9286_get_pad_format()
916 return v4l2_subdev_get_try_format(&priv->sd, sd_state, pad); in max9286_get_pad_format()
918 return &priv->fmt[pad]; in max9286_get_pad_format()
932 if (format->pad in max9286_set_fmt()
910 max9286_get_pad_format(struct max9286_priv *priv, struct v4l2_subdev_state *sd_state, unsigned int pad, u32 which) max9286_get_pad_format() argument
962 unsigned int pad = format->pad; max9286_get_fmt() local
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-core.c28 * and we know it has one source pad (pad 0) and four sink
29 * pads (pad 1-4). So to translate a pad on the remote
31 * subtract/add one from the pad/channel number.
33 #define rvin_group_csi_pad_to_channel(pad) ((pad) - 1)
479 unsigned int pad; in rvin_find_pad() local
484 for (pad = 0; pad < s in rvin_find_pad()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H A Dcamss-ispif.c869 * @cfg: V4L2 subdev pad configuration
870 * @pad: pad from which format is requested
878 unsigned int pad, in __ispif_get_format()
883 pad); in __ispif_get_format()
885 return &line->fmt[pad]; in __ispif_get_format()
889 * ispif_try_format - Handle try format by pad subdev method
891 * @cfg: V4L2 subdev pad configuration
892 * @pad: pad o
876 __ispif_get_format(struct ispif_line *line, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) __ispif_get_format() argument
896 ispif_try_format(struct ispif_line *line, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt, enum v4l2_subdev_format_whence which) ispif_try_format() argument
[all...]
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk-rb.c560 unsigned int pad = 0, to_read = nr_entries; in pblk_rb_read_to_bio() local
565 pad = nr_entries - count; in pblk_rb_read_to_bio()
570 pad += (pblk->min_write_pgs - pblk->min_write_pgs_data); in pblk_rb_read_to_bio()
574 c_ctx->nr_padded = pad; in pblk_rb_read_to_bio()
618 if (pad) { in pblk_rb_read_to_bio()
619 if (pblk_bio_add_pages(pblk, bio, GFP_KERNEL, pad)) { in pblk_rb_read_to_bio()
620 pblk_err(pblk, "could not pad page in write bio\n"); in pblk_rb_read_to_bio()
624 if (pad < pblk->min_write_pgs) in pblk_rb_read_to_bio()
625 atomic64_inc(&pblk->pad_dist[pad - 1]); in pblk_rb_read_to_bio()
629 atomic64_add(pad, in pblk_rb_read_to_bio()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c189 struct media_pad *pad) in rzg2l_cru_mc_validate_format()
195 fmt.pad = pad->index; in rzg2l_cru_mc_validate_format()
196 if (v4l2_subdev_call_state_active(sd, pad, get_fmt, &fmt)) in rzg2l_cru_mc_validate_format()
478 struct media_pad *pad; in rzg2l_cru_set_stream() local
481 pad = media_pad_remote_pad_first(&cru->pad); in rzg2l_cru_set_stream()
482 if (!pad) in rzg2l_cru_set_stream()
485 sd = media_entity_to_v4l2_subdev(pad->entity); in rzg2l_cru_set_stream()
516 ret = rzg2l_cru_mc_validate_format(cru, sd, pad); in rzg2l_cru_set_stream()
187 rzg2l_cru_mc_validate_format(struct rzg2l_cru_dev *cru, struct v4l2_subdev *sd, struct media_pad *pad) rzg2l_cru_mc_validate_format() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mcu.h76 u8 pad[4]; member
85 u8 pad[2]; member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dif_usb.h29 uint8_t pad[11]; member
41 uint8_t pad[2]; member
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dkbdif.h505 char pad[XENKBD_IN_EVENT_SIZE]; member
530 char pad[XENKBD_OUT_EVENT_SIZE]; member
/kernel/linux/linux-6.6/include/xen/interface/io/
H A Dkbdif.h488 char pad[XENKBD_IN_EVENT_SIZE]; member
513 char pad[XENKBD_OUT_EVENT_SIZE]; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dptrace.h84 __u8 pad[3]; member
112 __u32 pad; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dif_usb.h29 uint8_t pad[11]; member
41 uint8_t pad[2]; member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mcu.h76 u8 pad[4]; member
85 u8 pad[2]; member
/third_party/elfutils/backends/
H A Dx86_64_corenote.c55 { .offset = at * 8, .regno = dwreg, .count = n, .bits = 16, .pad = 6 }
131 { .offset = 32, .regno = 33, .count = 8, .bits = 80, .pad = 6 }, /* stN */
H A Dppc_corenote.c82 { .offset = 32 * 16, .regno = 67, .count = 1, .bits = 32, .pad = 12 },
84 { .offset = 33 * 16, .regno = 356, .count = 1, .bits = 32, .pad = 12 }

Completed in 27 milliseconds

1...<<21222324252627282930>>...109