/Linux-v4.19/drivers/gpu/drm/ |
D | drm_fourcc.c | 86 const char *drm_get_format_name(uint32_t format, struct drm_format_name_buf *buf) in drm_get_format_name() 105 const struct drm_format_info *__drm_format_info(u32 format) in __drm_format_info() 199 const struct drm_format_info *drm_format_info(u32 format) in drm_format_info() 241 int drm_format_num_planes(uint32_t format) in drm_format_num_planes() 258 int drm_format_plane_cpp(uint32_t format, int plane) in drm_format_plane_cpp() 278 int drm_format_horz_chroma_subsampling(uint32_t format) in drm_format_horz_chroma_subsampling() 295 int drm_format_vert_chroma_subsampling(uint32_t format) in drm_format_vert_chroma_subsampling() 313 int drm_format_plane_width(int width, uint32_t format, int plane) in drm_format_plane_width() 337 int drm_format_plane_height(int height, uint32_t format, int plane) in drm_format_plane_height()
|
/Linux-v4.19/Documentation/input/devices/ |
D | elantech.rst | 395 Parity checking and packet re-synchronization 425 One/Three finger touch 482 Two finger touch 570 One/Three finger touch 635 Native absolute mode 6 byte packet format subsection 656 Status packet 695 Head packet 739 Motion packet 802 Status Packet
|
/Linux-v4.19/sound/core/ |
D | pcm_misc.c | 259 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() 277 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned() 294 int snd_pcm_format_linear(snd_pcm_format_t format) in snd_pcm_format_linear() 307 int snd_pcm_format_little_endian(snd_pcm_format_t format) in snd_pcm_format_little_endian() 325 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian() 343 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() 361 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width() 380 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) in snd_pcm_format_size() 395 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format) in snd_pcm_format_silence_64() 415 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *data, unsigned int samples) in snd_pcm_format_set_silence()
|
/Linux-v4.19/Documentation/driver-api/usb/ |
D | usb.rst | 747 Topology info 777 Bandwidth info 800 Device descriptor info & Product ID info 828 String descriptor info 855 Configuration descriptor info 879 Interface descriptor info (can be multiple per Config) 905 Endpoint descriptor info (can be multiple per Interface)
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mlx5_core.h | 48 #define mlx5_core_dbg(__dev, format, ...) \ argument 53 #define mlx5_core_dbg_once(__dev, format, ...) \ argument 58 #define mlx5_core_dbg_mask(__dev, mask, format, ...) \ argument 64 #define mlx5_core_err(__dev, format, ...) \ argument 69 #define mlx5_core_err_rl(__dev, format, ...) \ argument 75 #define mlx5_core_warn(__dev, format, ...) \ argument 80 #define mlx5_core_info(__dev, format, ...) \ argument
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.h | 186 #define hw_dbg(hw, format, arg...) \ argument 188 #define hw_err(hw, format, arg...) \ argument 190 #define e_dev_info(format, arg...) \ argument 192 #define e_dev_warn(format, arg...) \ argument 194 #define e_dev_err(format, arg...) \ argument 196 #define e_dev_notice(format, arg...) \ argument 198 #define e_info(msglvl, format, arg...) \ argument 200 #define e_err(msglvl, format, arg...) \ argument 202 #define e_warn(msglvl, format, arg...) \ argument 204 #define e_crit(msglvl, format, arg...) \ argument
|
/Linux-v4.19/drivers/media/platform/xilinx/ |
D | xilinx-vip.c | 61 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_code() local 84 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_get_format_by_fourcc() local 125 const struct xvip_video_format *format = &xvip_video_formats[i]; in xvip_of_get_format() local 150 void xvip_set_format_size(struct v4l2_mbus_framefmt *format, in xvip_set_format_size() 255 struct v4l2_mbus_framefmt *format; in xvip_enum_mbus_code() local 293 struct v4l2_mbus_framefmt *format; in xvip_enum_frame_size() local
|
/Linux-v4.19/include/asm-generic/ |
D | bug.h | 130 #define WARN(condition, format...) ({ \ argument 138 #define WARN_TAINT(condition, taint, format...) ({ \ argument 158 #define WARN_ONCE(condition, format...) ({ \ argument 169 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument 197 #define WARN(condition, format...) ({ \ argument 205 #define WARN_ONCE(condition, format...) WARN(condition, format) argument 206 #define WARN_TAINT(condition, taint, format...) WARN(condition, format) argument 207 #define WARN_TAINT_ONCE(condition, taint, format...) WARN(condition, format) argument
|
/Linux-v4.19/tools/perf/ui/ |
D | util.c | 9 static int perf_stdio__error(const char *format, va_list args) in perf_stdio__error() 16 static int perf_stdio__warning(const char *format, va_list args) in perf_stdio__warning() 32 int ui__error(const char *format, ...) in ui__error() 44 int ui__warning(const char *format, ...) in ui__warning()
|
/Linux-v4.19/drivers/input/serio/ |
D | i8042.h | 70 #define dbg(format, arg...) \ argument 77 #define filter_dbg(filter, data, format, args...) \ argument 89 #define dbg(format, arg...) \ argument 95 #define filter_dbg(filter, data, format, args...) do { } while (0) argument
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | core.h | 59 #define mlx5_fpga_dbg(__adev, format, ...) \ argument 63 #define mlx5_fpga_err(__adev, format, ...) \ argument 67 #define mlx5_fpga_warn(__adev, format, ...) \ argument 71 #define mlx5_fpga_warn_ratelimited(__adev, format, ...) \ argument 75 #define mlx5_fpga_notice(__adev, format, ...) \ argument 78 #define mlx5_fpga_info(__adev, format, ...) \ argument
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | pciehp.h | 35 #define dbg(format, arg...) \ argument 40 #define err(format, arg...) \ argument 42 #define info(format, arg...) \ argument 44 #define warn(format, arg...) \ argument 47 #define ctrl_dbg(ctrl, format, arg...) \ argument 53 #define ctrl_err(ctrl, format, arg...) \ argument 55 #define ctrl_info(ctrl, format, arg...) \ argument 57 #define ctrl_warn(ctrl, format, arg...) \ argument
|
D | cpcihp_generic.c | 35 #define dbg(format, arg...) \ argument 41 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME, ## arg) argument 42 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg) argument 43 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME, ## arg) argument
|
D | rpaphp.h | 36 #define dbg(format, arg...) \ argument 42 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME, ## arg) argument 43 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg) argument 44 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME, ## arg) argument
|
/Linux-v4.19/drivers/usb/atm/ |
D | usbatm.h | 29 #define usb_err(instance, format, arg...) \ argument 31 #define usb_info(instance, format, arg...) \ argument 33 #define usb_warn(instance, format, arg...) \ argument 35 #define usb_dbg(instance, format, arg...) \ argument 39 #define atm_printk(level, instance, format, arg...) \ argument 43 #define atm_err(instance, format, arg...) \ argument 45 #define atm_info(instance, format, arg...) \ argument 47 #define atm_warn(instance, format, arg...) \ argument 49 #define atm_dbg(instance, format, ...) \ argument 52 #define atm_rldbg(instance, format, ...) \ argument
|
/Linux-v4.19/net/bluetooth/ |
D | lib.c | 138 void bt_info(const char *format, ...) in bt_info() 154 void bt_warn(const char *format, ...) in bt_warn() 170 void bt_err(const char *format, ...) in bt_err() 186 void bt_err_ratelimited(const char *format, ...) in bt_err_ratelimited()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | utprint.c | 318 int vsnprintf(char *string, acpi_size size, const char *format, va_list args) in vsnprintf() 566 int snprintf(char *string, acpi_size size, const char *format, ...) in snprintf() 591 int sprintf(char *string, const char *format, ...) in sprintf() 617 int vprintf(const char *format, va_list args) in vprintf() 644 int printf(const char *format, ...) in printf() 670 int vfprintf(FILE * file, const char *format, va_list args) in vfprintf() 698 int fprintf(FILE * file, const char *format, ...) in fprintf()
|
/Linux-v4.19/tools/virtio/virtio-trace/ |
D | trace-agent.h | 68 #define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument 69 #define pr_info(format, ...) fprintf(stdout, format, ## __VA_ARGS__) argument 71 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument 73 #define pr_debug(format, ...) do {} while (0) argument
|
/Linux-v4.19/tools/objtool/ |
D | warn.h | 55 #define WARN(format, ...) \ argument 60 #define WARN_FUNC(format, sec, offset, ...) \ argument 67 #define WARN_ELF(format, ...) \ argument
|
/Linux-v4.19/tools/perf/ui/gtk/ |
D | util.c | 32 static int perf_gtk__error(const char *format, va_list args) in perf_gtk__error() 58 static int perf_gtk__warning_info_bar(const char *format, va_list args) in perf_gtk__warning_info_bar() 79 static int perf_gtk__warning_statusbar(const char *format, va_list args) in perf_gtk__warning_statusbar()
|
/Linux-v4.19/sound/usb/ |
D | format.c | 47 u64 format, void *_fmt) in parse_audio_format_i_type() 389 struct audioformat *fp, u64 format, in parse_audio_format_i() 473 u64 format, void *_fmt) in parse_audio_format_ii() 522 struct audioformat *fp, u64 format, in snd_usb_parse_audio_format() 568 u64 format = le64_to_cpu(as->bmFormats); in snd_usb_parse_audio_format_v3() local
|
/Linux-v4.19/drivers/staging/media/omap4iss/ |
D | iss_ipipe.c | 89 struct v4l2_mbus_framefmt *format; in ipipe_configure() local 206 struct v4l2_mbus_framefmt *format; in ipipe_try_format() local 281 struct v4l2_mbus_framefmt format; in ipipe_enum_frame_size() local 320 struct v4l2_mbus_framefmt *format; in ipipe_get_format() local 344 struct v4l2_mbus_framefmt *format; in ipipe_set_format() local 391 struct v4l2_subdev_format format; in ipipe_init_formats() local
|
/Linux-v4.19/drivers/gpu/drm/tegra/ |
D | plane.c | 76 uint32_t format, in tegra_plane_format_mod_supported() 125 int tegra_plane_format(u32 fourcc, u32 *format, u32 *swap) in tegra_plane_format() 231 bool tegra_plane_format_is_yuv(unsigned int format, bool *planar) in tegra_plane_format_is_yuv() 261 static bool __drm_format_has_alpha(u32 format) in __drm_format_has_alpha() 314 unsigned int format; in tegra_plane_setup_opacity() local
|
/Linux-v4.19/include/linux/ |
D | mmdebug.h | 42 #define VM_WARN_ONCE(cond, format...) (void)WARN_ONCE(cond, format) argument 43 #define VM_WARN(cond, format...) (void)WARN(cond, format) argument 51 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) argument 52 #define VM_WARN(cond, format...) BUILD_BUG_ON_INVALID(cond) argument
|
/Linux-v4.19/sound/core/oss/ |
D | route.c | 28 snd_pcm_uframes_t frames, snd_pcm_format_t format) in zero_areas() 41 snd_pcm_uframes_t frames, snd_pcm_format_t format) in copy_area() 54 snd_pcm_format_t format; in route_transfer() local
|