Home
last modified time | relevance | path

Searched refs:format (Results 2176 - 2200 of 4077) sorted by relevance

1...<<81828384858687888990>>...164

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_hw.h291 #define hw_dbg(format, arg...) \
292 netdev_dbg(igc_get_hw_dev(hw), format, ##arg)
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Ddebug.h204 * debug_text_event() - writes string debug entry in ascii format to active
224 * IMPORTANT: Use "%s" in sprintf format strings with care! Only pointers are
229 __attribute__ ((format(printf, 3, 4)));
232 * debug_sprintf_event() - writes debug entry with format string
238 * @_fmt: format string for debug entry
330 * debug_text_exception() - writes string debug entry in ascii format to active
352 * IMPORTANT: Use "%s" in sprintf format strings with care! Only pointers are
357 __attribute__ ((format(printf, 3, 4)));
361 * debug_sprintf_exception() - writes debug entry with format string and
368 * @_fmt: format strin
[all...]
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dos.h257 __attribute__ ((format (printf, 1, 2)));
259 __attribute__ ((format (printf, 1, 2)));
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/
H A Dmalidp_hw.h42 u32 format; /* DRM fourcc */ member
181 * and the buffer format.
201 * @param fmt_id - internal format ID of output buffer
327 u8 layer_id, u32 format, bool has_modifier);
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
H A Dparallel-display.c166 * If the next bridge does not support bus format negotiation, let's in imx_pd_bridge_atomic_get_input_bus_fmts()
167 * use the static bus format definition (imxpd->bus_format) if it's in imx_pd_bridge_atomic_get_input_bus_fmts()
173 /* Now make sure the requested output format is supported. */ in imx_pd_bridge_atomic_get_input_bus_fmts()
213 bus_fmt = bridge_state->input_bus_cfg.format; in imx_pd_bridge_atomic_check()
220 imx_crtc_state->bus_format = bridge_state->input_bus_cfg.format; in imx_pd_bridge_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-mantix-mlaf057we51.c263 dsi->format = MIPI_DSI_FMT_RGB888; in mantix_probe()
298 mipi_dsi_pixel_format_to_bpp(dsi->format), dsi->lanes); in mantix_probe()
H A Dpanel-elida-kd35t133.c14 #include <linux/media-bus-format.h>
268 dsi->format = MIPI_DSI_FMT_RGB888; in kd35t133_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_plane.c185 u32 format, u64 modifier) in komeda_plane_format_mod_supported()
192 format, modifier, 0); in komeda_plane_format_mod_supported()
184 komeda_plane_format_mod_supported(struct drm_plane *plane, u32 format, u64 modifier) komeda_plane_format_mod_supported() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Ddce6_afmt.c236 if (sad->format == eld_reg_to_type[i][1]) { in dce6_afmt_write_sad_regs()
244 if (sad->format == HDMI_AUDIO_CODING_TYPE_PCM) in dce6_afmt_write_sad_regs()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinconf-generic.c90 if (items[i].format) in pinconf_generic_dump_one()
91 seq_printf(s, " %s)", items[i].format); in pinconf_generic_dump_one()
/kernel/linux/linux-5.10/include/media/
H A Dv4l2-common.h459 /* Pixel format and FourCC helpers */
477 * struct v4l2_format_info - information about a V4L2 format
478 * @format: 4CC format identifier (V4L2_PIX_FMT_*)
489 u32 format; member
515 const struct v4l2_format_info *v4l2_format_info(u32 format);
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_si3054.c138 unsigned int format, in si3054_pcm_prepare()
150 stream_tag, 0, format); in si3054_pcm_prepare()
135 si3054_pcm_prepare(struct hda_pcm_stream *hinfo, struct hda_codec *codec, unsigned int stream_tag, unsigned int format, struct snd_pcm_substream *substream) si3054_pcm_prepare() argument
/kernel/linux/linux-5.10/sound/drivers/pcsp/
H A Dpcsp_lib.c236 snd_pcm_format_physical_width(substream->runtime->format) >> 3; in snd_pcsp_playback_prepare()
237 chip->is_signed = snd_pcm_format_signed(substream->runtime->format); in snd_pcsp_playback_prepare()
/kernel/linux/linux-5.10/sound/soc/sti/
H A Duniperif_reader.c91 switch (runtime->format) { in uni_reader_prepare_pcm()
112 dev_err(reader->dev, "subframe format not supported\n"); in uni_reader_prepare_pcm()
116 /* Configure data memory format */ in uni_reader_prepare_pcm()
117 switch (runtime->format) { in uni_reader_prepare_pcm()
132 dev_err(reader->dev, "format not supported\n"); in uni_reader_prepare_pcm()
159 /* fix 16/0 format */ in uni_reader_prepare_tdm()
253 dev_err(reader->dev, "format not supported\n"); in uni_reader_prepare()
/kernel/linux/linux-5.10/sound/xen/
H A Dxen_snd_front.c86 u8 format, unsigned int channels, in xen_snd_front_stream_prepare()
97 req->op.open.pcm_format = format; in xen_snd_front_stream_prepare()
84 xen_snd_front_stream_prepare(struct xen_snd_front_evtchnl *evtchnl, struct xen_front_pgdir_shbuf *shbuf, u8 format, unsigned int channels, unsigned int rate, u32 buffer_sz, u32 period_sz) xen_snd_front_stream_prepare() argument
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-pre.c166 unsigned int height, unsigned int stride, u32 format, in ipu_pre_configure()
169 const struct drm_format_info *info = drm_format_info(format); in ipu_pre_configure()
165 ipu_pre_configure(struct ipu_pre *pre, unsigned int width, unsigned int height, unsigned int stride, u32 format, uint64_t modifier, unsigned int bufaddr) ipu_pre_configure() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h56 struct vop_reg format; member
167 struct vop_reg format; member
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/
H A Dvimc-common.c255 v4l2_fill_pix_format(fmt, &sd_fmt.format); in vimc_get_pix_format()
256 pix_map = vimc_pix_map_by_code(sd_fmt.format.code); in vimc_get_pix_format()
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dmc44s803.c19 #define mc_printk(level, format, arg...) \
20 printk(level "mc44s803: " format , ## arg)
/kernel/linux/linux-5.10/drivers/staging/media/zoran/
H A Dvideocodec.c33 #define dprintk(num, format, args...) \
36 printk(format, ##args); \
H A Dzr36016.c30 #define dprintk(num, format, args...) \
33 printk(format, ##args); \
/kernel/linux/linux-5.10/drivers/staging/fwserial/
H A Ddma_fifo.c21 #define FAIL(fifo, condition, format...) ({ \
23 WARN(fifo->corrupt, format); \
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dmc44s803.c19 #define mc_printk(level, format, arg...) \
20 printk(level "mc44s803: " format , ## arg)
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
H A Dvimc-common.c255 v4l2_fill_pix_format(fmt, &sd_fmt.format); in vimc_get_pix_format()
256 pix_map = vimc_pix_map_by_code(sd_fmt.format.code); in vimc_get_pix_format()
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h57 u32 format; member
231 u32 format; member

Completed in 17 milliseconds

1...<<81828384858687888990>>...164