| /linux/tools/power/cpupower/po/ |
| H A D | fr.po | 73 #, c-format 80 #, c-format 87 #, c-format 92 #, c-format 97 #, c-format 102 #, c-format 107 #, c-format 112 #, c-format 117 #, c-format 124 #, c-format [all …]
|
| H A D | cs.po | 76 #, c-format 83 #, c-format 90 #, c-format 95 #, c-format 100 #, c-format 105 #, c-format 110 #, c-format 115 #, c-format 120 #, c-format 127 #, c-format [all …]
|
| H A D | pt.po | 71 #, c-format 78 #, c-format 85 #, c-format 90 #, c-format 95 #, c-format 100 #, c-format 105 #, c-format 110 #, c-format 115 #, c-format 122 #, c-format [all …]
|
| H A D | it.po | 73 #, c-format 80 #, c-format 87 #, c-format 92 #, c-format 97 #, c-format 102 #, c-format 107 #, c-format 112 #, c-format 117 #, c-format 124 #, c-format [all …]
|
| H A D | de.po | 73 #, c-format 82 #, c-format 91 #, c-format 96 #, c-format 101 #, c-format 106 #, c-format 111 #, c-format 117 #, c-format 123 #, c-format 132 #, c-format [all …]
|
| H A D | ka.po | 75 #, c-format 84 #, c-format 93 #, c-format 98 #, c-format 103 #, c-format 109 #, c-format 114 #, c-format 121 #, c-format 128 #, c-format 137 #, c-format [all …]
|
| /linux/drivers/media/platform/xilinx/ |
| H A D | xilinx-vip.c | 48 * xvip_get_format_by_code - Retrieve format information for a media bus code 49 * @code: the format media bus code 51 * Return: a pointer to the format information structure corresponding to the 52 * given V4L2 media bus format @code, or ERR_PTR if no corresponding format can 60 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code() local 62 if (format->code == code) in xvip_get_format_by_code() 63 return format; in xvip_get_format_by_code() 71 * xvip_get_format_by_fourcc - Retrieve format information for a 4CC 72 * @fourcc: the format 4CC 74 * Return: a pointer to the format information structure corresponding to the [all …]
|
| /linux/include/drm/ |
| H A D | drm_fourcc.h | 30 * DRM_FORMAT_MAX_PLANES - maximum number of planes a DRM format can have 39 * case the format can't be specified otherwise, so we don't end up 40 * with two values describing the same format. 59 * struct drm_format_info - information about a DRM format 62 /** @format: 4CC format identifier (DRM_FORMAT_*) */ 63 u32 format; member 84 * describing the pixel format. 108 * generic format table. Drivers could supply accurate 136 /** @has_alpha: Does the format embeds an alpha component? */ 139 /** @is_yuv: Is it a YUV format? */ [all …]
|
| /linux/tools/objtool/include/objtool/ |
| H A D | warn.h | 45 #define ___WARN(severity, extra, format, ...) \ argument 47 "%s%s%s: objtool" extra ": " format "\n", \ 53 #define __WARN(severity, format, ...) \ argument 54 ___WARN(severity, "", format, ##__VA_ARGS__) 56 #define __WARN_LINE(severity, format, ...) \ argument 57 ___WARN(severity, " [%s:%d]", format, __FILE__, __LINE__, ##__VA_ARGS__) 59 #define __WARN_ELF(severity, format, ...) \ argument 60 __WARN_LINE(severity, "%s: " format " failed: %s", __func__, ##__VA_ARGS__, elf_errmsg(-1)) 62 #define __WARN_GLIBC(severity, format, ...) \ argument 63 __WARN_LINE(severity, "%s: " format " faile 65 __WARN_FUNC(severity,sec,offset,format,...) global() argument 74 WARN(format,...) global() argument 75 WARN_FUNC(sec,offset,format,...) global() argument 77 WARN_INSN(insn,format,...) global() argument 89 BT_INSN(insn,format,...) global() argument 106 ERROR(format,...) global() argument 107 ERROR_ELF(format,...) global() argument 108 ERROR_GLIBC(format,...) global() argument 109 ERROR_FUNC(sec,offset,format,...) global() argument 110 ERROR_INSN(insn,format,...) global() argument 126 __dbg(format,...) global() argument 139 __dbg_indent(format,...) global() argument [all...] |
| /linux/sound/core/ |
| H A D | pcm_misc.c | 27 static bool valid_format(snd_pcm_format_t format) 29 return format >= 0 && format <= SNDRV_PCM_FORMAT_LAST; 176 /* FIXME: the following format is not defined properly yet */ 240 * snd_pcm_format_signed - Check the PCM format is signed linear 241 * @format: the format to check 243 * Return: 1 if the given PCM format is signed linear, 0 if unsigned 246 int snd_pcm_format_signed(snd_pcm_format_t format) 249 if (!valid_format(format)) in snd_pcm_format_signed() argument 30 valid_format(snd_pcm_format_t format) valid_format() argument 268 snd_pcm_format_unsigned(snd_pcm_format_t format) snd_pcm_format_unsigned() argument 285 snd_pcm_format_linear(snd_pcm_format_t format) snd_pcm_format_linear() argument 298 snd_pcm_format_little_endian(snd_pcm_format_t format) snd_pcm_format_little_endian() argument 317 snd_pcm_format_big_endian(snd_pcm_format_t format) snd_pcm_format_big_endian() argument 335 snd_pcm_format_width(snd_pcm_format_t format) snd_pcm_format_width() argument 354 snd_pcm_format_physical_width(snd_pcm_format_t format) snd_pcm_format_physical_width() argument 374 snd_pcm_format_size(snd_pcm_format_t format,size_t samples) snd_pcm_format_size() argument 389 snd_pcm_format_silence_64(snd_pcm_format_t format) snd_pcm_format_silence_64() argument 409 snd_pcm_format_set_silence(snd_pcm_format_t format,void * data,unsigned int samples) snd_pcm_format_set_silence() argument [all...] |
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-reserved.rst | 7 Reserved Format Identifiers 12 register your own format, send an e-mail to the linux-media mailing list 15 format with other developers add a link to your documentation and send a 17 you think your format should be listed in a standard format section 46 - Compressed format of the ET61X251 driver. 51 - 8 bit RGB format used by the BTTV driver. 56 - YUV format used by the gspca cpia1 driver. 61 - JPEG-Light format (Pegasus Lossless JPEG) used in Divio webcams NW 82 - Compressed GBRG Bayer format used by the gspca driver. 87 - Compressed BGGR Bayer format used by the gspca driver. [all …]
|
| H A D | vidioc-subdev-g-fmt.rst | 13 VIDIOC_SUBDEV_G_FMT - VIDIOC_SUBDEV_S_FMT - Get or set the data format on a subdev pad 38 These ioctls are used to negotiate the frame format at specific subdev 41 To retrieve the current format applications set the ``pad`` field of a 46 driver fills the members of the ``format`` field. 48 To change the current format applications set both the ``pad`` and 49 ``which`` fields and all members of the ``format`` field. When they call 51 driver verifies the requested format, adjusts it based on the hardware 54 format as would be returned by a ``VIDIOC_SUBDEV_G_FMT`` call. 62 For instance, to try a format at the output pad of a sub-device, 63 applications would first set the try format at the sub-device input with [all …]
|
| /linux/drivers/gpu/drm/sysfb/ |
| H A D | vesadrm.c | 154 const struct drm_format_info *format) in vesadrm_fill_gamma_lut() argument 159 switch (format->format) { in vesadrm_fill_gamma_lut() 172 drm_warn_once(dev, "Unsupported format %p4cc for gamma correction\n", in vesadrm_fill_gamma_lut() 173 &format->format); in vesadrm_fill_gamma_lut() 179 const struct drm_format_info *format, in vesadrm_load_gamma_lut() argument 185 switch (format->format) { in vesadrm_load_gamma_lut() 198 drm_warn_once(dev, "Unsupported format %p4cc for gamma correction\n", in vesadrm_load_gamma_lut() 199 &format->format); in vesadrm_load_gamma_lut() 205 const struct drm_format_info *format) in vesadrm_fill_palette_lut() argument 210 switch (format->format) { in vesadrm_fill_palette_lut() [all …]
|
| /linux/sound/core/oss/ |
| H A D | pcm_plugin.c | 36 struct snd_pcm_plugin_format *format; in snd_pcm_plugin_alloc() local 43 format = &plugin->src_format; in snd_pcm_plugin_alloc() 45 format = &plugin->dst_format; in snd_pcm_plugin_alloc() 47 width = snd_pcm_format_physical_width(format->format); in snd_pcm_plugin_alloc() 50 size = array3_size(frames, format->channels, width); in snd_pcm_plugin_alloc() 68 for (channel = 0; channel < format->channels; channel++, c++) { in snd_pcm_plugin_alloc() 74 c->area.step = format->channels * width; in snd_pcm_plugin_alloc() 77 if (snd_BUG_ON(size % format->channels)) in snd_pcm_plugin_alloc() 79 size /= format in snd_pcm_plugin_alloc() 263 snd_pcm_plug_formats(const struct snd_mask * mask,snd_pcm_format_t format) snd_pcm_plug_formats() argument 305 snd_pcm_plug_slave_format(snd_pcm_format_t format,const struct snd_mask * format_mask) snd_pcm_plug_slave_format() argument 549 struct snd_pcm_plugin_format *format; snd_pcm_plug_client_channels_buf() local 658 snd_pcm_area_silence(const struct snd_pcm_channel_area * dst_area,size_t dst_offset,size_t samples,snd_pcm_format_t format) snd_pcm_area_silence() argument 705 snd_pcm_area_copy(const struct snd_pcm_channel_area * src_area,size_t src_offset,const struct snd_pcm_channel_area * dst_area,size_t dst_offset,size_t samples,snd_pcm_format_t format) snd_pcm_area_copy() argument [all...] |
| /linux/include/net/ |
| H A D | net_debug.h | 12 const char *format, ...); 14 void netdev_emerg(const struct net_device *dev, const char *format, ...); 16 void netdev_alert(const struct net_device *dev, const char *format, ...); 18 void netdev_crit(const struct net_device *dev, const char *format, ...); 20 void netdev_err(const struct net_device *dev, const char *format, ...); 22 void netdev_warn(const struct net_device *dev, const char *format, ...); 24 void netdev_notice(const struct net_device *dev, const char *format, ...); 26 void netdev_info(const struct net_device *dev, const char *format, ...); 55 #define netdev_dbg(__dev, format, args...) \ argument 57 dynamic_netdev_dbg(__dev, format, ##args); \ [all …]
|
| /linux/drivers/media/test-drivers/vimc/ |
| H A D | vimc-scaler.c | 110 /* We don't support bayer format */ in vimc_scaler_enum_mbus_code() 128 /* Only accept code in the pix map table in non bayer format */ in vimc_scaler_enum_frame_size() 144 struct v4l2_subdev_format *format) in vimc_scaler_set_fmt() argument 149 /* Do not change the active format while stream is on */ in vimc_scaler_set_fmt() 150 if (format->which == V4L2_SUBDEV_FORMAT_ACTIVE && vscaler->src_frame) in vimc_scaler_set_fmt() 153 fmt = v4l2_subdev_state_get_format(sd_state, format->pad); in vimc_scaler_set_fmt() 159 if (format->pad == VIMC_SCALER_SINK) { in vimc_scaler_set_fmt() 162 /* Only accept code in the pix map table in non bayer format. */ in vimc_scaler_set_fmt() 163 vpix = vimc_pix_map_by_code(format->format.code); in vimc_scaler_set_fmt() 165 fmt->code = format->format.code; in vimc_scaler_set_fmt() [all …]
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | plane.c | 64 copy->format = state->format; in tegra_plane_atomic_duplicate_state() 108 uint32_t format, in tegra_plane_format_mod_supported() argument 111 const struct drm_format_info *info = drm_format_info(format); in tegra_plane_format_mod_supported() 145 for (i = 0; i < state->base.fb->format->num_planes; i++) { in tegra_dc_pin() 193 for (i = 0; i < state->base.fb->format->num_planes; i++) { in tegra_dc_unpin() 246 fmt = state->fb->format; in tegra_plane_calculate_memory_bandwidth() 250 * Note that real memory bandwidth vary depending on format and in tegra_plane_calculate_memory_bandwidth() 326 int tegra_plane_format(u32 fourcc, u32 *format, u32 *swap) in tegra_plane_format() argument 334 *format = WIN_COLOR_DEPTH_B4G4R4A4; in tegra_plane_format() 338 *format = WIN_COLOR_DEPTH_B5G5R5A1; in tegra_plane_format() [all …]
|
| /linux/drivers/acpi/acpica/ |
| H A D | utxferror.c | 27 * format - Printf format string + additional args 35 acpi_error(const char *module_name, u32 line_number, const char *format, ...) in acpi_error() argument 42 va_start(arg_list, format); in acpi_error() 43 acpi_os_vprintf(format, arg_list); in acpi_error() 59 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL() 69 u32 line_number, acpi_status status, const char *format, ...) in ACPI_EXPORT_SYMBOL() 85 va_start(arg_list, format); in ACPI_EXPORT_SYMBOL() 86 acpi_os_vprintf(format, arg_list); in ACPI_EXPORT_SYMBOL() 101 * format - Printf format string + additional args in ACPI_EXPORT_SYMBOL() 109 acpi_warning(const char *module_name, u32 line_number, const char *format, ...) in ACPI_EXPORT_SYMBOL() [all …]
|
| /linux/scripts/gdb/linux/ |
| H A D | timerlist.py | 38 text = " #{}: <{}>, {}, ".format(idx, timer, function) 39 text += "S:{:02x}\n".format(int(timer['state'])) 40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format( 55 text = " .base: {}\n".format(base.address) 56 text += " .index: {}\n".format(base['index']) 58 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution) 60 text += " .offset: {} nsecs\n".format(base['offset']) 72 text = "cpu: {}\n".format(cpu) 74 text += " clock {}:\n".format(i) 84 text += "\n".join([s.format( [all...] |
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | bmi.h | 55 * Request format: 57 * Response format: none 63 * Request format: 67 * Response format: 74 * Request format: 79 * Response format: none 85 * Request format: 89 * Response format: 96 * Request format: 99 * Response format: none [all …]
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmw_surface_cache.h | 48 * given format. 51 vmw_surface_get_desc(SVGA3dSurfaceFormat format) in vmw_surface_get_desc() argument 53 if (format < ARRAY_SIZE(g_SVGA3dSurfaceDescs)) in vmw_surface_get_desc() 54 return &g_SVGA3dSurfaceDescs[format]; in vmw_surface_get_desc() 150 vmw_surface_get_serialized_size(SVGA3dSurfaceFormat format, in vmw_surface_get_serialized_size() argument 155 const SVGA3dSurfaceDesc *desc = vmw_surface_get_desc(format); in vmw_surface_get_serialized_size() 174 vmw_surface_get_serialized_size_extended(SVGA3dSurfaceFormat format, in vmw_surface_get_serialized_size_extended() argument 181 vmw_surface_get_serialized_size(format, in vmw_surface_get_serialized_size_extended() 198 vmw_surface_get_pixel_offset(SVGA3dSurfaceFormat format, in vmw_surface_get_pixel_offset() argument 202 const SVGA3dSurfaceDesc *desc = vmw_surface_get_desc(format); in vmw_surface_get_pixel_offset() [all …]
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | meson_osd_afbcd.c | 58 static int meson_gxm_afbcd_pixel_fmt(u64 modifier, uint32_t format) in meson_gxm_afbcd_pixel_fmt() argument 60 switch (format) { in meson_gxm_afbcd_pixel_fmt() 66 DRM_DEBUG("unsupported afbc format[%08x]\n", format); in meson_gxm_afbcd_pixel_fmt() 71 static bool meson_gxm_afbcd_supported_fmt(u64 modifier, uint32_t format) in meson_gxm_afbcd_supported_fmt() argument 79 return meson_gxm_afbcd_pixel_fmt(modifier, format) >= 0; in meson_gxm_afbcd_supported_fmt() 125 priv->afbcd.format); in meson_gxm_afbcd_setup() 206 static int meson_g12a_afbcd_pixel_fmt(u64 modifier, uint32_t format) in meson_g12a_afbcd_pixel_fmt() argument 208 switch (format) { in meson_g12a_afbcd_pixel_fmt() 230 DRM_DEBUG("unsupported afbc format[%08x]\n", format); in meson_g12a_afbcd_pixel_fmt() 235 static int meson_g12a_afbcd_bpp(uint32_t format) in meson_g12a_afbcd_bpp() argument [all …]
|
| /linux/drivers/hwmon/pmbus/ |
| H A D | adp1050.c | 21 .format[PSC_VOLTAGE_IN] = linear, 22 .format[PSC_VOLTAGE_OUT] = linear, 23 .format[PSC_CURRENT_IN] = linear, 24 .format[PSC_TEMPERATURE] = linear, 33 .format[PSC_VOLTAGE_IN] = linear, 34 .format[PSC_VOLTAGE_OUT] = linear, 35 .format[PSC_CURRENT_IN] = linear, 36 .format[PSC_TEMPERATURE] = linear, 47 .format[PSC_VOLTAGE_IN] = linear, 48 .format[PSC_VOLTAGE_OUT] = linear, [all …]
|
| /linux/Documentation/driver-api/ |
| H A D | generic_pt.rst | 16 Generic PT is structured as a multi-compilation system. Since each format 17 provides an API using a common set of names there can be only one format active 22 map/unmap, etc.) and the per-format code can be directly inlined into the 23 per-format compilation unit. For something like IOMMU each format will be 24 compiled into a per-format IOMMU operations kernel module. 27 format headers and the generic code for the implementation. For instance in an 46 IOMMU implementation uses multi-compilation to generate per-format ops structs 49 The format code is written so that the common names arise from #defines to 50 distinct format specific names. This is intended to aid debuggability by 53 Exported symbols and other global names are mangled using a per-format string [all …]
|
| /linux/sound/usb/ |
| H A D | format.c | 20 #include "format.h" 23 * parse the audio format type I descriptor 24 * and returns the corresponding pcm format 28 * @format: the format tag (wFormatTag) 29 * @fmt: the format type descriptor (v1/v2) or AudioStreaming descriptor (v3) 33 u64 format, void *_fmt) in parse_audio_format_i_type() argument 43 if (format >= 64) { in parse_audio_format_i_type() 45 "%u:%d: invalid format type 0x%llx is detected, processed as PCM\n", in parse_audio_format_i_type() 46 fp->iface, fp->altsetting, format); in parse_audio_format_i_type() 47 format = UAC_FORMAT_TYPE_I_PCM; in parse_audio_format_i_type() [all …]
|