/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_subdev.c | 59 /* no valid V4L2 MBUS code for metadata format, so leave it 0. */ 194 * isp_subdev_enum_mbus_code - Handle pixel format enumeration 495 /* Set format dimensions on non-sink pads as well. */ in atomisp_subdev_set_selection() 580 * isp_subdev_get_format - Retrieve the video format on a pad 587 * to the format type. 593 fmt->format = *atomisp_subdev_get_ffmt(sd, sd_state, fmt->which, in isp_subdev_get_format() 600 * isp_subdev_set_format - Set the video format on a pad 607 * to the format type. 614 &fmt->format); in isp_subdev_set_format()
|
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/ |
H A D | ql4_def.h | 116 #define ql4_printk(level, ha, format, arg...) \ 117 dev_printk(level , &((ha)->pdev->dev) , format , ## arg)
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | uart.c | 490 newline.format = termios->c_cflag & CSTOPB ? in gb_tty_set_termios() 884 gb_tty->line_coding.format = GB_SERIAL_1_STOP_BITS; in gb_uart_probe()
|
/kernel/linux/linux-6.6/drivers/ps3/ |
H A D | ps3av.c | 56 /* format */ 407 int ps3av_set_audio_mode(u32 ch, u32 fs, u32 word_bits, u32 format, u32 source) in ps3av_set_audio_mode() argument 437 fs, word_bits, format, source); in ps3av_set_audio_mode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_priv.h | 490 enum kfd_queue_format format; member 1229 uint32_t format; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce100/ |
H A D | dce100_resource.c | 876 if (context->stream_status[i].plane_states[0]->format in dce100_validate_surface_sets() 924 if (plane_state->format < SURFACE_PIXEL_FORMAT_VIDEO_BEGIN) in dce100_validate_plane()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | params.c | 218 #define STANDARD_PARAM_DEF(name, type, format, strtolfn) \ 225 return scnprintf(buffer, PAGE_SIZE, format "\n", \
|
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpaa2-qdma.c | 152 dpaa2_qdma_populate_fd(u32 format, struct dpaa2_qdma_comp *dpaa2_comp) in dpaa2_qdma_populate_fd() argument 163 * Bypass memory translation, Frame list format, short length disable in dpaa2_qdma_populate_fd() 170 dpaa2_fd_set_frc(fd, format | QDMA_SER_CTX); in dpaa2_qdma_populate_fd() 262 /* first frame list for descriptor buffer (logn format) */ in dpaa2_qdma_prep_memcpy()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | mlx4_ib.h | 60 #define mlx4_ib_warn(ibdev, format, arg...) \ 61 dev_warn((ibdev)->dev.parent, MLX4_IB_DRV_NAME ": " format, ## arg)
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-driver.c | 497 .format.code = MEDIA_BUS_FMT_YUYV8_1X16, in cobalt_subdevs_init() 579 .format.code = MEDIA_BUS_FMT_YUYV8_1X16, in cobalt_subdevs_hsma_init()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov2685.c | 348 struct v4l2_mbus_framefmt *mbus_fmt = &fmt->format; in ov2685_set_fmt() 361 struct v4l2_mbus_framefmt *mbus_fmt = &fmt->format; in ov2685_get_fmt()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-vfe-gen1.c | 708 int vfe_word_per_line(u32 format, u32 width) in vfe_word_per_line() argument 712 switch (format) { in vfe_word_per_line()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | chipone-icn6211.c | 18 #include <linux/media-bus-format.h> 529 dsi->format = MIPI_DSI_FMT_RGB888; in chipone_dsi_attach() 612 /* This is the DSI-end bus format */ in chipone_atomic_get_input_bus_fmts()
|
H A D | tc358775.c | 16 #include <linux/media-bus-format.h> 459 * with MEDIA_BUS_FMT_RGB888_1X7X4_JEIDA jeida-24 format in tc_bridge_enable() 520 "unsupported LVDS bus format 0x%04x\n", in tc_mode_valid() 627 dsi->format = MIPI_DSI_FMT_RGB888; in tc_attach_host()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-ft260.c | 25 #define ft260_dbg(format, arg...) \ 28 pr_info("%s: " format, __func__, ##arg); \ 37 * The ft260 input report format defines 62 bytes for the data payload, but
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | acpi_power_meter.c | 748 struct acpi_buffer format = { sizeof("NNNNNNNNNNN"), "NNNNNNNNNNN" }; in read_capabilities() local 775 status = acpi_extract_package(pss, &format, &state); in read_capabilities()
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | bcm5974.c | 159 #define dprintk(level, format, a...)\ 160 { if (debug >= level) printk(KERN_DEBUG format, ##a); }
|
H A D | appletouch.c | 228 #define dprintk(format, a...) \ 231 printk(KERN_DEBUG format, ##a); \
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 150 __attribute__ ((format (printf, 1, 2))); 153 __attribute__ ((format (printf, 1, 2)));
|
/kernel/linux/linux-6.6/sound/atmel/ |
H A D | ac97c.c | 211 /* configure sample format and size */ in atmel_ac97c_playback_prepare() 218 switch (runtime->format) { in atmel_ac97c_playback_prepare() 293 /* configure sample format and size */ in atmel_ac97c_capture_prepare() 300 switch (runtime->format) { in atmel_ac97c_capture_prepare()
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | hid_bpf.c | 843 const char *format, va_list args) in libbpf_print_fn() 850 snprintf(buf, sizeof(buf), "# %s", format); in libbpf_print_fn() 842 libbpf_print_fn(enum libbpf_print_level level, const char *format, va_list args) libbpf_print_fn() argument
|
/kernel/linux/linux-6.6/sound/drivers/vx/ |
H A D | vx_pcm.c | 119 * vx_set_stream_format - send the stream format command 121 * @data: format bitmask 144 * vx_set_format - set the format of a pipe 157 if (snd_pcm_format_little_endian(runtime->format)) in vx_set_format() 164 switch (snd_pcm_format_physical_width(runtime->format)) { in vx_set_format()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | ad1889.c | 349 if (snd_pcm_format_width(rt->format) == 16) in snd_ad1889_playback_prepare() 399 if (snd_pcm_format_width(rt->format) == 16) in snd_ad1889_capture_prepare()
|
/kernel/linux/linux-6.6/sound/pci/asihpi/ |
H A D | hpi.h | 31 /** Audio format types 121 /** Raw bitstream - unknown format. */ 126 Each sample is a 32bit word in IEEE754 floating point format. 132 /** OEM format 1 - private. */ 134 /** OEM format 2 - private. */ 136 /** Undefined format. */ 590 with single channel format will return an error. 677 /** The physical encoding format of the AESEBU I/O. 684 /** AES/EBU physical format - AES/EBU balanced "professional" */ 686 /** AES/EBU physical format 1122 u16 format; /**< HPI_FORMAT_PCM16, _MPEG etc. see #HPI_FORMATS. */ global() member [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ips.h | 82 #define IPS_PRINTK(level, pcidev, format, arg...) \ 83 dev_printk(level , &((pcidev)->dev) , format , ## arg) 923 * Scatter Gather list format
|