Searched refs:pad (Results 126 - 150 of 1079) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/imx/
H A Dimx-ic-prp.c39 struct media_pad pad[PRP_NUM_PADS]; member in struct:prp_priv
83 unsigned int pad, enum v4l2_subdev_format_whence which)
86 return v4l2_subdev_state_get_format(sd_state, pad);
105 switch (code->pad) {
136 if (sdformat->pad >= PRP_NUM_PADS)
141 fmt = __prp_get_fmt(priv, sd_state, sdformat->pad, sdformat->which);
163 if (sdformat->pad >= PRP_NUM_PADS)
175 switch (sdformat->pad) {
196 /* Output pads mirror input pad */
203 fmt = __prp_get_fmt(priv, sd_state, sdformat->pad, sdforma
82 __prp_get_fmt(struct prp_priv *priv, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
[all...]
H A Dimx-media-dev-common.c48 * adds given video device to given imx-media source pad vdev list.
49 * Continues upstream from the pad entity's sink pads.
85 dev_dbg(imxmd->md.dev, "adding %s to pad %s:%u\n",
92 /* attach this vdev to this pad */
98 struct media_pad *pad = &entity->pads[i]; local
100 if (!(pad->flags & MEDIA_PAD_FL_SINK))
104 if (link->sink != pad)
118 * for each pad, to hold the list of video devices reachable from that
119 * pad.
218 struct media_pad *pad, *spa local
312 struct media_pad *pad = &entity->pads[i]; local
[all...]
/linux-master/drivers/pinctrl/actions/
H A Dpinctrl-owl.h100 .pad = name, \
107 .pad = name, \
114 .pad = name, \
121 .pad = name, \
168 * struct owl_pullctl - Actions pad pull control register
180 * struct owl_st - Actions pad schmitt trigger enable register
229 * struct owl_padinfo - Actions pinctrl pad info
230 * @pad: pad name of the SoC
235 int pad; member in struct:owl_padinfo
[all...]
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_tx.c38 unsigned int pad; local
44 pad = ((uintptr_t)skb->data - (sizeof(*local_tx_pd) + hroom)) &
46 skb_push(skb, sizeof(*local_tx_pd) + pad);
54 pad)));
88 pkt_offset = sizeof(struct txpd) + pad;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_hsit.c45 if ((code->pad == HSIT_PAD_SINK && !hsit->inverse) |
46 (code->pad == HSIT_PAD_SOURCE && hsit->inverse))
81 format = vsp1_entity_get_pad_format(&hsit->entity, state, fmt->pad);
83 if (fmt->pad == HSIT_PAD_SOURCE) {
103 /* Propagate the format to the source pad. */
123 .pad = &hsit_pad_ops,
/linux-master/lib/reed_solomon/
H A Ddecode_rs.c15 int i, j, r, k, pad; variable
42 pad = nn - nroots - len;
43 BUG_ON(pad < 0 || pad >= nn - nroots);
112 prim * (nn - 1 - (eras_pos[0] + pad)))];
114 u = rs_modnn(rs, prim * (nn - 1 - (eras_pos[i] + pad)));
211 if (k < pad) {
312 eras_pos[j++] = loc[i] - pad;
319 data[loc[i] - pad] ^= b[i];
321 par[loc[i] - pad
[all...]
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.c129 *mf = *v4l2_subdev_state_get_format(sd_state, fmt->pad);
137 if (fmt->pad == FIMC_ISP_SD_PAD_SINK) {
144 if (fmt->pad == FIMC_ISP_SD_PAD_SRC_FIFO) {
152 isp_dbg(1, sd, "%s: pad%d: fmt: 0x%x, %dx%d\n", __func__,
153 fmt->pad, mf->code, mf->width, mf->height);
167 if (fmt->pad == FIMC_ISP_SD_PAD_SINK) {
180 /* Allow changing format only on sink pad */
184 if (fmt->pad == FIMC_ISP_SD_PAD_SRC_FIFO) {
202 isp_dbg(1, sd, "%s: pad%d: code: 0x%x, %dx%d\n",
203 __func__, fmt->pad, m
215 unsigned int pad; local
[all...]
/linux-master/drivers/phy/tegra/
H A Dxusb-tegra186.c296 tegra186_usb2_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, argument
307 usb2->base.soc = &pad->soc->lanes[index];
309 usb2->base.pad = pad;
331 struct tegra_xusb_padctl *padctl = lane->pad->padctl;
371 /* power down the line state detectors of the pad */
407 * as well as capture the configuration of the USB2.0 pad
448 /* power up the line state detectors of the pad */
455 /* switch the electric control of the USB2.0 pad to XUSB_AO */
479 struct tegra_xusb_padctl *padctl = lane->pad
993 struct tegra_xusb_pad *pad; local
1031 tegra186_usb2_pad_remove(struct tegra_xusb_pad *pad) argument
1072 tegra186_usb3_lane_probe(struct tegra_xusb_pad *pad, struct device_node *np, unsigned int index) argument
1379 struct tegra_xusb_pad *pad; local
1410 tegra186_usb3_pad_remove(struct tegra_xusb_pad *pad) argument
[all...]
/linux-master/tools/testing/selftests/kvm/
H A Dsteal_time.c96 ksft_print_msg(" pad: %d %d %d %d %d %d %d %d %d %d %d\n",
97 st->pad[0], st->pad[1], st->pad[2], st->pad[3],
98 st->pad[4], st->pad[5], st->pad[6], st->pad[7],
99 st->pad[
220 uint8_t pad[47]; member in struct:sta_struct
[all...]
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-video.c327 u32 *pad)
331 remote = media_pad_remote_pad_first(&video->pad);
336 if (pad)
337 *pad = remote->index;
349 u32 pad; local
352 subdev = video_remote_subdev(video, &pad);
356 fmt.pad = pad;
358 ret = v4l2_subdev_call(subdev, pad, get_fmt, NULL, &fmt);
493 struct media_pad *pad; local
326 video_remote_subdev(struct camss_video *video, u32 *pad) argument
541 struct media_pad *pad; local
974 struct media_pad *pad = &video->pad; local
[all...]
/linux-master/include/linux/avf/
H A Dvirtchnl.h356 u32 pad; member in struct:virtchnl_vsi_queue_config_info
422 u16 pad; member in struct:virtchnl_queue_select
442 * Prior to adding the @type member to virtchnl_ether_addr, there were 2 pad
470 u8 pad; member in struct:virtchnl_ether_addr
626 u8 pad[2]; member in struct:virtchnl_vlan_filtering_caps
670 u8 pad[3]; member in struct:virtchnl_vlan_offload_caps
704 u8 pad[2]; member in struct:virtchnl_vlan
712 u8 pad[16]; member in struct:virtchnl_vlan_filter
731 u8 pad[4]; member in struct:virtchnl_vlan_filter_list_v2
848 u8 pad[ member in struct:virtchnl_vlan_setting
949 u32 pad; member in struct:virtchnl_channel_info
957 u32 pad; member in struct:virtchnl_tc_info
976 __be16 pad; /* reserved for future use */ member in struct:virtchnl_l4_spec
1020 u8 pad[3]; member in struct:virtchnl_filter
1059 u8 pad[3]; member in struct:virtchnl_pf_event::__anon2563::__anon2564
1065 u8 pad[3]; member in struct:virtchnl_pf_event::__anon2563::__anon2565
1093 u8 pad[3]; member in struct:virtchnl_rdma_qv_info
1266 u8 pad[3]; member in struct:virtchnl_proto_hdrs
1399 u16 pad; member in struct:virtchnl_fdir_del
[all...]
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-byteproc.c36 #define IS_SINK(pad) (!(pad))
37 #define IS_SRC(pad) ((pad))
196 if (IS_SINK(code->pad)) {
226 if (IS_SINK(fse->pad)) {
249 mf = v4l2_subdev_state_get_format(sd_state, fmt->pad);
254 if (IS_SRC(fmt->pad)) {
265 /* Set the same format on SOURCE pad as well */
282 * Compose is done on the sink pad
467 struct media_pad *pad; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dauxg94.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;
169 struct nvkm_i2c_pad *pad, int index, u8 drive,
178 nvkm_i2c_aux_ctor(func, pad, index, &aux->base);
190 g94_i2c_aux_new(struct nvkm_i2c_pad *pad, int index, u8 drive, argument
193 return g94_i2c_aux_new_(&g94_i2c_aux, pad, index, drive, paux);
168 g94_i2c_aux_new_(const struct nvkm_i2c_aux_func *func, struct nvkm_i2c_pad *pad, int index, u8 drive, struct nvkm_i2c_aux **paux) argument
/linux-master/include/uapi/drm/
H A Dtegra_drm.h63 * @pad:
67 __u32 pad; member in struct:drm_tegra_gem_mmap
110 * @pad:
114 __u32 pad; member in struct:drm_tegra_syncpt_incr
165 * @pad:
169 __u32 pad; member in struct:drm_tegra_open_channel
296 * @pad:
300 __u32 pad; member in struct:drm_tegra_cmdbuf
349 * @pad:
353 __u32 pad; member in struct:drm_tegra_reloc
550 __u32 pad; member in struct:drm_tegra_gem_set_tiling
585 __u32 pad; member in struct:drm_tegra_gem_get_tiling
[all...]
/linux-master/arch/alpha/boot/tools/
H A Dobjstrip.c55 size_t nwritten, tocopy, n, mem_size, fil_size, pad = 0; local
76 pad = BLOCK_SIZE;
259 if (pad) {
260 mem_size = ((mem_size + pad - 1) / pad) * pad;
267 prog_name, pad, (unsigned long) tocopy);
/linux-master/drivers/ata/
H A Dpata_falcon.c74 unsigned char pad[2] = { }; local
81 raw_insw_swapw(data_addr, (u16 *)pad, 1);
83 raw_insw(data_addr, (u16 *)pad, 1);
84 *buf = pad[0];
86 pad[0] = *buf;
88 raw_outsw_swapw(data_addr, (u16 *)pad, 1);
90 raw_outsw(data_addr, (u16 *)pad, 1);
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.c166 struct media_pad *pad; local
168 pad = media_pad_remote_pad_first(&chan->pad);
169 if (!pad)
172 return media_entity_to_v4l2_subdev(pad->entity);
181 struct media_pad *pad; local
189 pad = &subdev->entity.pads[0];
190 while (!(pad->flags & MEDIA_PAD_FL_SOURCE)) {
191 pad = media_pad_remote_pad_first(pad);
[all...]
/linux-master/drivers/mtd/parsers/
H A Dafs.c233 int pad = 0; local
265 pad = 1;
271 pad = 2;
278 entrypoint = imginfo[pad];
279 attributes = imginfo[pad+1];
280 region_count = imginfo[pad+2];
290 u32 region_load_addr = imginfo[pad + 3 + i*4];
291 u32 region_size = imginfo[pad + 4 + i*4];
292 u32 region_offset = imginfo[pad + 5 + i*4];
/linux-master/fs/cachefiles/
H A Dkey.c42 unsigned int b64len, len, print, pad; local
82 pad = b64len * 3 - keylen;
112 name[1] = '0' + pad;
/linux-master/include/linux/greybus/
H A Dgreybus_manifest.h114 __u8 pad; member in struct:greybus_descriptor_interface
139 __u8 pad[2]; member in struct:greybus_descriptor_bundle
157 __u8 pad; member in struct:greybus_descriptor_header
/linux-master/drivers/xen/
H A DMakefile13 dom0-$(CONFIG_XEN_ACPI) += acpi.o $(xen-pad-y)
14 xen-pad-$(CONFIG_X86) += xen-acpi-pad.o
/linux-master/drivers/media/platform/
H A Dvideo-mux.c60 * The mux state is determined by the enabled sink pad link.
61 * Enabling or disabling the source pad link has no effect.
121 struct media_pad *pad; local
128 pad = media_pad_remote_pad_first(&sd->entity.pads[vmux->active]);
129 if (!pad) {
130 dev_err(sd->dev, "Failed to find remote source pad\n");
134 if (!is_media_entity_v4l2_subdev(pad->entity)) {
139 upstream_sd = media_entity_to_v4l2_subdev(pad->entity);
154 struct media_pad *pad = &vmux->pads[sdformat->pad]; local
[all...]
/linux-master/fs/bcachefs/
H A Dprintbuf.c98 int pad; local
125 pad = (int) cur_tabstop(out) - (int) __printbuf_linelen(out, pos);
126 if (pad > 0) {
127 printbuf_insert_spaces(out, out->last_field, pad);
128 pos += pad;
135 pad = (int) cur_tabstop(out) - (int) __printbuf_linelen(out, pos) - 1;
136 if (pad > 0) {
138 printbuf_insert_spaces(out, pos, pad - 1);
139 pos += pad;
345 int pad local
[all...]
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c175 v4l2_subdev_call(s->sd, pad, set_fmt, NULL, &sd_fmt);
203 .pad = s->pad_source,
208 .pad = s->pad_source,
226 v4l2_subdev_call(s->sd, pad, set_fmt, NULL,
233 v4l2_subdev_call(s->sd, pad, set_fmt, NULL,
241 v4l2_subdev_call(s->sd, pad, set_fmt, NULL,
613 timings->pad = 0;
615 pad, enum_dv_timings, timings);
636 pad, s_dv_timings, 0, timings);
656 pad, g_dv_timing
1020 u32 pad = edid->pad; local
1034 u32 pad = edid->pad; local
[all...]
/linux-master/drivers/atm/
H A Dfore200e.h146 u32 pad; /* reserved */ member in struct:tpd
206 u32 pad : 1, /* reserved */
273 u32 pad : 8 /* reserved */
285 u32 pad : 8 /* reserved */
305 u32 pad : 24 /* reserved */
354 __be32 pad[ 2 ]; /* i960 padding */ member in struct:stats_phy
368 __be32 pad[ 1 ]; /* i960 padding */ member in struct:stats_oc3
381 __be32 pad[ 2 ]; /* i960 padding */ member in struct:stats_atm
390 __be32 pad[ 1 ]; /* i960 padding */ member in struct:stats_aal0
406 __be32 pad[ member in struct:stats_aal34
422 __be32 pad[ 3 ]; /* i960 padding */ member in struct:stats_aal5
435 __be32 pad[ 2 ]; /* i960 padding */ member in struct:stats_aux
506 u32 pad[ 4 ]; /* i960 padding */ member in union:cmd
515 u32 pad[ 3 ]; /* i960 padding */ member in struct:cp_cmdq_entry
679 u32 pad[ 2 ]; /* force quad alignment */ member in struct:init_block
[all...]

Completed in 351 milliseconds

1234567891011>>