Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 25 of 45) sorted by relevance

12

/linux/sound/soc/xilinx/
H A Dxlnx_formatter_pcm.c134 u32 padded, srate, bit_depth, status[2]; in xlnx_parse_aes_params() local
159 padded = 0; in xlnx_parse_aes_params()
162 padded = 4; in xlnx_parse_aes_params()
171 bit_depth = 16 + padded; in xlnx_parse_aes_params()
174 bit_depth = 18 + padded; in xlnx_parse_aes_params()
177 bit_depth = 19 + padded; in xlnx_parse_aes_params()
180 bit_depth = 20 + padded; in xlnx_parse_aes_params()
208 padded = 4; in xlnx_parse_aes_params()
210 padded = 0; in xlnx_parse_aes_params()
214 bit_depth = 16 + padded; in xlnx_parse_aes_params()
[all …]
/linux/drivers/usb/serial/
H A Dsafe_serial.c76 static bool padded = IS_ENABLED(CONFIG_USB_SERIAL_SAFE_PADDED); variable
88 module_param(padded, bool, 0);
89 MODULE_PARM_DESC(padded, "Pad to full wMaxPacketSize On/Off");
240 if (padded) { in safe_prepare_write_buffer()
277 padded = true; in safe_startup()
/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-configuration.rst75 padded area but outside active area is undefined. The application can
76 use the padded and active rectangles to detect where the rubbish pixels
124 However, such a padded area is driver-dependent feature not covered by
125 this document. Driver developers are encouraged to keep padded rectangle
126 equal to active one. The padded target is accessed by the
H A Dpixfmt-sdr-ru12le.rst19 in 16 bit space with unused high bits padded with 0.
H A Dpixfmt-sdr-cs14le.rst20 space with unused high bits padded with 0.
H A Dpixfmt-rawnn-cru.rst26 64-bit units, with the 4 or 8 most significant bits padded.
H A Dpixfmt-sdr-pcu16be.rst19 padded with 0. I value starts first and Q value starts at an offset
H A Dpixfmt-sdr-pcu18be.rst19 padded with 0. I value starts first and Q value starts at an offset
H A Dpixfmt-sdr-pcu20be.rst19 padded with 0. I value starts first and Q value starts at an offset
H A Dpixfmt-inzi.rst27 The six remaining MSBs are padded with zeros.
H A Dselection-api-vs-crop-api.rst32 the selection API the concepts of the padded target and constraints
H A Dpixfmt-yuv-luma.rst208 leaves the 6 most significant bits of the last byte padded with 0.
H A Dpixfmt-srggb8-pisp-comp.rst29 of band. Each scanline is padded to a multiple of 8 pixels wide, and each block
/linux/net/sctp/
H A Doutput.c461 int padded = SCTP_PAD4(chunk->skb->len); in sctp_packet_pack() local
464 auth_len = padded; in sctp_packet_pack()
465 else if (auth_len + padded + packet->overhead > in sctp_packet_pack()
468 else if (pkt_size + padded > tp->pathmtu) in sctp_packet_pack()
470 pkt_size += padded; in sctp_packet_pack()
/linux/Documentation/filesystems/
H A Dromfs.rst72 : : padded to 16 byte boundary.
105 : : padded to 16 byte boundary
143 directly after the (padded) file name.
149 padded to an 1024 byte boundary.
/linux/Documentation/infiniband/
H A Dopa_vnic.rst91 Ethernet packet is padded on the transmit side to ensure that the VNIC OPA
93 padded. On the receive side the 'Tail' field is read and the padding is
/linux/include/uapi/linux/
H A Djffs2.h196 jint32_t padded; /* sum of the size of padding nodes */ member
/linux/drivers/net/usb/
H A Dsierra_net.c264 int padded; in parse_hip() local
273 padded = hh->msgid.byte & 0x80; in parse_hip()
292 if (padded) { in parse_hip()
/linux/Documentation/admin-guide/device-mapper/
H A Dverity.rst25 the rest of the block is padded with zeroes.
29 padded with zeroes to the power of two.
228 Directly following the header (and with sector number padded to the next hash
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst73 unsigned_short padded
/linux/arch/powerpc/perf/
H A Dvpa-dtl.c108 u64 padded[3]; member
/linux/Documentation/fb/
H A Dapi.rst61 per macropixel is not a multiple of 8, whether macropixels are padded to the
274 bits per pixel is not a multiple of 8, pixel values are padded to the next
/linux/Documentation/devicetree/bindings/
H A Ddts-coding-style.rst38 part can be padded with leading zeros.
/linux/Documentation/driver-api/early-userspace/
H A Dbuffer-format.rst57 hexadecimal ASCII numbers fully padded with '0' on the left to the
/linux/tools/perf/util/
H A Dpowerpc-vpadtl.c38 u64 padded[3]; member

12