/linux-4.1.27/sound/core/ |
D | pcm_misc.c | 239 int snd_pcm_format_signed(snd_pcm_format_t format) in snd_pcm_format_signed() 258 int snd_pcm_format_unsigned(snd_pcm_format_t format) in snd_pcm_format_unsigned() 276 int snd_pcm_format_linear(snd_pcm_format_t format) in snd_pcm_format_linear() 290 int snd_pcm_format_little_endian(snd_pcm_format_t format) in snd_pcm_format_little_endian() 309 int snd_pcm_format_big_endian(snd_pcm_format_t format) in snd_pcm_format_big_endian() 328 int snd_pcm_format_width(snd_pcm_format_t format) in snd_pcm_format_width() 347 int snd_pcm_format_physical_width(snd_pcm_format_t format) in snd_pcm_format_physical_width() 367 ssize_t snd_pcm_format_size(snd_pcm_format_t format, size_t samples) in snd_pcm_format_size() 383 const unsigned char *snd_pcm_format_silence_64(snd_pcm_format_t format) in snd_pcm_format_silence_64() 404 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *data, unsigned int samples) in snd_pcm_format_set_silence()
|
D | misc.c | 67 const char *format, ...) in __snd_printk()
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_tools.h | 69 #define ehca_dbg(ib_dev, format, arg...) \ argument 78 #define ehca_info(ib_dev, format, arg...) \ argument 82 #define ehca_warn(ib_dev, format, arg...) \ argument 86 #define ehca_err(ib_dev, format, arg...) \ argument 91 #define ehca_gen_dbg(format, arg...) \ argument 98 #define ehca_gen_warn(format, arg...) \ argument 102 #define ehca_gen_err(format, arg...) \ argument 111 #define ehca_dmp(adr, len, format, args...) \ argument
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_common.h | 190 #define hw_dbg(hw, format, arg...) \ argument 192 #define hw_err(hw, format, arg...) \ argument 194 #define e_dev_info(format, arg...) \ argument 196 #define e_dev_warn(format, arg...) \ argument 198 #define e_dev_err(format, arg...) \ argument 200 #define e_dev_notice(format, arg...) \ argument 202 #define e_info(msglvl, format, arg...) \ argument 204 #define e_err(msglvl, format, arg...) \ argument 206 #define e_warn(msglvl, format, arg...) \ argument 208 #define e_crit(msglvl, format, arg...) \ argument
|
/linux-4.1.27/include/asm-generic/ |
D | bug.h | 94 #define WARN(condition, format...) ({ \ argument 102 #define WARN_TAINT(condition, taint, format...) ({ \ argument 119 #define WARN_ONCE(condition, format...) ({ \ argument 129 #define WARN_TAINT_ONCE(condition, taint, format...) ({ \ argument 156 #define WARN(condition, format...) ({ \ argument 164 #define WARN_ONCE(condition, format...) WARN(condition, format) argument 165 #define WARN_TAINT(condition, taint, format...) WARN(condition, format) argument 166 #define WARN_TAINT_ONCE(condition, taint, format...) WARN(condition, format) argument
|
/linux-4.1.27/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
|
D | xilinx-dma.c | 528 xvip_dma_get_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_get_format() 590 xvip_dma_try_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_try_format() 600 xvip_dma_set_format(struct file *file, void *fh, struct v4l2_format *format) in xvip_dma_set_format()
|
D | xilinx-tpg.c | 327 struct v4l2_mbus_framefmt *format; in xtpg_enum_frame_size() local 355 struct v4l2_mbus_framefmt *format; in xtpg_open() local 725 const struct xvip_video_format *format; in xtpg_parse_of() local
|
D | xilinx-vip.h | 194 const struct v4l2_mbus_framefmt *format) in xvip_set_frame_size() 202 struct v4l2_mbus_framefmt *format) in xvip_get_frame_size()
|
D | xilinx-dma.h | 87 struct v4l2_pix_format format; member
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | mlx5_core.h | 42 #define mlx5_core_dbg(dev, format, ...) \ argument 47 #define mlx5_core_dbg_mask(dev, mask, format, ...) \ argument 53 #define mlx5_core_err(dev, format, ...) \ argument 58 #define mlx5_core_warn(dev, format, ...) \ argument
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_debug.h | 210 #define __CDEBUG(cdls, mask, format, ...) \ argument 222 #define CDEBUG(mask, format, ...) __CDEBUG(NULL, mask, format, ## __VA_ARGS__) argument 224 #define CDEBUG_LIMIT(mask, format, ...) \ argument 231 #define CWARN(format, ...) CDEBUG_LIMIT(D_WARNING, format, ## __VA_ARGS__) argument 232 #define CERROR(format, ...) CDEBUG_LIMIT(D_ERROR, format, ## __VA_ARGS__) argument 233 #define CNETERR(format, a...) CDEBUG_LIMIT(D_NETERROR, format, ## a) argument 234 #define CEMERG(format, ...) CDEBUG_LIMIT(D_EMERG, format, ## __VA_ARGS__) argument 236 #define LCONSOLE(mask, format, ...) CDEBUG(D_CONSOLE | (mask), format, ## __VA_ARGS__) argument 237 #define LCONSOLE_INFO(format, ...) CDEBUG_LIMIT(D_CONSOLE, format, ## __VA_ARGS__) argument 238 #define LCONSOLE_WARN(format, ...) CDEBUG_LIMIT(D_CONSOLE | D_WARNING, format, ## __VA_ARGS__) argument [all …]
|
/linux-4.1.27/tools/perf/ui/ |
D | util.c | 8 static int perf_stdio__error(const char *format, va_list args) in perf_stdio__error() 15 static int perf_stdio__warning(const char *format, va_list args) in perf_stdio__warning() 31 int ui__error(const char *format, ...) in ui__error() 43 int ui__warning(const char *format, ...) in ui__warning()
|
D | hist.c | 500 void perf_hpp__column_register(struct perf_hpp_fmt *format) in perf_hpp__column_register() 505 void perf_hpp__column_unregister(struct perf_hpp_fmt *format) in perf_hpp__column_unregister() 510 void perf_hpp__register_sort_field(struct perf_hpp_fmt *format) in perf_hpp__register_sort_field()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_fb.c | 31 struct format { struct 32 enum omap_color_mode dss_format; argument 33 uint32_t pixel_format; argument 41 static const struct format formats[] = { argument 90 const struct format *format; member 135 const struct format *format, int n, int x, int y) in get_linear_addr() 152 const struct format *format = omap_fb->format; in omap_framebuffer_update_scanout() local 385 const struct format *format = NULL; in omap_framebuffer_init() local
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.h | 43 #define usb_err(instance, format, arg...) \ argument 45 #define usb_info(instance, format, arg...) \ argument 47 #define usb_warn(instance, format, arg...) \ argument 49 #define usb_dbg(instance, format, arg...) \ argument 53 #define atm_printk(level, instance, format, arg...) \ argument 57 #define atm_err(instance, format, arg...) \ argument 59 #define atm_info(instance, format, arg...) \ argument 61 #define atm_warn(instance, format, arg...) \ argument 63 #define atm_dbg(instance, format, ...) \ argument 66 #define atm_rldbg(instance, format, ...) \ argument
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | trace-agent.h | 67 #define pr_err(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument 68 #define pr_info(format, ...) fprintf(stdout, format, ## __VA_ARGS__) argument 70 #define pr_debug(format, ...) fprintf(stderr, format, ## __VA_ARGS__) argument 72 #define pr_debug(format, ...) do {} while (0) argument
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | util.c | 30 static int perf_gtk__error(const char *format, va_list args) in perf_gtk__error() 56 static int perf_gtk__warning_info_bar(const char *format, va_list args) in perf_gtk__warning_info_bar() 77 static int perf_gtk__warning_statusbar(const char *format, va_list args) in perf_gtk__warning_statusbar()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | pciehp.h | 47 #define dbg(format, arg...) \ argument 52 #define err(format, arg...) \ argument 54 #define info(format, arg...) \ argument 56 #define warn(format, arg...) \ argument 59 #define ctrl_dbg(ctrl, format, arg...) \ argument 65 #define ctrl_err(ctrl, format, arg...) \ argument 67 #define ctrl_info(ctrl, format, arg...) \ argument 69 #define ctrl_warn(ctrl, format, arg...) \ argument
|
D | cpcihp_generic.c | 54 #define dbg(format, arg...) \ argument 60 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) argument 61 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) argument 62 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) argument
|
D | rpaphp.h | 50 #define dbg(format, arg...) \ argument 56 #define err(format, arg...) printk(KERN_ERR "%s: " format, MY_NAME , ## arg) argument 57 #define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME , ## arg) argument 58 #define warn(format, arg...) printk(KERN_WARNING "%s: " format, MY_NAME , ## arg) argument
|
D | cpci_hotplug_pci.c | 38 #define dbg(format, arg...) \ argument 44 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) argument 45 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) argument 46 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) argument
|
D | cpcihp_zt5550.c | 49 #define dbg(format, arg...) \ argument 55 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) argument 56 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) argument 57 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) argument
|
D | acpi_pcihp.c | 40 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg) argument 41 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg) argument 42 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg) argument
|
D | pcihp_skeleton.c | 51 #define dbg(format, arg...) \ argument 57 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) argument 58 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) argument 59 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) argument
|
D | shpchp.h | 50 #define dbg(format, arg...) \ argument 55 #define err(format, arg...) \ argument 57 #define info(format, arg...) \ argument 59 #define warn(format, arg...) \ argument 62 #define ctrl_dbg(ctrl, format, arg...) \ argument 68 #define ctrl_err(ctrl, format, arg...) \ argument 70 #define ctrl_info(ctrl, format, arg...) \ argument 72 #define ctrl_warn(ctrl, format, arg...) \ argument
|
D | cpci_hotplug_core.c | 45 #define dbg(format, arg...) \ argument 51 #define err(format, arg...) printk(KERN_ERR "%s: " format "\n", MY_NAME , ## arg) argument 52 #define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME , ## arg) argument 53 #define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg) argument
|
D | pci_hotplug_core.c | 49 #define err(format, arg...) printk(KERN_ERR "%s: " format , MY_NAME , ## arg) argument 50 #define info(format, arg...) printk(KERN_INFO "%s: " format , MY_NAME , ## arg) argument 51 #define warn(format, arg...) printk(KERN_WARNING "%s: " format , MY_NAME , ## arg) argument
|
/linux-4.1.27/drivers/media/platform/vsp1/ |
D | vsp1_rwpf.c | 49 struct v4l2_mbus_framefmt *format; in vsp1_rwpf_enum_frame_size() local 103 struct v4l2_mbus_framefmt *format; in vsp1_rwpf_set_format() local 153 struct v4l2_mbus_framefmt *format; in vsp1_rwpf_get_selection() local 185 struct v4l2_mbus_framefmt *format; in vsp1_rwpf_set_selection() local
|
D | vsp1_lif.c | 45 const struct v4l2_mbus_framefmt *format; in lif_s_stream() local 92 struct v4l2_mbus_framefmt *format; in lif_enum_mbus_code() local 113 struct v4l2_mbus_framefmt *format; in lif_enum_frame_size() local 151 struct v4l2_mbus_framefmt *format; in lif_set_format() local
|
D | vsp1_bru.c | 74 struct v4l2_mbus_framefmt *format; in bru_s_stream() local 194 struct v4l2_mbus_framefmt *format; in bru_enum_mbus_code() local 261 struct v4l2_mbus_framefmt *format; in bru_try_format() local 289 struct v4l2_mbus_framefmt *format; in bru_set_format() local 353 struct v4l2_mbus_framefmt *format; in bru_set_selection() local
|
D | vsp1_sru.c | 177 struct v4l2_mbus_framefmt *format; in sru_enum_mbus_code() local 204 struct v4l2_mbus_framefmt *format; in sru_enum_frame_size() local 248 struct v4l2_mbus_framefmt *format; in sru_try_format() local 299 struct v4l2_mbus_framefmt *format; in sru_set_format() local
|
D | vsp1_uds.c | 187 struct v4l2_mbus_framefmt *format; in uds_enum_mbus_code() local 208 struct v4l2_mbus_framefmt *format; in uds_enum_frame_size() local 246 struct v4l2_mbus_framefmt *format; in uds_try_format() local 282 struct v4l2_mbus_framefmt *format; in uds_set_format() local
|
D | vsp1_lut.c | 94 struct v4l2_mbus_framefmt *format; in lut_enum_mbus_code() local 121 struct v4l2_mbus_framefmt *format; in lut_enum_frame_size() local 162 struct v4l2_mbus_framefmt *format; in lut_set_format() local
|
D | vsp1_hsit.c | 80 struct v4l2_mbus_framefmt *format; in hsit_enum_frame_size() local 123 struct v4l2_mbus_framefmt *format; in hsit_set_format() local
|
D | vsp1_video.c | 279 const struct v4l2_pix_format_mplane *format, in vsp1_video_format_adjust() 716 const struct v4l2_pix_format_mplane *format; in vsp1_video_queue_setup() local 746 const struct v4l2_pix_format_mplane *format = &video->format; in vsp1_video_buffer_prepare() local 923 vsp1_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_get_format() 939 vsp1_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_try_format() 951 vsp1_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in vsp1_video_set_format()
|
D | vsp1_entity.c | 91 struct v4l2_subdev_format format; in vsp1_entity_init_formats() local
|
D | vsp1_rpf.c | 79 const struct v4l2_pix_format_mplane *format = &rpf->video.format; in rpf_s_stream() local
|
D | vsp1_wpf.c | 115 struct v4l2_pix_format_mplane *format = &wpf->video.format; in wpf_s_stream() local
|
/linux-4.1.27/tools/virtio/linux/ |
D | kernel.h | 90 #define pr_err(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 92 #define pr_debug(format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 94 #define pr_debug(format, ...) do {} while (0) argument 96 #define dev_err(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument 97 #define dev_warn(dev, format, ...) fprintf (stderr, format, ## __VA_ARGS__) argument
|
/linux-4.1.27/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
|
D | pcm_plugin.c | 51 struct snd_pcm_plugin_format *format; in snd_pcm_plugin_alloc() local 269 static int snd_pcm_plug_formats(struct snd_mask *mask, snd_pcm_format_t format) in snd_pcm_plug_formats() 311 snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, in snd_pcm_plug_slave_format() 554 struct snd_pcm_plugin_format *format; in snd_pcm_plug_client_channels_buf() local 650 size_t samples, snd_pcm_format_t format) in snd_pcm_area_silence() 697 size_t samples, snd_pcm_format_t format) in snd_pcm_area_copy()
|
D | mulaw.c | 277 static void init_data(struct mulaw_priv *data, snd_pcm_format_t format) in init_data() 306 struct snd_pcm_plugin_format *format; in snd_pcm_plugin_build_mulaw() local
|
D | pcm_plugin.h | 49 snd_pcm_format_t format; member 175 static inline int snd_pcm_plug_slave_format(int format, struct snd_mask *format_mask) { return form… in snd_pcm_plug_slave_format()
|
D | io.c | 113 struct snd_pcm_plugin_format format; in snd_pcm_plugin_build_io() local
|
/linux-4.1.27/net/netfilter/ |
D | nf_internals.h | 9 #define NFDEBUG(format, args...) printk(KERN_DEBUG format , ## args) argument 11 #define NFDEBUG(format, args...) argument
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | iss_ipipe.c | 87 struct v4l2_mbus_framefmt *format; in ipipe_configure() local 200 struct v4l2_mbus_framefmt *format; in ipipe_try_format() local 275 struct v4l2_mbus_framefmt format; in ipipe_enum_frame_size() local 313 struct v4l2_mbus_framefmt *format; in ipipe_get_format() local 336 struct v4l2_mbus_framefmt *format; in ipipe_set_format() local 383 struct v4l2_subdev_format format; in ipipe_init_formats() local
|
D | iss_ipipeif.c | 129 struct v4l2_mbus_framefmt *format; in ipipeif_configure() local 385 struct v4l2_mbus_framefmt *format; in ipipeif_try_format() local 453 struct v4l2_mbus_framefmt *format; in ipipeif_enum_mbus_code() local 487 struct v4l2_mbus_framefmt format; in ipipeif_enum_frame_size() local 525 struct v4l2_mbus_framefmt *format; in ipipeif_get_format() local 548 struct v4l2_mbus_framefmt *format; in ipipeif_set_format() local 605 struct v4l2_subdev_format format; in ipipeif_init_formats() local
|
D | iss_resizer.c | 445 struct v4l2_mbus_framefmt *format; in resizer_try_format() local 504 struct v4l2_mbus_framefmt *format; in resizer_enum_mbus_code() local 549 struct v4l2_mbus_framefmt format; in resizer_enum_frame_size() local 587 struct v4l2_mbus_framefmt *format; in resizer_get_format() local 610 struct v4l2_mbus_framefmt *format; in resizer_set_format() local 660 struct v4l2_subdev_format format; in resizer_init_formats() local
|
D | iss_csi2.c | 846 struct v4l2_mbus_framefmt *format; in csi2_try_format() local 901 struct v4l2_mbus_framefmt *format; in csi2_enum_mbus_code() local 938 struct v4l2_mbus_framefmt format; in csi2_enum_frame_size() local 974 struct v4l2_mbus_framefmt *format; in csi2_get_format() local 995 struct v4l2_mbus_framefmt *format; in csi2_set_format() local 1043 struct v4l2_subdev_format format; in csi2_init_formats() local
|
D | iss_video.c | 236 struct v4l2_mbus_framefmt *format) in __iss_video_get_format() 265 struct v4l2_mbus_framefmt format; in iss_video_check_format() local 543 struct v4l2_mbus_framefmt format; in iss_video_enum_format() local 575 iss_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_get_format() 591 iss_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_set_format() 615 iss_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_try_format() 664 struct v4l2_subdev_format format; in iss_video_get_crop() local
|
/linux-4.1.27/tools/include/asm/ |
D | bug.h | 8 #define WARN(condition, format...) ({ \ argument 15 #define WARN_ONCE(condition, format...) ({ \ argument
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_log.c | 118 const char *format, in esas2r_log_master() 187 int esas2r_log(const long level, const char *format, ...) in esas2r_log() 214 const char *format, in esas2r_log_dev()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | ispccp2.c | 289 u32 val, format; in ccp2_lcx_config() local 351 struct v4l2_mbus_framefmt *format; in ccp2_if_configure() local 642 struct v4l2_mbus_framefmt *format; in ccp2_try_format() local 694 struct v4l2_mbus_framefmt *format; in ccp2_enum_mbus_code() local 718 struct v4l2_mbus_framefmt format; in ccp2_enum_frame_size() local 754 struct v4l2_mbus_framefmt *format; in ccp2_get_format() local 775 struct v4l2_mbus_framefmt *format; in ccp2_set_format() local 806 struct v4l2_subdev_format format; in ccp2_init_formats() local 860 struct v4l2_mbus_framefmt *format; in ccp2_s_stream() local
|
D | ispccdc.c | 138 struct v4l2_mbus_framefmt *format; in ccdc_lsc_validate_config() local 265 const struct v4l2_mbus_framefmt *format = in __ccdc_lsc_enable() local 810 struct v4l2_mbus_framefmt *format; in ccdc_config_vp() local 969 const struct v4l2_mbus_framefmt *format; in ccdc_config_sync_if() local 1120 struct v4l2_mbus_framefmt *format; in ccdc_configure() local 2124 struct v4l2_mbus_framefmt *format; in ccdc_enum_mbus_code() local 2190 struct v4l2_mbus_framefmt format; in ccdc_enum_frame_size() local 2230 struct v4l2_mbus_framefmt *format; in ccdc_get_selection() local 2272 struct v4l2_mbus_framefmt *format; in ccdc_set_selection() local 2315 struct v4l2_mbus_framefmt *format; in ccdc_get_format() local [all …]
|
D | ispcsi2.c | 853 struct v4l2_mbus_framefmt *format; in csi2_try_format() local 908 struct v4l2_mbus_framefmt *format; in csi2_enum_mbus_code() local 945 struct v4l2_mbus_framefmt format; in csi2_enum_frame_size() local 981 struct v4l2_mbus_framefmt *format; in csi2_get_format() local 1002 struct v4l2_mbus_framefmt *format; in csi2_set_format() local 1033 struct v4l2_subdev_format format; in csi2_init_formats() local
|
D | ispvideo.c | 271 __isp_video_get_format(struct isp_video *video, struct v4l2_format *format) in __isp_video_get_format() 299 struct v4l2_format format; in isp_video_check_format() local 613 isp_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_get_format() 629 isp_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_set_format() 687 isp_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in isp_video_try_format() 736 struct v4l2_subdev_format format; in isp_video_get_crop() local
|
D | ispresizer.c | 1381 struct v4l2_mbus_framefmt *format; in resizer_try_format() local 1422 struct v4l2_mbus_framefmt *format; in resizer_enum_mbus_code() local 1446 struct v4l2_mbus_framefmt format; in resizer_enum_frame_size() local 1482 struct v4l2_mbus_framefmt *format; in resizer_get_format() local 1503 struct v4l2_mbus_framefmt *format; in resizer_set_format() local 1568 struct v4l2_subdev_format format; in resizer_init_formats() local
|
D | isppreview.c | 1071 const struct v4l2_mbus_framefmt *format = &prev->formats[PREV_PAD_SINK]; in preview_config_input_size() local 1389 struct v4l2_mbus_framefmt *format; in preview_configure() local 1900 struct v4l2_mbus_framefmt format; in preview_enum_frame_size() local 1940 struct v4l2_mbus_framefmt *format; in preview_get_selection() local 1983 struct v4l2_mbus_framefmt *format; in preview_set_selection() local 2024 struct v4l2_mbus_framefmt *format; in preview_get_format() local 2045 struct v4l2_mbus_framefmt *format; in preview_set_format() local 2088 struct v4l2_subdev_format format; in preview_init_formats() local
|
D | ispccp2.h | 50 u32 format; member
|
/linux-4.1.27/sound/usb/ |
D | format.c | 46 unsigned int format, void *_fmt) in parse_audio_format_i_type() 373 struct audioformat *fp, unsigned int format, in parse_audio_format_i() 435 int format, void *_fmt) in parse_audio_format_ii() 484 struct audioformat *fp, unsigned int format, in snd_usb_parse_audio_format()
|
/linux-4.1.27/drivers/input/serio/ |
D | i8042.h | 70 #define dbg(format, arg...) \ argument 78 #define dbg(format, arg...) \ argument
|
/linux-4.1.27/drivers/isdn/capi/ |
D | kcapi.h | 19 #define DBG(format, arg...) do { \ argument 23 #define DBG(format, arg...) /* */ argument
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | uterror.c | 78 u8 node_flags, const char *format, ...) in acpi_ut_predefined_warning() 120 char *pathname, u8 node_flags, const char *format, ...) in acpi_ut_predefined_info() 163 u8 node_flags, const char *format, ...) in acpi_ut_predefined_bios_error()
|
D | utprint.c | 358 acpi_size size, const char *format, va_list args) in acpi_ut_vsnprintf() 601 int acpi_ut_snprintf(char *string, acpi_size size, const char *format, ...) in acpi_ut_snprintf() 628 int acpi_ut_file_vprintf(ACPI_FILE file, const char *format, va_list args) in acpi_ut_file_vprintf() 656 int acpi_ut_file_printf(ACPI_FILE file, const char *format, ...) in acpi_ut_file_printf()
|
D | utdebug.c | 165 u32 component_id, const char *format, ...) in acpi_debug_print() 579 void ACPI_INTERNAL_VAR_XFACE acpi_log_error(const char *format, ...) in acpi_log_error()
|
D | utxferror.c | 71 acpi_error(const char *module_name, u32 line_number, const char *format, ...) in acpi_error()
|
/linux-4.1.27/drivers/misc/mei/ |
D | client.h | 129 #define cl_dbg(dev, cl, format, arg...) \ argument 132 #define cl_err(dev, cl, format, arg...) \ argument
|
/linux-4.1.27/drivers/memstick/host/ |
D | r592.h | 160 #define message(format, ...) \ argument 163 #define __dbg(level, format, ...) \ argument 171 #define dbg(format, ...) __dbg(1, format, ## __VA_ARGS__) argument 172 #define dbg_verbose(format, ...) __dbg(2, format, ## __VA_ARGS__) argument 173 #define dbg_reg(format, ...) __dbg(3, format, ## __VA_ARGS__) argument
|
/linux-4.1.27/net/bluetooth/ |
D | lib.c | 138 void bt_info(const char *format, ...) in bt_info() 154 void bt_err(const char *format, ...) in bt_err()
|
/linux-4.1.27/net/dccp/ccids/lib/ |
D | tfrc.h | 25 #define tfrc_pr_debug(format, a...) DCCP_PR_DEBUG(tfrc_debug, format, ##a) argument 27 #define tfrc_pr_debug(format, a...) argument
|
/linux-4.1.27/drivers/acpi/ |
D | pci_slot.c | 56 #define err(format, arg...) pr_err("%s: " format , MY_NAME , ## arg) argument 57 #define info(format, arg...) pr_info("%s: " format , MY_NAME , ## arg) argument 58 #define dbg(format, arg...) \ argument
|
D | processor_perflib.c | 329 struct acpi_buffer format = { sizeof("NNNNNN"), "NNNNNN" }; in acpi_processor_get_performance_states() local 538 struct acpi_buffer format = {sizeof("NNNNN"), "NNNNN"}; in acpi_processor_get_psd() local
|
D | fan.c | 240 struct acpi_buffer format = { sizeof("NNNN"), "NNNN" }; in acpi_fan_get_fif() local 303 struct acpi_buffer format = { sizeof("NNNNN"), "NNNNN" }; in acpi_fan_get_fps() local
|
/linux-4.1.27/tools/perf/ui/tui/ |
D | util.c | 226 static int __ui__warning(const char *title, const char *format, va_list args) in __ui__warning() 243 static int perf_tui__error(const char *format, va_list args) in perf_tui__error() 248 static int perf_tui__warning(const char *format, va_list args) in perf_tui__warning()
|
D | helpline.c | 29 static int tui_helpline__show(const char *format, va_list ap) in tui_helpline__show()
|
/linux-4.1.27/tools/perf/tests/ |
D | pmu.c | 95 struct test_format *format = &test_formats[i]; in test_format_dir_get() local 138 char *format = test_format_dir_get(); in test__pmu() local
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dss.h | 38 #define DSSDBG(format, ...) \ argument 42 #define DSSERR(format, ...) \ argument 46 #define DSSERR(format, ...) \ argument 51 #define DSSINFO(format, ...) \ argument 55 #define DSSINFO(format, ...) \ argument 60 #define DSSWARN(format, ...) \ argument 64 #define DSSWARN(format, ...) \ argument
|
/linux-4.1.27/security/keys/encrypted-keys/ |
D | encrypted.c | 177 static int datablob_parse(char *datablob, const char **format, in datablob_parse() 526 const u8 *format, const u8 *master_key, in datablob_hmac_verify() 599 const char *format, in encrypted_key_alloc() 652 const char *format, const char *hex_encoded_iv) in encrypted_key_decrypt() 708 const char *format, const char *master_desc, in __ekey_init() 742 const char *key_desc, const char *format, in encrypted_init() 781 const char *format = NULL; in encrypted_instantiate() local 844 const char *format = NULL; in encrypted_update() local
|
/linux-4.1.27/sound/soc/spear/ |
D | spdif_in.c | 31 u32 format; member 77 static void spdif_in_format(struct spdif_in_dev *host, u32 format) in spdif_in_format() 99 u32 format; in spdif_in_hw_params() local
|
/linux-4.1.27/net/atm/ |
D | mpoa_proc.c | 25 #define dprintk(format, args...) \ argument 28 #define dprintk(format, args...) \ argument 38 #define ddprintk(format, args...) \ argument
|
D | mpoa_caches.c | 18 #define dprintk(format, args...) \ argument 28 #define ddprintk(format, args...) \ argument
|
D | mpc.c | 46 #define dprintk(format, args...) \ argument 50 #define dprintk_cont(format, args...) \ argument 59 #define ddprintk(format, args...) \ argument 63 #define ddprintk_cont(format, args...) \ argument
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | hisax_debug.h | 28 #define DBG(level, format, arg...) do { \ argument 74 #define DBG(level, format, arg...) do {} while (0) argument
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
D | shmob_drm_plane.c | 32 const struct shmob_drm_format_info *format; member 70 u32 format; in __shmob_drm_plane_setup() local 184 const struct shmob_drm_format_info *format; in shmob_drm_plane_update() local
|
D | shmob_drm_kms.c | 109 const struct shmob_drm_format_info *format; in shmob_drm_fb_create() local
|
D | shmob_drm_crtc.h | 29 const struct shmob_drm_format_info *format; member
|
/linux-4.1.27/drivers/input/mouse/ |
D | psmouse.h | 172 #define psmouse_dbg(psmouse, format, ...) \ argument 175 #define psmouse_info(psmouse, format, ...) \ argument 178 #define psmouse_warn(psmouse, format, ...) \ argument 181 #define psmouse_err(psmouse, format, ...) \ argument 184 #define psmouse_notice(psmouse, format, ...) \ argument 187 #define psmouse_printk(level, psmouse, format, ...) \ argument
|
/linux-4.1.27/drivers/tty/ |
D | n_r3964.c | 85 #define TRACE(format, args...) printk("r3964: " format "\n" , ## args) argument 88 #define TRACE_M(format, args...) printk("r3964: " format "\n" , ## args) argument 93 #define TRACE_PS(format, args...) printk("r3964: " format "\n" , ## args) argument 98 #define TRACE_PE(format, args...) printk("r3964: " format "\n" , ## args) argument 103 #define TRACE_L(format, args...) printk("r3964: " format "\n" , ## args) argument 108 #define TRACE_Q(format, args...) printk("r3964: " format "\n" , ## args) argument
|
/linux-4.1.27/drivers/mtd/ |
D | sm_ftl.h | 77 #define sm_printk(format, ...) \ argument 80 #define dbg(format, ...) \ argument 84 #define dbg_verbose(format, ...) \ argument
|
/linux-4.1.27/include/linux/ |
D | mmdebug.h | 41 #define VM_WARN_ONCE(cond, format...) WARN_ONCE(cond, format) argument 49 #define VM_WARN_ONCE(cond, format...) BUILD_BUG_ON_INVALID(cond) argument
|
D | ratelimit.h | 55 #define WARN_RATELIMIT(condition, format, ...) \ argument 73 #define WARN_RATELIMIT(condition, format, ...) \ argument
|
D | ipmi-fru.h | 27 uint8_t format; /* 0x01 */ member 49 uint8_t format; /* 0x01 */ member
|
D | dynamic_debug.h | 17 const char *format; member
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_isif.c | 231 struct v4l2_pix_format format; in isif_config_format() local 1076 struct v4l2_mbus_framefmt *format; in isif_config_raw() local 1229 struct v4l2_mbus_framefmt *format; in isif_config_ycbcr() local 1343 struct v4l2_mbus_framefmt *format; in isif_configure() local 1429 struct v4l2_mbus_framefmt *format; in isif_set_format() local 1461 struct v4l2_mbus_framefmt *format; in isif_get_format() local 1483 struct v4l2_subdev_format format; in isif_enum_frame_size() local 1551 struct v4l2_mbus_framefmt *format; in isif_pad_set_selection() local 1629 struct v4l2_subdev_format format; in isif_init_formats() local
|
D | dm365_resizer.c | 85 struct v4l2_mbus_framefmt *format, in resizer_validate_output_image_format() 1398 struct v4l2_mbus_framefmt *format; in resizer_set_format() local 1457 struct v4l2_mbus_framefmt *format; in resizer_get_format() local 1478 struct v4l2_mbus_framefmt format; in resizer_enum_frame_size() local 1541 struct v4l2_subdev_format format; in resizer_init_formats() local
|
D | dm365_ipipeif.c | 648 struct v4l2_mbus_framefmt format; in ipipeif_enum_frame_size() local 704 struct v4l2_mbus_framefmt *format; in ipipeif_set_format() local 764 struct v4l2_subdev_format format; in ipipeif_init_formats() local
|
D | vpfe_video.c | 104 struct v4l2_format *format) in __vpfe_video_get_format() 656 struct v4l2_format format; in vpfe_enum_fmt() local 715 struct v4l2_format format; in vpfe_s_fmt() local 749 struct v4l2_format format; in vpfe_try_fmt() local
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-isp.c | 169 struct v4l2_mbus_framefmt *format; in __isp_subdev_try_format() local 220 struct v4l2_subdev_format format = *fmt; in fimc_isp_subdev_set_fmt() local 234 struct v4l2_subdev_format format = *fmt; in fimc_isp_subdev_set_fmt() local 370 struct v4l2_mbus_framefmt *format; in fimc_isp_subdev_open() local
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 338 #define e_dbg(format, arg...) \ argument 340 #define e_err(msglvl, format, arg...) \ argument 342 #define e_info(msglvl, format, arg...) \ argument 344 #define e_warn(msglvl, format, arg...) \ argument 346 #define e_notice(msglvl, format, arg...) \ argument 348 #define e_dev_info(format, arg...) \ argument 350 #define e_dev_warn(format, arg...) \ argument 352 #define e_dev_err(format, arg...) \ argument
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet.h | 339 #define DERROR(dbg, format, args...) \ argument 344 #define DEBUG(dbg, format, args...) \ argument 349 #define DENTER(dbg, format, args...) \ argument 354 #define DPASS(dbg, format, args...) \ argument 359 #define DEXIT(dbg, format, args...) \ argument
|
/linux-4.1.27/sound/soc/fsl/ |
D | wm1133-ev1.c | 35 snd_pcm_format_t format; member 87 snd_pcm_format_t format = params_format(params); in wm1133_ev1_hw_params() local
|
D | mpc5200_psc_i2s.c | 107 static int psc_i2s_set_fmt(struct snd_soc_dai *cpu_dai, unsigned int format) in psc_i2s_set_fmt()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-subdev.c | 130 struct v4l2_subdev_format *format) in check_format() 258 struct v4l2_subdev_format *format = arg; in subdev_do_ioctl() local 268 struct v4l2_subdev_format *format = arg; in subdev_do_ioctl() local
|
/linux-4.1.27/drivers/media/common/b2c2/ |
D | flexcop-common.h | 30 #define err(format, arg...) \ argument 33 #define info(format, arg...) \ argument 36 #define warn(format, arg...) \ argument
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zoran_card.h | 35 #define dprintk(num, format, args...) \ argument
|
D | videocodec.c | 52 #define dprintk(num, format, args...) \ argument
|
/linux-4.1.27/drivers/ata/ |
D | pata_sc1200.c | 99 u32 format; in sc1200_set_piomode() local 137 u32 format; in sc1200_set_dmamode() local
|
D | pata_cs5530.c | 62 int format; in cs5530_set_piomode() local
|
/linux-4.1.27/net/dccp/ |
D | dccp.h | 43 #define dccp_pr_debug(format, a...) DCCP_PR_DEBUG(dccp_debug, format, ##a) argument 44 #define dccp_pr_debug_cat(format, a...) DCCP_PRINTK(dccp_debug, format, ##a) argument 47 #define dccp_pr_debug(format, a...) argument 48 #define dccp_pr_debug_cat(format, a...) argument 49 #define dccp_debug(format, a...) argument
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | svga3d_surfacedefs.h | 715 svga3dsurface_get_desc(SVGA3dSurfaceFormat format) in svga3dsurface_get_desc() 834 svga3dsurface_get_serialized_size(SVGA3dSurfaceFormat format, in svga3dsurface_get_serialized_size() 865 svga3dsurface_get_pixel_offset(SVGA3dSurfaceFormat format, in svga3dsurface_get_pixel_offset() 882 svga3dsurface_get_image_offset(SVGA3dSurfaceFormat format, in svga3dsurface_get_image_offset()
|
/linux-4.1.27/drivers/mtd/nand/ |
D | r852.h | 151 #define dbg(format, ...) \ argument 155 #define dbg_verbose(format, ...) \ argument 160 #define message(format, ...) \ argument
|
/linux-4.1.27/tools/perf/util/ |
D | hist.h | 215 #define perf_hpp__for_each_format(format) \ argument 218 #define perf_hpp__for_each_format_safe(format, tmp) \ argument 221 #define perf_hpp__for_each_sort_list(format) \ argument 224 #define perf_hpp__for_each_sort_list_safe(format, tmp) \ argument 258 static inline bool perf_hpp__should_skip(struct perf_hpp_fmt *format) in perf_hpp__should_skip()
|
D | pmu.c | 72 static int pmu_format(const char *name, struct list_head *format) in pmu_format() 524 struct perf_pmu_format *format; in pmu_find_format() local 537 static void pmu_format_value(unsigned long *format, __u64 value, __u64 *v, in pmu_format_value() 593 struct perf_pmu_format *format; in pmu_config_term() local 797 struct perf_pmu_format *format; in perf_pmu__new_format() local
|
D | pmu.h | 24 struct list_head format; /* HEAD struct perf_pmu_format -> list */ member
|
/linux-4.1.27/sound/soc/codecs/ |
D | pcm1792a.c | 75 unsigned int format; member 80 unsigned int format) in pcm1792a_set_dai_fmt()
|
D | pcm1681.c | 84 unsigned int format; member 138 unsigned int format) in pcm1681_set_dai_fmt()
|
D | si476x.c | 79 u16 format = 0; in si476x_codec_set_dai_fmt() local
|
D | ak5386.c | 84 unsigned int format) in ak5386_set_dai_fmt()
|
D | ak4671.c | 523 u8 format; in ak4671_set_dai_fmt() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r600_cs.c | 177 bool r600_fmt_is_valid_color(u32 format) in r600_fmt_is_valid_color() 188 bool r600_fmt_is_valid_texture(u32 format, enum radeon_family family) in r600_fmt_is_valid_texture() 202 int r600_fmt_get_blocksize(u32 format) in r600_fmt_get_blocksize() 210 int r600_fmt_get_nblocksx(u32 format, u32 w) in r600_fmt_get_nblocksx() 224 int r600_fmt_get_nblocksy(u32 format, u32 h) in r600_fmt_get_nblocksy() 358 u32 format; in r600_cs_track_validate_cb() local 752 u32 format = G_0280A0_FORMAT(track->cb_color_info[i]); in r600_cs_track_check() local 1410 unsigned w0, unsigned h0, unsigned d0, unsigned nsamples, unsigned format, in r600_texture_size() 1483 u32 format; in r600_check_texture_resource() local
|
D | r600_blit.c | 77 set_render_target(drm_radeon_private_t *dev_priv, int format, int w, int h, u64 gpu_addr) in set_render_target() 257 int format, int w, int h, int pitch, u64 gpu_addr) in set_tex_resource()
|
/linux-4.1.27/drivers/atm/ |
D | horizon.h | 49 #define PRINTK(severity,format,args...) \ argument 71 #define PRINTDB(bits,format,args...) \ argument 73 #define PRINTDM(bits,format,args...) \ argument 75 #define PRINTDE(bits,format,args...) \ argument 77 #define PRINTD(bits,format,args...) \ argument 82 #define PRINTD(bits,format,args...) argument 83 #define PRINTDB(bits,format,args...) argument 84 #define PRINTDM(bits,format,args...) argument 85 #define PRINTDE(bits,format,args...) argument
|
D | idt77105.c | 27 #define DPRINTK(format,args...) printk(KERN_DEBUG format,##args) argument 29 #define DPRINTK(format,args...) argument
|
D | ambassador.h | 45 #define PRINTK(severity,format,args...) \ argument 70 #define PRINTDB(bits,format,args...) \ argument 72 #define PRINTDM(bits,format,args...) \ argument 74 #define PRINTDE(bits,format,args...) \ argument 76 #define PRINTD(bits,format,args...) \ argument 81 #define PRINTD(bits,format,args...) argument 82 #define PRINTDB(bits,format,args...) argument 83 #define PRINTDM(bits,format,args...) argument 84 #define PRINTDE(bits,format,args...) argument 88 #define PRINTDD(bits,format,args...) argument
|
/linux-4.1.27/arch/mips/cavium-octeon/executive/ |
D | cvmx-interrupt-rsl.c | 39 #define PRINT_ERROR(format, ...) argument
|
D | cvmx-interrupt-decodes.c | 44 #define PRINT_ERROR(format, ...) argument
|
/linux-4.1.27/tools/lib/api/fs/ |
D | findfs.c | 30 char format[128]; in find_mountpoint() local
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_debug.h | 38 #define yprintk(facility, format, args...) \ argument
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_dumb.c | 40 uint32_t pitch, format; in qxl_mode_dumb_create() local
|
/linux-4.1.27/arch/s390/include/asm/ |
D | fcx.h | 37 u32 format:2; member 127 u32 format:8; member 204 u32 format:8; member 262 u32 format:8; member
|
D | dis.h | 34 unsigned char format; member
|
/linux-4.1.27/drivers/media/rc/ |
D | ene_ir.h | 185 #define __dbg(level, format, ...) \ argument 191 #define dbg(format, ...) __dbg(1, format, ## __VA_ARGS__) argument 192 #define dbg_verbose(format, ...) __dbg(2, format, ## __VA_ARGS__) argument 193 #define dbg_regs(format, ...) __dbg(3, format, ## __VA_ARGS__) argument
|
/linux-4.1.27/drivers/staging/unisys/uislib/ |
D | uisutils.c | 50 char *format, ...) in uisutil_add_proc_line_ex()
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-proc.c | 16 u8 *format; in proc_read_formation() local
|
D | oxfw-command.c | 12 unsigned int pid, u8 *format, unsigned int len) in avc_stream_set_format()
|
D | oxfw-stream.c | 379 u8 *format; in snd_oxfw_stream_get_current_formation() local 408 int snd_oxfw_stream_parse_format(u8 *format, in snd_oxfw_stream_parse_format()
|
D | oxfw-midi.c | 148 u8 *format; in snd_oxfw_create_midi() local
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
D | ar5523.h | 137 #define ar5523_dbg(ar, format, arg...) \ argument 144 #define ar5523_err(ar, format, arg...) \ argument 150 #define ar5523_info(ar, format, arg...) \ argument
|
/linux-4.1.27/drivers/mfd/ |
D | wm8350-core.c | 54 #define ldbg(format, arg...) printk(format, ## arg) argument 56 #define ldbg(format, arg...) argument
|
D | mc13xxx-core.c | 351 const char *format, void *pdata, size_t pdata_size) in mc13xxx_add_subdevice_pdata() 373 static int mc13xxx_add_subdevice(struct mc13xxx *mc13xxx, const char *format) in mc13xxx_add_subdevice()
|
/linux-4.1.27/drivers/video/fbdev/ |
D | simplefb.c | 94 struct simplefb_format *format; member 102 const char *format; in simplefb_parse_dt() local
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | ptrace.h | 42 unsigned format : 4; /* frame format specifier */ member 49 unsigned format : 4; /* frame format specifier */ member
|
/linux-4.1.27/drivers/pnp/ |
D | base.h | 181 #define pnp_dbg(dev, format, arg...) \ argument 184 #define pnp_dbg(dev, format, arg...) \ argument
|
/linux-4.1.27/drivers/media/i2c/ |
D | mt9t001.c | 128 struct v4l2_mbus_framefmt format; member 280 struct v4l2_mbus_framefmt *format = &mt9t001->format; in mt9t001_s_stream() local 357 struct v4l2_subdev_format *format) in mt9t001_get_format() 368 struct v4l2_subdev_format *format) in mt9t001_set_format() 790 struct v4l2_mbus_framefmt *format; in mt9t001_open() local
|
D | s5k6a3.c | 64 struct v4l2_mbus_framefmt format; member 177 struct v4l2_mbus_framefmt *format = v4l2_subdev_get_try_format(sd, fh->pad, 0); in s5k6a3_open() local
|
D | mt9p031.c | 126 struct v4l2_mbus_framefmt format; member 386 struct v4l2_mbus_framefmt *format = &mt9p031->format; in mt9p031_set_params() local 548 struct v4l2_subdev_format *format) in mt9p031_set_format() 946 struct v4l2_mbus_framefmt *format; in mt9p031_open() local
|
D | mt9v032.c | 238 struct v4l2_mbus_framefmt format; member 481 struct v4l2_subdev_format *format) in mt9v032_get_format() 516 struct v4l2_subdev_format *format) in mt9v032_set_format() 813 struct v4l2_mbus_framefmt *format; in mt9v032_open() local
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 118 const char *format) in read_attr_value() 175 #define READ_ATTR(object, type, dev, name, format) \ argument
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_fb.c | 26 const struct msm_format *format; member 177 const struct msm_format *format; in msm_framebuffer_init() local
|
/linux-4.1.27/sound/soc/qcom/ |
D | storm.c | 32 snd_pcm_format_t format = params_format(params); in storm_ops_hw_params() local
|
/linux-4.1.27/include/keys/ |
D | encrypted-type.h | 23 char *format; /* datablob: format */ member
|
/linux-4.1.27/include/linux/platform_data/ |
D | simplefb.h | 61 const char *format; member
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | sil164_drv.c | 45 #define sil164_dbg(client, format, ...) do { \ argument 50 #define sil164_info(client, format, ...) \ argument 52 #define sil164_err(client, format, ...) \ argument
|
/linux-4.1.27/drivers/media/radio/wl128x/ |
D | fmdrv.h | 56 #define fmerr(format, ...) \ argument 58 #define fmwarn(format, ...) \ argument 61 #define fmdbg(format, ...) \ argument 64 #define fmdbg(format, ...) do {} while(0) argument
|
/linux-4.1.27/include/sound/ |
D | core.h | 314 #define __snd_printk(level, file, line, format, args...) \ argument 366 static inline void snd_printd(const char *format, ...) {} in snd_printd() 368 static inline void _snd_printd(int level, const char *format, ...) {} in _snd_printd() 389 #define snd_printdd(format, args...) \ argument 393 static inline void snd_printdd(const char *format, ...) {} in snd_printdd()
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | nonstdio.c | 111 void xmon_printf(const char *format, ...) in xmon_printf()
|
/linux-4.1.27/sound/isa/sb/ |
D | sb8_main.c | 110 unsigned char format; in snd_sb8_playback_prepare() local 260 unsigned char format; in snd_sb8_capture_prepare() local
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib.h | 735 #define ipoib_printk(level, priv, format, arg...) \ argument 737 #define ipoib_warn(priv, format, arg...) \ argument 748 #define ipoib_dbg(priv, format, arg...) \ argument 753 #define ipoib_dbg_mcast(priv, format, arg...) \ argument 759 #define ipoib_dbg(priv, format, arg...) \ argument 761 #define ipoib_dbg_mcast(priv, format, arg...) \ argument 766 #define ipoib_dbg_data(priv, format, arg...) \ argument 772 #define ipoib_dbg_data(priv, format, arg...) \ argument
|
/linux-4.1.27/fs/bfs/ |
D | bfs.h | 44 #define printf(format, args...) \ argument
|
/linux-4.1.27/include/media/ |
D | soc_camera_platform.h | 23 struct v4l2_mbus_framefmt format; member
|
/linux-4.1.27/drivers/gpu/drm/msm/mdp/ |
D | mdp_format.c | 142 const struct msm_format *mdp_get_format(struct msm_kms *kms, uint32_t format) in mdp_get_format()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_fb.c | 41 uint8_t format, config; in armada_framebuffer_create() local
|
/linux-4.1.27/net/mac80211/ |
D | debugfs_key.c | 37 #define KEY_FILE(name, format) \ argument 52 #define KEY_CONF_FILE(name, format) \ argument
|
/linux-4.1.27/drivers/watchdog/ |
D | machzwd.c | 144 #define dprintk(format, args...) argument 146 #define dprintk(format, args...) \ argument
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | bootx_init.c | 48 static void __init bootx_printf(const char *format, ...) in bootx_printf() 89 static void __init bootx_printf(const char *format, ...) {} in bootx_printf()
|
/linux-4.1.27/net/dccp/ccids/ |
D | ccid2.c | 33 #define ccid2_pr_debug(format, a...) DCCP_PR_DEBUG(ccid2_debug, format, ##a) argument 35 #define ccid2_pr_debug(format, a...) argument
|
D | ccid3.c | 42 #define ccid3_pr_debug(format, a...) DCCP_PR_DEBUG(ccid3_debug, format, ##a) argument 44 #define ccid3_pr_debug(format, a...) argument
|
/linux-4.1.27/drivers/usb/misc/ |
D | chaoskey.c | 38 #define usb_dbg(usb_if, format, arg...) \ argument 41 #define usb_err(usb_if, format, arg...) \ argument
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | rcar_du_plane.h | 52 const struct rcar_du_format_info *format; member
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fbtft.h | 420 #define fbtft_init_dbg(dev, format, arg...) \ argument 427 #define fbtft_par_dbg(level, par, format, arg...) \ argument 433 #define fbtft_dev_dbg(level, par, dev, format, arg...) \ argument 439 #define fbtft_par_dbg_hex(level, par, dev, type, buf, num, format, arg...) \ argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv50_fbcon.c | 155 int ret, format; in nv50_fbcon_accel_init() local
|
D | nvc0_fbcon.c | 155 int ret, format; in nvc0_fbcon_accel_init() local
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-tea5764.c | 51 #define PINFO(format, ...)\ argument 54 #define PWARN(format, ...)\ argument 57 # define PDEBUG(format, ...)\ argument
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_v4l2.c | 149 struct uvc_format *format = NULL; in uvc_v4l2_try_format() local 265 struct uvc_format *format; in uvc_v4l2_get_format() local 299 struct uvc_format *format; in uvc_v4l2_set_format() local 575 struct uvc_format *format; in uvc_ioctl_enum_fmt() local 1112 struct uvc_format *format = NULL; in uvc_ioctl_enum_framesizes() local 1141 struct uvc_format *format = NULL; in uvc_ioctl_enum_frameintervals() local
|
/linux-4.1.27/drivers/i2c/algos/ |
D | i2c-algo-bit.c | 32 #define bit_dbg(level, dev, format, args...) \ argument 38 #define bit_dbg(level, dev, format, args...) \ argument
|
/linux-4.1.27/drivers/video/fbdev/omap2/ |
D | vrfb.c | 35 #define DBG(format, ...) pr_debug("VRFB: " format, ## __VA_ARGS__) argument 37 #define DBG(format, ...) argument
|
/linux-4.1.27/drivers/thunderbolt/ |
D | ctl.c | 43 #define tb_ctl_WARN(ctl, format, arg...) \ argument 46 #define tb_ctl_err(ctl, format, arg...) \ argument 49 #define tb_ctl_warn(ctl, format, arg...) \ argument 52 #define tb_ctl_info(ctl, format, arg...) \ argument
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stv6110x_priv.h | 32 #define dprintk(__y, __z, format, arg...) do { \ argument
|
/linux-4.1.27/drivers/hid/ |
D | hid-pl.c | 41 #define debug(format, arg...) pr_debug("hid-plff: " format "\n" , ## arg) argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | overlay.c | 108 int format, ret; in nv10_update_plane() local 204 u32 format = 0; in nv10_set_params() local
|
/linux-4.1.27/drivers/ide/ |
D | cs5530.c | 56 unsigned int format = (inl(basereg + 4) >> 31) & 1; in cs5530_set_pio_mode() local
|
/linux-4.1.27/drivers/media/i2c/m5mols/ |
D | m5mols_core.c | 548 struct v4l2_mbus_framefmt *format; in m5mols_get_fmt() local 567 struct v4l2_mbus_framefmt *format = &fmt->format; in m5mols_set_fmt() local 898 struct v4l2_mbus_framefmt *format = v4l2_subdev_get_try_format(sd, fh->pad, 0); in m5mols_open() local
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-parse.h | 201 struct format { struct 204 struct format_field *common_fields; argument 205 struct format_field *fields; argument 318 char *format; member 327 struct format format; member
|
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 38 #define DBG(format, ...) \ argument 44 #define DBG(format, ...) argument
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_drv.c | 63 void drm_err(const char *format, ...) in drm_err() 80 void drm_ut_debug_printk(const char *function_name, const char *format, ...) in drm_ut_debug_printk()
|
D | drm_mipi_dsi.c | 661 int mipi_dsi_dcs_get_pixel_format(struct mipi_dsi_device *dsi, u8 *format) in mipi_dsi_dcs_get_pixel_format() 852 int mipi_dsi_dcs_set_pixel_format(struct mipi_dsi_device *dsi, u8 format) in mipi_dsi_dcs_set_pixel_format()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | en_main.c | 82 const char *format, ...) in en_print()
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | dsi.c | 42 enum tegra_dsi_format format; member 70 enum mipi_dsi_pixel_format format; member 397 static int tegra_dsi_get_muldiv(enum mipi_dsi_pixel_format format, in tegra_dsi_get_muldiv() 424 static int tegra_dsi_get_format(enum mipi_dsi_pixel_format format, in tegra_dsi_get_format()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | dma_fifo.c | 30 #define FAIL(fifo, condition, format...) ({ \ argument
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozprotocol.h | 320 u8 format; member 328 u8 format; member 339 u8 format; member 349 u8 format; member 362 u8 format; member
|
/linux-4.1.27/net/bridge/ |
D | br_private.h | 323 #define br_printk(level, br, format, args...) \ argument 326 #define br_err(__br, format, args...) \ argument 328 #define br_warn(__br, format, args...) \ argument 330 #define br_notice(__br, format, args...) \ argument 332 #define br_info(__br, format, args...) \ argument 335 #define br_debug(br, format, args...) \ argument
|
/linux-4.1.27/drivers/input/joystick/ |
D | grip_mp.c | 28 #define dbg(format, arg...) printk(KERN_ERR __FILE__ ": " format "\n" , ## arg) argument 30 #define dbg(format, arg...) do {} while (0) argument
|
D | sidewinder.c | 62 #define dbg(format, arg...) printk(KERN_DEBUG __FILE__ ": " format "\n" , ## arg) argument 64 #define dbg(format, arg...) do {} while (0) argument
|
/linux-4.1.27/drivers/media/tuners/ |
D | mc44s803.c | 33 #define mc_printk(level, format, arg...) \ argument
|
/linux-4.1.27/sound/pci/lola/ |
D | lola_clock.c | 173 int format = LOLA_CLOCK_FORMAT_NONE; in lola_init_clock_widget() local
|
/linux-4.1.27/lib/ |
D | ts_bm.c | 51 #define DEBUGP(args, format...) argument
|
/linux-4.1.27/drivers/xen/ |
D | xen-balloon.c | 120 #define BALLOON_SHOW(name, format, args...) \ argument
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_oss.c | 203 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, in snd_opl3_load_patch_seq_oss()
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-dbg.c | 22 #define ohci_dbg_sw(ohci, next, size, format, arg...) \ argument 33 #define ohci_dbg_nosw(ohci, next, size, format, arg...) \ argument
|