Searched refs:pad (Results 201 - 225 of 1079) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c148 if (fse->pad == UDS_PAD_SINK) {
167 unsigned int pad, struct v4l2_mbus_framefmt *fmt)
173 switch (pad) {
218 uds_try_format(uds, state, fmt->pad, &fmt->format);
220 format = vsp1_entity_get_pad_format(&uds->entity, state, fmt->pad);
223 if (fmt->pad == UDS_PAD_SINK) {
224 /* Propagate the format to the source pad. */
249 .pad = &uds_pad_ops,
165 uds_try_format(struct vsp1_uds *uds, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt) argument
H A Dvsp1_sru.c143 if (fse->pad == SRU_PAD_SINK) {
168 unsigned int pad, struct v4l2_mbus_framefmt *fmt)
174 switch (pad) {
235 sru_try_format(sru, state, fmt->pad, &fmt->format);
237 format = vsp1_entity_get_pad_format(&sru->entity, state, fmt->pad);
240 if (fmt->pad == SRU_PAD_SINK) {
241 /* Propagate the format to the source pad. */
262 .pad = &sru_pad_ops,
166 sru_try_format(struct vsp1_sru *sru, struct v4l2_subdev_state *sd_state, unsigned int pad, struct v4l2_mbus_framefmt *fmt) argument
H A Dvsp1_uif.c93 if (sel->pad != UIF_PAD_SINK)
117 sel->pad, sel->target);
140 if (sel->pad != UIF_PAD_SINK ||
164 sel->pad, V4L2_SEL_TGT_CROP);
186 .pad = &uif_pad_ops,
H A Dvsp1_rwpf.c82 format = vsp1_entity_get_pad_format(&rwpf->entity, state, fmt->pad);
84 if (fmt->pad == RWPF_PAD_SOURCE) {
87 * format code can be changed on the source pad.
115 /* Propagate the format to the source pad. */
141 * pad.
143 if (rwpf->entity.type == VSP1_ENTITY_WPF || sel->pad != RWPF_PAD_SINK)
190 * pad.
192 if (rwpf->entity.type == VSP1_ENTITY_WPF || sel->pad != RWPF_PAD_SINK)
231 /* Propagate the format to the source pad. */
252 .pad
[all...]
H A Dvsp1_entity.h144 unsigned int pad);
148 unsigned int pad, unsigned int target);
169 struct media_pad *vsp1_entity_remote_pad(struct media_pad *pad);
/linux-master/drivers/bus/fsl-mc/
H A Dfsl-mc-private.h128 u8 pad[3]; member in struct:dprc_cmd_set_irq
139 u8 pad[3]; member in struct:dprc_cmd_set_irq_enable
172 __le32 pad; member in struct:dprc_rsp_get_obj_count
233 u8 pad[3]; member in struct:dprc_cmd_set_obj_irq
246 u8 pad[2]; member in struct:dprc_cmd_get_connection
251 __le64 pad[3]; member in struct:dprc_rsp_get_connection
468 __le16 pad; member in struct:dpbp_rsp_get_attributes
511 u8 pad; member in struct:dpcon_rsp_get_attr
518 u8 pad[3]; member in struct:dpcon_cmd_set_notification
/linux-master/drivers/media/spi/
H A Dgs1662.c262 static int gs_s_dv_timings(struct v4l2_subdev *sd, unsigned int pad, argument
268 if (pad != 0)
279 static int gs_g_dv_timings(struct v4l2_subdev *sd, unsigned int pad, argument
284 if (pad != 0)
291 static int gs_query_dv_timings(struct v4l2_subdev *sd, unsigned int pad, argument
299 if (pad != 0)
340 if (timings->pad != 0)
406 if (cap->pad != 0)
438 .pad = &gs_pad_ops,
/linux-master/tools/power/cpupower/utils/
H A Dcpufreq-set.c69 int power = 0, match_count = 0, i, cp, pad; local
107 if (power >= -1) { /* not enough => pad */
108 pad = power + 1;
110 pad = 0;
114 if (cp <= 0 || cp + pad > NORM_FREQ_LEN - 1)
123 /* and pad */
124 for (; i < cp + pad; i++)
130 normalized[i-1] = 0; /* cp > 0 && pad >= 0 ==> i > 0 */
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dauxgm200.c35 struct nvkm_device *device = aux->base.pad->i2c->subdev.device;
42 struct nvkm_device *device = aux->base.pad->i2c->subdev.device;
80 struct nvkm_i2c *i2c = aux->base.pad->i2c;
175 gm200_i2c_aux_new(struct nvkm_i2c_pad *pad, int index, u8 drive, argument
184 nvkm_i2c_aux_ctor(&gm200_i2c_aux_func, pad, index, &aux->base);
/linux-master/drivers/ata/
H A Dpata_buddha.c81 unsigned char pad[2] = { }; local
87 raw_insw((u16 *)data_addr, (u16 *)pad, 1);
88 *buf = pad[0];
90 pad[0] = *buf;
91 raw_outsw((u16 *)data_addr, (u16 *)pad, 1);
H A Dpata_gayle.c59 unsigned char pad[2] = { }; local
65 raw_insw((u16 *)data_addr, (u16 *)pad, 1);
66 *buf = pad[0];
68 pad[0] = *buf;
69 raw_outsw((u16 *)data_addr, (u16 *)pad, 1);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dvnic_sdma.c24 * @pad: pad buffer
25 * @plen: pad length
33 unsigned char pad[HFI1_VNIC_MAX_PAD]; member in struct:vnic_txreq
78 tx->pad + HFI1_VNIC_MAX_PAD - tx->plen,
120 /* setup the last plen bypes of pad */
121 static inline void hfi1_vnic_update_pad(unsigned char *pad, u8 plen) argument
123 pad[HFI1_VNIC_MAX_PAD - 1] = plen - OPA_VNIC_ICRC_TAIL_LEN;
149 hfi1_vnic_update_pad(tx->pad, plen);
/linux-master/drivers/staging/media/imx/
H A Dimx-media-capture.c35 struct media_pad vdev_pad; /* Video device pad */
38 int src_sd_pad; /* Source subdev pad */
286 .pad = priv->src_sd_pad,
297 ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_size, NULL, &fse);
326 .pad = priv->src_sd_pad,
339 ret = v4l2_subdev_call(priv->src_sd, pad, enum_frame_interval,
356 .pad = priv->src_sd_pad,
362 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src);
430 .pad = priv->src_sd_pad,
435 ret = v4l2_subdev_call(priv->src_sd, pad, get_fm
965 imx_media_capture_device_init(struct device *dev, struct v4l2_subdev *src_sd, int pad, bool legacy_api) argument
[all...]
/linux-master/include/uapi/drm/
H A Dhabanalabs_accel.h974 __u32 pad; member in struct:hl_info_device_status
979 __u32 pad; member in struct:hl_info_device_utilization
1028 __u32 pad; member in struct:hl_info_clk_throttle
1059 __u8 pad[6]; member in struct:hl_open_stats_info
1168 __u8 pad[5]; member in struct:hl_info_razwi_event
1203 * @pad: size padding for u64 granularity.
1208 __u16 pad[3]; member in struct:hl_info_hw_err_event
1223 * @pad: size padding for u64 granularity.
1229 __u32 pad; member in struct:hl_info_fw_err_event
1237 * @pad
1243 __u32 pad; member in struct:hl_info_engine_err_event
1318 __u8 pad[2]; member in struct:hl_info_signed
1331 __u8 pad[6]; member in struct:hl_page_fault_info
1392 __u32 pad; member in struct:hl_info_args
1438 __u32 pad; member in struct:hl_cb_out::__anon3289::__anon3290::__anon3291
1546 __u32 pad[10]; member in struct:hl_cs_chunk
1710 __u8 pad[4]; member in struct:hl_cs_in
1746 __u16 pad[3]; member in struct:hl_cs_out
1821 __u8 pad[7]; member in struct:hl_wait_cs_in::__anon3306::__anon3307
1875 __u32 pad; member in struct:hl_wait_cs_out
2056 __u32 pad; member in struct:hl_mem_out::__anon3316::__anon3317
2084 __u32 pad; member in struct:hl_debug_params_etr
2096 __u32 pad; member in struct:hl_debug_params_etf
[all...]
H A Dmsm_drm.h104 __u32 pad; /* must be zero */ member in struct:drm_msm_param
151 __u32 pad; member in struct:drm_msm_gem_info
218 __u32 pad; member in struct:drm_msm_gem_submit_cmd
297 __u32 pad; /*in, reserved for future use, always 0. */ member in struct:drm_msm_gem_submit
366 __u32 pad; member in struct:drm_msm_submitqueue_query
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.h51 struct media_pad pad; member in struct:atomisp_video_pipe
230 /* Padding for currently set sink-pad fmt */
333 uint32_t pad);
336 u32 which, uint32_t pad,
340 u32 which, uint32_t pad, uint32_t target,
346 u32 pad, struct v4l2_mbus_framefmt *ffmt);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c564 u32 *code, u32 *fourcc, int pad)
576 if (code && ctx->s_frame.fmt && pad == FIMC_SD_PAD_SOURCE &&
580 if (fourcc && *fourcc != V4L2_PIX_FMT_JPEG && pad == FIMC_SD_PAD_SOURCE)
583 if (pad == FIMC_SD_PAD_SINK_FIFO)
595 if (pad != FIMC_SD_PAD_SOURCE) {
632 dbg("pad%d: code: 0x%x, %dx%d. dst fmt: %dx%d",
633 pad, code ? *code : 0, *width, *height,
677 * - it must fit in the sink pad format rectangle (f_width/f_height);
680 * - the sink pad format width/height must be 4 multiple of the
681 * prescaler ratios determined by sink pad siz
562 fimc_capture_try_format(struct fimc_ctx *ctx, u32 *width, u32 *height, u32 *code, u32 *fourcc, int pad) argument
737 struct media_pad *pad = &me->pads[0]; local
773 struct media_pad *pad; local
860 int pad; local
[all...]
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c129 u32 pad = fmt->pad; local
137 fmt->format = imgu_pipe->nodes[pad].pad_fmt;
139 mf = v4l2_subdev_state_get_format(sd_state, pad);
156 u32 pad = fmt->pad; local
159 dev_dbg(&imgu->pci_dev->dev, "set subdev %u pad %u fmt to [%ux%u]",
160 pipe, pad, fmt->format.width, fmt->format.height);
164 mf = v4l2_subdev_state_get_format(sd_state, pad);
166 mf = &imgu_pipe->nodes[pad]
192 imgu_subdev_get_crop(struct imgu_v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
203 imgu_subdev_get_compose(struct imgu_v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
285 u32 pad = local->index; local
[all...]
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-isp.c35 * Cropping in the sink pad defines the image region from the sensor.
36 * Cropping in the source pad defines the region for the Image Stabilizer (IS)
44 * | | sink pad format | |
47 * | | | sink pad crop | | |
50 * | | | | source pad crop and format | | | |
104 ret = v4l2_subdev_call(source_sd, pad, get_frame_desc,
467 * Subdev pad operations
482 if (code->pad == RKISP1_ISP_PAD_SINK_VIDEO) {
484 } else if (code->pad == RKISP1_ISP_PAD_SOURCE_VIDEO) {
522 if (fse->pad
[all...]
/linux-master/fs/bcachefs/
H A Dchardev.c66 if (arg.flags || arg.pad)
109 if (arg.flags || arg.pad)
289 if (arg.flags || arg.pad)
313 if (arg.flags || arg.pad)
338 arg.pad)
356 if (arg.flags || arg.pad)
381 arg.pad)
406 arg.pad[0] || arg.pad[1] || arg.pad[
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h71 u8 pad; member in struct:htc_ready_msg
181 u8 pad; member in struct:htc_conn_svc_msg
198 u8 pad; member in struct:htc_conn_svc_rspmsg
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.c158 int pad = 0; local
161 pad = 128;
166 pad))
/linux-master/net/ipv6/
H A Drpl.c40 outhdr->pad = 0;
103 outhdr->pad = 8 - (seglen & 0x7);
105 outhdr->pad = 0;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dsdio_mcu.c22 int ret, pad; local
42 pad = round_up(skb->len, 4) - skb->len;
43 __skb_put_zero(skb, pad);
/linux-master/arch/x86/mm/
H A Dmmap.c86 unsigned long pad = stack_maxrandom_size(task_size) + stack_guard_gap; local
90 if (gap + pad > gap)
91 gap += pad;

Completed in 483 milliseconds

1234567891011>>