Searched refs:format (Results 376 - 400 of 1984) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_compat.h145 enum atomisp_input_format format,
178 enum atomisp_input_format format);
229 enum ia_css_frame_format format);
234 enum ia_css_frame_format format);
239 enum ia_css_frame_format format);
244 enum ia_css_frame_format format);
252 enum ia_css_frame_format format);
258 enum ia_css_frame_format format);
/linux-master/drivers/gpu/drm/pl111/
H A Dpl111_versatile.c115 static void pl111_integrator_enable(struct drm_device *drm, u32 format) argument
125 switch (format) {
137 dev_err(drm->dev, "unhandled format on Integrator 0x%08x\n",
138 format);
155 static void pl111_impd1_enable(struct drm_device *drm, u32 format) argument
204 static void pl111_versatile_enable(struct drm_device *drm, u32 format) argument
210 switch (format) {
230 dev_err(drm->dev, "unhandled format on Versatile 0x%08x\n",
231 format);
257 static void pl111_realview_clcd_enable(struct drm_device *drm, u32 format) argument
[all...]
/linux-master/include/drm/bridge/
H A Ddw_mipi_dsi.h39 unsigned long mode_flags, u32 lanes, u32 format,
60 u32 lanes, u32 format);
/linux-master/drivers/media/i2c/
H A Dov5693.c150 struct v4l2_mbus_framefmt format; member in struct:ov5693_device::ov5693_mode
457 u16 vts = ov5693->mode.format.height + vblank;
485 exposure_max = ov5693->mode.format.height + ctrl->val -
566 cci_write(ov5693->regmap, OV5693_OUTPUT_SIZE_X_REG, mode->format.width,
585 cci_write(ov5693->regmap, OV5693_OUTPUT_SIZE_Y_REG, mode->format.height,
759 * We need to set a sensible default VTS for whatever format height we
780 return &ov5693->mode.format;
803 struct v4l2_subdev_format *format)
807 format->format
801 ov5693_get_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_format *format) argument
812 ov5693_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_format *format) argument
925 struct v4l2_mbus_framefmt *format; local
[all...]
H A Dov5647.c90 struct v4l2_mbus_framefmt format; member in struct:ov5647_mode
509 .format = {
530 .format = {
551 .format = {
572 .format = {
595 #define OV5647_DEFAULT_FORMAT (ov5647_modes[3].format)
958 fmt = &ov5647_modes[fse->index].format;
969 struct v4l2_subdev_format *format)
971 struct v4l2_mbus_framefmt *fmt = &format->format;
967 ov5647_get_pad_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) argument
992 ov5647_set_pad_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *sd_state, struct v4l2_subdev_format *format) argument
1123 struct v4l2_mbus_framefmt *format = local
[all...]
/linux-master/include/linux/pinctrl/
H A Dpinconf-generic.h79 * the threshold value is given on a custom format as argument when
103 * supplies, the argument to this parameter (on a custom format) tells
106 * or latch delay (on outputs) this parameter (in a custom format)
111 * this parameter (on a custom format) tells the driver which alternative
117 * presented using the packed format.
178 .param = a, .display = b, .format = c, .has_arg = d \
184 const char * const format; member in struct:pin_config_item
/linux-master/scripts/gdb/linux/
H A Dtasks.py72 gdb.write("{:>10} {:>12} {:>7}\n".format("TASK", "PID", "COMM"))
74 gdb.write("{} {:^5} {}\n".format(
H A Ddevice.py53 raise gdb.GdbError("Can't find bus type {!r}".format(name))
60 raise gdb.GdbError("Can't find device class {!r}".format(name))
91 gdb.write('{}dev {}:\t{}\n'.format('\t' * level, dev_name(dev), dev))
106 gdb.write('bus {}:\t{}\n'.format(bus['bus']['name'].string(), bus))
112 raise gdb.GdbError("Can't find bus {!r}".format(arg))
126 gdb.write("class {}:\t{}\n".format(cls['class']['name'].string(), cls))
/linux-master/Documentation/sphinx/
H A Dtranslations.py71 if app.builder.format not in ['html']:
89 node.replace_self(nodes.raw('', html_content, format='html'))
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-cru.h96 * @format: active V4L2 pixel format
133 struct v4l2_pix_format format; member in struct:rzg2l_cru_dev
145 const struct v4l2_format_info *rzg2l_cru_format_from_pixel(u32 format);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_stats.c84 ethtool_puts(data, mlx5e_ipsec_hw_stats_desc[i].format);
115 ethtool_puts(data, mlx5e_ipsec_sw_stats_desc[i].format);
/linux-master/sound/soc/codecs/
H A Dak4118.c155 unsigned int format)
159 switch (format & SND_SOC_DAIFMT_FORMAT_MASK) {
177 unsigned int format)
181 switch (format & SND_SOC_DAIFMT_FORMAT_MASK) {
197 unsigned int format)
204 switch (format & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
206 dif = ak4118_set_dai_fmt_provider(ak4118, format);
209 dif = ak4118_set_dai_fmt_consumer(ak4118, format);
216 /* format not supported */
154 ak4118_set_dai_fmt_provider(struct ak4118_priv *ak4118, unsigned int format) argument
176 ak4118_set_dai_fmt_consumer(struct ak4118_priv *ak4118, unsigned int format) argument
196 ak4118_set_dai_fmt(struct snd_soc_dai *dai, unsigned int format) argument
/linux-master/drivers/media/dvb-frontends/
H A Dstb0899_priv.h22 #define dprintk(x, y, z, format, arg...) do { \
25 printk(KERN_ERR "%s: " format "\n", __func__ , ##arg); \
27 printk(KERN_NOTICE "%s: " format "\n", __func__ , ##arg); \
29 printk(KERN_INFO "%s: " format "\n", __func__ , ##arg); \
31 printk(KERN_DEBUG "%s: " format "\n", __func__ , ##arg); \
34 printk(format, ##arg); \
H A Dstv090x_priv.h21 #define dprintk(__y, __z, format, arg...) do { \
24 printk(KERN_ERR "%s: " format "\n", __func__ , ##arg); \
26 printk(KERN_NOTICE "%s: " format "\n", __func__ , ##arg); \
28 printk(KERN_INFO "%s: " format "\n", __func__ , ##arg); \
30 printk(KERN_DEBUG "%s: " format "\n", __func__ , ##arg); \
33 printk(format, ##arg); \
H A Disl6423.c30 #define dprintk(__y, __z, format, arg...) do { \
33 printk(KERN_ERR "%s: " format "\n", __func__ , ##arg); \
35 printk(KERN_NOTICE "%s: " format "\n", __func__ , ##arg); \
37 printk(KERN_INFO "%s: " format "\n", __func__ , ##arg); \
39 printk(KERN_DEBUG "%s: " format "\n", __func__ , ##arg); \
42 printk(format, ##arg); \
/linux-master/drivers/staging/greybus/
H A Daudio_gb.c108 u32 *format, u32 *rate, u8 *channels,
122 *format = le32_to_cpu(resp.format);
132 u32 format, u32 rate, u8 channels,
138 req.format = cpu_to_le32(format);
107 gb_audio_gb_get_pcm(struct gb_connection *connection, u16 data_cport, u32 *format, u32 *rate, u8 *channels, u8 *sig_bits) argument
131 gb_audio_gb_set_pcm(struct gb_connection *connection, u16 data_cport, u32 format, u32 rate, u8 channels, u8 sig_bits) argument
/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c37 #define err_at_line(status, errnum, format, ...) \
38 error_at_line(status, errnum, __FILE__, __LINE__, format ##__VA_ARGS__)
40 #define pr_warn(code, format, ...) err_at_line(0, code, format, ##__VA_ARGS__)
41 #define pr_err(code, format, ...) err_at_line(1, code, format, ##__VA_ARGS__)
/linux-master/drivers/misc/mei/
H A Dclient.h279 #define cl_dbg(dev, cl, format, arg...) \
280 dev_dbg((dev)->dev, MEI_CL_FMT format, MEI_CL_PRM(cl), ##arg)
282 #define cl_warn(dev, cl, format, arg...) \
283 dev_warn((dev)->dev, MEI_CL_FMT format, MEI_CL_PRM(cl), ##arg)
285 #define cl_err(dev, cl, format, arg...) \
286 dev_err((dev)->dev, MEI_CL_FMT format, MEI_CL_PRM(cl), ##arg)
/linux-master/drivers/gpu/drm/i2c/
H A Dch7006_priv.h131 #define ch7006_dbg(client, format, ...) do { \
134 "%s: " format, __func__, ## __VA_ARGS__); \
136 #define ch7006_info(client, format, ...) \
137 dev_info(&client->dev, format, __VA_ARGS__)
138 #define ch7006_err(client, format, ...) \
139 dev_err(&client->dev, format, __VA_ARGS__)
/linux-master/tools/perf/scripts/python/
H A Dflamegraph.py104 comm = "{} ({})".format(event["comm"], pid)
129 print("Error reading report header: {}".format(err), file=sys.stderr)
135 if self.args.format == "html":
144 if self.args.format == "html":
152 graph template (--template PATH) or use another output format (--format
209 print("dumping data to {}".format(output_fn))
214 print("Error writing output file: {}".format(err), file=sys.stderr)
220 parser.add_argument("-f", "--format",
222 help="output file format")
[all...]
/linux-master/drivers/hwmon/pmbus/
H A Disl68137.c183 .format[PSC_VOLTAGE_IN] = direct,
184 .format[PSC_VOLTAGE_OUT] = direct,
185 .format[PSC_CURRENT_IN] = direct,
186 .format[PSC_CURRENT_OUT] = direct,
187 .format[PSC_POWER] = direct,
188 .format[PSC_TEMPERATURE] = direct,
H A Dpim4328.c200 info->format[PSC_VOLTAGE_IN] = direct;
201 info->format[PSC_TEMPERATURE] = direct;
202 info->format[PSC_CURRENT_OUT] = direct;
208 info->format[PSC_VOLTAGE_IN] = direct;
209 info->format[PSC_TEMPERATURE] = direct;
210 info->format[PSC_CURRENT_IN] = direct;
H A Dtps53679.c178 info->format[PSC_VOLTAGE_OUT] = linear;
207 .format[PSC_VOLTAGE_IN] = linear,
208 .format[PSC_VOLTAGE_OUT] = vid,
209 .format[PSC_TEMPERATURE] = linear,
210 .format[PSC_CURRENT_OUT] = linear,
211 .format[PSC_POWER] = linear,
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c76 * @formats: active V4L2 media bus format for each pad
77 * @default_format: default V4L2 media bus format
78 * @vip_format: format information corresponding to the active format
79 * @bayer: boolean flag if TPG is set to any bayer format
273 fmt->format = *__xtpg_get_pad_format(xtpg, sd_state, fmt->pad,
289 /* In two pads mode the source pad format is always identical to the
290 * sink pad format.
293 fmt->format = *__format;
299 bayer_phase = xtpg_get_bayer_phase(fmt->format
326 struct v4l2_mbus_framefmt *format; local
354 struct v4l2_mbus_framefmt *format; local
724 const struct xvip_video_format *format; local
[all...]
/linux-master/drivers/media/platform/ti/cal/
H A Dcal-camerarx.c682 struct v4l2_subdev_format *format)
689 if (cal_rx_pad_is_source(format->pad))
690 return v4l2_subdev_get_fmt(sd, state, format);
693 * Default to the first format if the requested media bus code isn't
696 fmtinfo = cal_format_by_code(format->format.code);
703 format->format.width = clamp_t(unsigned int, format->format
680 cal_camerarx_sd_set_fmt(struct v4l2_subdev *sd, struct v4l2_subdev_state *state, struct v4l2_subdev_format *format) argument
727 struct v4l2_subdev_format format = { local
[all...]

Completed in 276 milliseconds

<<11121314151617181920>>