Home
last modified time | relevance | path

Searched refs:pad (Results 51 - 75 of 2705) sorted by relevance

12345678910>>...109

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.c25 #include "pad.h"
131 struct nvkm_i2c_pad *pad = bus->pad; in nvkm_i2c_bus_release() local
133 nvkm_i2c_pad_release(pad); in nvkm_i2c_bus_release()
140 struct nvkm_i2c_pad *pad = bus->pad; in nvkm_i2c_bus_acquire() local
147 ret = nvkm_i2c_pad_acquire(pad, NVKM_I2C_PAD_I2C); in nvkm_i2c_bus_acquire()
209 struct nvkm_i2c_pad *pad, int id, in nvkm_i2c_bus_ctor()
212 struct nvkm_device *device = pad->i2c->subdev.device; in nvkm_i2c_bus_ctor()
222 bus->pad in nvkm_i2c_bus_ctor()
208 nvkm_i2c_bus_ctor(const struct nvkm_i2c_bus_func *func, struct nvkm_i2c_pad *pad, int id, struct nvkm_i2c_bus *bus) nvkm_i2c_bus_ctor() argument
257 nvkm_i2c_bus_new_(const struct nvkm_i2c_bus_func *func, struct nvkm_i2c_pad *pad, int id, struct nvkm_i2c_bus **pbus) nvkm_i2c_bus_new_() argument
[all...]
H A Dbusgf119.c36 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_drive_scl()
44 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_drive_sda()
52 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_sense_scl()
60 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_sense_sda()
68 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_init()
83 gf119_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, in gf119_i2c_bus_new() argument
92 nvkm_i2c_bus_ctor(&gf119_i2c_bus_func, pad, id, &bus->base); in gf119_i2c_bus_new()
H A Dbusnv50.c39 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_drive_scl()
49 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_drive_sda()
59 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_sense_scl()
67 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_sense_sda()
75 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_init()
90 nv50_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, in nv50_i2c_bus_new() argument
101 nvkm_warn(&pad->i2c->subdev, "bus %d unknown\n", drive); in nv50_i2c_bus_new()
109 nvkm_i2c_bus_ctor(&nv50_i2c_bus_func, pad, id, &bus->base); in nv50_i2c_bus_new()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbus.c25 #include "pad.h"
131 struct nvkm_i2c_pad *pad = bus->pad; in nvkm_i2c_bus_release() local
133 nvkm_i2c_pad_release(pad); in nvkm_i2c_bus_release()
140 struct nvkm_i2c_pad *pad = bus->pad; in nvkm_i2c_bus_acquire() local
147 ret = nvkm_i2c_pad_acquire(pad, NVKM_I2C_PAD_I2C); in nvkm_i2c_bus_acquire()
209 struct nvkm_i2c_pad *pad, int id, in nvkm_i2c_bus_ctor()
212 struct nvkm_device *device = pad->i2c->subdev.device; in nvkm_i2c_bus_ctor()
222 bus->pad in nvkm_i2c_bus_ctor()
208 nvkm_i2c_bus_ctor(const struct nvkm_i2c_bus_func *func, struct nvkm_i2c_pad *pad, int id, struct nvkm_i2c_bus *bus) nvkm_i2c_bus_ctor() argument
257 nvkm_i2c_bus_new_(const struct nvkm_i2c_bus_func *func, struct nvkm_i2c_pad *pad, int id, struct nvkm_i2c_bus **pbus) nvkm_i2c_bus_new_() argument
[all...]
H A Dbusgf119.c36 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_drive_scl()
44 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_drive_sda()
52 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_sense_scl()
60 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_sense_sda()
68 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in gf119_i2c_bus_init()
83 gf119_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, in gf119_i2c_bus_new() argument
92 nvkm_i2c_bus_ctor(&gf119_i2c_bus_func, pad, id, &bus->base); in gf119_i2c_bus_new()
H A Dbusnv50.c39 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_drive_scl()
49 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_drive_sda()
59 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_sense_scl()
67 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_sense_sda()
75 struct nvkm_device *device = bus->base.pad->i2c->subdev.device; in nv50_i2c_bus_init()
90 nv50_i2c_bus_new(struct nvkm_i2c_pad *pad, int id, u8 drive, in nv50_i2c_bus_new() argument
101 nvkm_warn(&pad->i2c->subdev, "bus %d unknown\n", drive); in nv50_i2c_bus_new()
109 nvkm_i2c_bus_ctor(&nv50_i2c_bus_func, pad, id, &bus->base); in nv50_i2c_bus_new()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dkfd_ioctl.h72 __u32 pad; member
95 __u32 pad; member
109 __u32 pad; member
126 __u32 pad; member
137 __u32 pad; member
152 __u32 pad; member
165 __u32 pad; member
174 __u32 pad; member
179 __u32 pad; member
238 __u32 pad; member
243 __u32 pad; global() member
248 __u32 pad; global() member
288 __u32 pad; global() member
303 __u32 pad; global() member
333 __u32 pad; global() member
428 __u32 pad; global() member
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dkfd_ioctl.h54 __u32 pad; member
73 __u32 pad; member
83 __u32 pad; member
91 __u32 pad; member
101 __u32 pad; member
107 __u32 pad; member
112 __u32 pad; member
119 __u32 pad; member
123 __u32 pad; member
167 __u32 pad; member
171 __u32 pad; global() member
175 __u32 pad; global() member
202 __u32 pad; global() member
214 __u32 pad; global() member
230 __u32 pad; global() member
274 __u32 pad; global() member
[all...]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dkfd_ioctl.h54 __u32 pad; member
73 __u32 pad; member
83 __u32 pad; member
91 __u32 pad; member
101 __u32 pad; member
107 __u32 pad; member
112 __u32 pad; member
119 __u32 pad; member
123 __u32 pad; member
167 __u32 pad; member
171 __u32 pad; global() member
175 __u32 pad; global() member
202 __u32 pad; global() member
214 __u32 pad; global() member
230 __u32 pad; global() member
274 __u32 pad; global() member
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpni-cmd.h118 __le16 pad; member
136 __le32 pad; member
146 u8 pad[3]; member
151 __le32 pad; member
165 __le32 pad; member
263 u8 pad[3]; member
269 u8 pad[3]; member
274 __le32 pad; member
349 __le16 pad; member
354 __le16 pad; member
359 __le16 pad; global() member
364 __le16 pad; global() member
369 __le16 pad; global() member
430 u8 pad[3]; global() member
438 u8 pad[7]; global() member
539 __le16 pad; global() member
549 __le32 pad; global() member
584 __le32 pad; global() member
593 __le16 pad; global() member
603 u8 pad[3]; global() member
619 u8 pad[6]; global() member
641 __le32 pad; global() member
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_int.c51 * encoding, except if the first byte is >= 0x80 we need to add a zero pad.
63 * Padding is a little trickier too. If the first bytes is > 0x80 then we pad
65 * is non-zero we pad with 0xff. The reason for this distinction is that 0x80
70 * If |pad| is zero, the operation is effectively reduced to memcpy,
71 * and if |pad| is 0xff, then it performs two's complement, ~dst + 1.
77 size_t len, unsigned char pad) in twos_complement()
79 unsigned int carry = pad & 1; in twos_complement()
92 *(--dst) = (unsigned char)(carry += *(--src) ^ pad); in twos_complement()
100 unsigned int pad = 0; in i2c_ibuf() local
108 pad in i2c_ibuf()
76 twos_complement(unsigned char *dst, const unsigned char *src, size_t len, unsigned char pad) twos_complement() argument
157 int neg, pad; c2i_ibuf() local
[all...]
/third_party/openssl/crypto/asn1/
H A Da_int.c51 * encoding, except if the first byte is >= 0x80 we need to add a zero pad.
63 * Padding is a little trickier too. If the first bytes is > 0x80 then we pad
65 * is non-zero we pad with 0xff. The reason for this distinction is that 0x80
70 * If |pad| is zero, the operation is effectively reduced to memcpy,
71 * and if |pad| is 0xff, then it performs two's complement, ~dst + 1.
77 size_t len, unsigned char pad) in twos_complement()
79 unsigned int carry = pad & 1; in twos_complement()
92 *(--dst) = (unsigned char)(carry += *(--src) ^ pad); in twos_complement()
100 unsigned int pad = 0; in i2c_ibuf() local
108 pad in i2c_ibuf()
76 twos_complement(unsigned char *dst, const unsigned char *src, size_t len, unsigned char pad) twos_complement() argument
157 int neg, pad; c2i_ibuf() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
H A Ddpsw-cmd.h101 u8 pad[3]; member
125 u8 pad[3]; member
130 __le32 pad; member
144 __le32 pad; member
186 __le16 pad; member
221 __le16 pad; member
247 __le64 pad; member
263 u8 pad[6]; member
305 __le16 pad; member
310 __le32 pad; member
342 u8 pad[3]; global() member
377 __le16 pad; global() member
[all...]
/kernel/linux/linux-5.10/include/soc/arc/
H A Dmcip.h22 unsigned int pad:8, param:16, cmd:8; member
24 unsigned int cmd:8, param:16, pad:8;
65 pad:1, gfrc:1, dbg:1, pw:1, member
71 pw:1, dbg:1, gfrc:1, pad:1,
79 unsigned int pad:21, cirqnum:3, ver:8; member
81 unsigned int ver:8, cirqnum:3, pad:21;
105 buf.pad = 0; in __mcip_cmd()
/kernel/linux/linux-6.6/include/soc/arc/
H A Dmcip.h22 unsigned int pad:8, param:16, cmd:8; member
24 unsigned int cmd:8, param:16, pad:8;
65 pad:1, gfrc:1, dbg:1, pw:1, member
71 pw:1, dbg:1, gfrc:1, pad:1,
79 unsigned int pad:21, cirqnum:3, ver:8; member
81 unsigned int ver:8, cirqnum:3, pad:21;
105 buf.pad = 0; in __mcip_cmd()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dkfd_ioctl.h40 __u32 pad; member
62 __u32 pad; member
70 __u32 pad; member
80 __u32 pad; member
88 __u32 pad; member
95 __u32 pad; member
102 __u32 pad; member
106 __u32 pad; member
146 __u32 pad; member
150 __u32 pad; member
154 __u32 pad; global() member
166 __u32 pad; global() member
181 __u32 pad; global() member
193 __u32 pad; global() member
214 __u32 pad; global() member
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-v4l2.c219 .pad = vin->parallel.source_pad, in rvin_reset_format()
223 ret = v4l2_subdev_call(vin_to_source(vin), pad, get_fmt, NULL, &fmt); in rvin_reset_format()
259 .pad = vin->parallel.source_pad, in rvin_try_format()
283 ret = v4l2_subdev_call(sd, pad, set_fmt, sd_state, &format); in rvin_try_format()
438 struct media_pad *pad = media_pad_remote_pad_first(&vin->pad); in rvin_remote_rectangle() local
440 if (!pad) in rvin_remote_rectangle()
443 sd = media_entity_to_v4l2_subdev(pad->entity); in rvin_remote_rectangle()
444 index = pad->index; in rvin_remote_rectangle()
450 fmt.pad in rvin_remote_rectangle()
1072 struct media_pad *pad; rvin_notify() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh264qpel_template.c122 const int pad = (BIT_DEPTH == 10) ? (-10 * ((1<<BIT_DEPTH)-1)) : 0;\
132 tmp[0]= (src[0]+src[1])*20 - (src[-1]+src[2])*5 + (src[-2]+src[3]) + pad;\
133 tmp[1]= (src[1]+src[2])*20 - (src[0 ]+src[3])*5 + (src[-1]+src[4]) + pad;\
140 const int tmpB= tmp[-2*tmpStride] - pad;\
141 const int tmpA= tmp[-1*tmpStride] - pad;\
142 const int tmp0= tmp[0 *tmpStride] - pad;\
143 const int tmp1= tmp[1 *tmpStride] - pad;\
144 const int tmp2= tmp[2 *tmpStride] - pad;\
145 const int tmp3= tmp[3 *tmpStride] - pad;\
146 const int tmp4= tmp[4 *tmpStride] - pad;\
[all...]
/kernel/linux/linux-6.6/include/media/
H A Dmedia-entity.h29 * @MEDIA_GRAPH_PAD: Identify a media pad
116 * struct media_pipeline_pad - A pad part of a media pipeline
119 * @pipe: The media_pipeline that the pad is part of
120 * @pad: The media pad
122 * This structure associate a pad with a media pipeline. Instances of
130 struct media_pad *pad; member
162 * a pad. In that case, it represents the source pad.
168 * a pad
1007 media_pad_is_streaming(const struct media_pad *pad) media_pad_is_streaming() argument
1021 struct media_pad *pad; media_entity_is_streaming() local
[all...]
/kernel/linux/linux-5.10/fs/f2fs/
H A Dhash.c45 unsigned pad, val; in str2hashbuf() local
48 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf()
49 pad |= pad << 16; in str2hashbuf()
51 val = pad; in str2hashbuf()
56 val = pad; in str2hashbuf()
60 val = pad; in str2hashbuf()
67 *buf++ = pad; in str2hashbuf()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dhash.c45 unsigned pad, val; in str2hashbuf() local
48 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf()
49 pad |= pad << 16; in str2hashbuf()
51 val = pad; in str2hashbuf()
56 val = pad; in str2hashbuf()
60 val = pad; in str2hashbuf()
67 *buf++ = pad; in str2hashbuf()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c102 unsigned char pad = (unsigned char)(blocksize - *buflen); in ossl_cipher_padblock() local
105 buf[i] = pad; in ossl_cipher_padblock()
110 size_t pad, i; in ossl_cipher_unpadblock() local
122 pad = buf[blocksize - 1]; in ossl_cipher_unpadblock()
123 if (pad == 0 || pad > blocksize) { in ossl_cipher_unpadblock()
127 for (i = 0; i < pad; i++) { in ossl_cipher_unpadblock()
128 if (buf[--len] != pad) { in ossl_cipher_unpadblock()
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c102 unsigned char pad = (unsigned char)(blocksize - *buflen); in ossl_cipher_padblock() local
105 buf[i] = pad; in ossl_cipher_padblock()
110 size_t pad, i; in ossl_cipher_unpadblock() local
122 pad = buf[blocksize - 1]; in ossl_cipher_unpadblock()
123 if (pad == 0 || pad > blocksize) { in ossl_cipher_unpadblock()
127 for (i = 0; i < pad; i++) { in ossl_cipher_unpadblock()
128 if (buf[--len] != pad) { in ossl_cipher_unpadblock()
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dgamecon.c92 NULL, "SNES pad", "NES pad", "NES FourPort", "Multisystem joystick",
123 /* Reading the main axes of any N64 pad is known to fail if the corresponding bit */
161 * Each pad uses one bit per byte. So all pads connected to this port
171 * Request the pad to transmit data in gc_n64_read_packet()
180 * Wait for the pad response to be loaded into the 33-bit register in gc_n64_read_packet()
337 * Each pad uses one bit per byte. So all pads connected to
361 struct gc_pad *pad; in gc_nes_process_packet() local
373 pad = &gc->pads[i]; in gc_nes_process_packet()
374 dev = pad in gc_nes_process_packet()
474 struct gc_pad *pad; gc_multi_process_packet() local
565 struct gc_pad *pad = &gc->pads[j]; gc_psx_command() local
604 struct gc_pad *pad = &gc->pads[i]; gc_psx_read_packet() local
629 gc_psx_report_one(struct gc_pad *pad, unsigned char psx_type, unsigned char *data) gc_psx_report_one() argument
714 struct gc_pad *pad; gc_psx_process_packet() local
802 struct gc_pad *pad = &gc->pads[idx]; gc_setup_pad() local
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dgamecon.c89 NULL, "SNES pad", "NES pad", "NES FourPort", "Multisystem joystick",
120 /* Reading the main axes of any N64 pad is known to fail if the corresponding bit */
158 * Each pad uses one bit per byte. So all pads connected to this port
168 * Request the pad to transmit data in gc_n64_read_packet()
177 * Wait for the pad response to be loaded into the 33-bit register in gc_n64_read_packet()
334 * Each pad uses one bit per byte. So all pads connected to
358 struct gc_pad *pad; in gc_nes_process_packet() local
370 pad = &gc->pads[i]; in gc_nes_process_packet()
371 dev = pad in gc_nes_process_packet()
471 struct gc_pad *pad; gc_multi_process_packet() local
562 struct gc_pad *pad = &gc->pads[j]; gc_psx_command() local
601 struct gc_pad *pad = &gc->pads[i]; gc_psx_read_packet() local
626 gc_psx_report_one(struct gc_pad *pad, unsigned char psx_type, unsigned char *data) gc_psx_report_one() argument
711 struct gc_pad *pad; gc_psx_process_packet() local
799 struct gc_pad *pad = &gc->pads[idx]; gc_setup_pad() local
[all...]

Completed in 19 milliseconds

12345678910>>...109