/linux-4.1.27/arch/arm/mach-s3c64xx/ |
D | setup-sdhci-gpio.c | 25 void s3c64xx_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci0_cfg_gpio() 38 void s3c64xx_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci1_cfg_gpio() 51 void s3c64xx_setup_sdhci2_cfg_gpio(struct platform_device *dev, int width) in s3c64xx_setup_sdhci2_cfg_gpio()
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | setup-sdhci-gpio.c | 26 void s3c2416_setup_sdhci0_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci0_cfg_gpio() 31 void s3c2416_setup_sdhci1_cfg_gpio(struct platform_device *dev, int width) in s3c2416_setup_sdhci1_cfg_gpio()
|
/linux-4.1.27/tools/perf/util/ |
D | sort.c | 70 size_t size, unsigned int width) in hist_entry__thread_snprintf() 109 size_t size, unsigned int width) in hist_entry__comm_snprintf() 152 size_t size, unsigned int width) in _hist_entry__dso_snprintf() 164 size_t size, unsigned int width) in hist_entry__dso_snprintf() 231 unsigned int width) in _hist_entry__sym_snprintf() 269 size_t size, unsigned int width) in hist_entry__sym_snprintf() 312 size_t size, unsigned int width) in hist_entry__srcline_snprintf() 339 size_t size, unsigned int width) in hist_entry__parent_snprintf() 361 size_t size, unsigned int width) in hist_entry__cpu_snprintf() 386 size_t size, unsigned int width) in hist_entry__dso_from_snprintf() [all …]
|
D | values.c | 145 int width; in perf_read_values__display_pretty() local 179 int width, pidwidth, tidwidth, namewidth, rawwidth, countwidth; in perf_read_values__display_raw() local
|
/linux-4.1.27/include/video/ |
D | omapvrfb.h | 56 static inline void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() 58 static inline u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() 60 static inline u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() 63 u16 width, u16 height, unsigned bytespp, bool yuv_mode) {} in omap_vrfb_setup()
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | mach64_accel.c | 186 static inline void draw_rect(s16 x, s16 y, u16 width, u16 height, in draw_rect() 200 u32 sx = area->sx, dx = area->dx, width = area->width, rotation = 0; in atyfb_copyarea() local 246 u32 color, dx = rect->dx, width = rect->width, rotation = 0; in atyfb_fillrect() local 285 u32 src_bytes, dx = image->dx, dy = image->dy, width = image->width; in atyfb_imageblit() local 385 int inbit, outbit, mult24, byte_id_in_dword, width; in atyfb_imageblit() local
|
D | mach64_cursor.c | 147 unsigned int width = (cursor->image.width + 7) >> 3; in atyfb_cursor() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | atafb_mfb.c | 26 int height, int width) in atafb_mfb_copyarea() 55 int sy, int sx, int height, int width) in atafb_mfb_fillrect() 78 int dy, int dx, u32 width, in atafb_mfb_linefill()
|
D | atafb_iplan2p4.c | 26 int height, int width) in atafb_iplan2p4_copyarea() 208 int sy, int sx, int height, int width) in atafb_iplan2p4_fillrect() 254 int dy, int dx, u32 width, in atafb_iplan2p4_linefill()
|
D | atafb_iplan2p8.c | 33 int height, int width) in atafb_iplan2p8_copyarea() 243 int sy, int sx, int height, int width) in atafb_iplan2p8_fillrect() 289 int dy, int dx, u32 width, in atafb_iplan2p8_linefill()
|
D | atafb_iplan2p2.c | 26 int height, int width) in atafb_iplan2p2_copyarea() 194 int sy, int sx, int height, int width) in atafb_iplan2p2_fillrect() 240 int dy, int dx, u32 width, in atafb_iplan2p2_linefill()
|
D | tgafb.c | 623 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 836 u32 color, dx, dy, width, height, vxres, vyres; local 924 u32 dx, dy, width, height, vxres, vyres, color; local 1051 u32 height, u32 width) 1096 u32 height, u32 width) 1145 u32 height, u32 width, u32 line_length, 1253 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
|
D | hitfb.c | 61 u16 width, u16 height) in hitfb_accel_set_dest() 76 u16 dy, u16 width, u16 height, u16 rop, in hitfb_accel_bitblt()
|
D | pm3fb.c | 223 const u32 width = (info->var.xres_virtual + 7) & ~7; in pm3fb_init_engine() local 587 int width = ((image->width + 7) >> 3) in pm3fb_imageblit() local 737 const u32 width = (info->var.xres_virtual + 7) & ~7; in pm3fb_write_mode() local 1112 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF - (val)) >> 16) in pm3fb_setcolreg() argument
|
D | c2p_iplan2.c | 85 void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, in c2p_iplan2()
|
D | c2p_planar.c | 86 void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, in c2p_planar()
|
D | pm2fb.c | 206 u16 width; member 691 u32 width = (info->var.xres_virtual + 7) & ~7; in pm2fb_set_par() local 911 #define CNVT_TOHW(val, width) ((((val) << (width)) + 0x7FFF -(val)) >> 16) in pm2fb_setcolreg() argument 1241 int width = ((image->width + 7) >> 3) in pm2fb_imageblit() local
|
D | 68328fb.c | 315 #define CNVT_TOHW(val,width) ((((val)<<(width))+0x7FFF-(val))>>16) in mc68x328fb_setcolreg() argument
|
D | offb.c | 391 int width, int height, int depth, in offb_init_fb() 538 int i, width = 640, height = 480, depth = 8, pitch = 640; in offb_init_nodriver() local
|
D | sunxvr1000.c | 20 unsigned int width; member
|
D | vga16fb.c | 829 u32 dx = rect->dx, width = rect->width; in vga_8planes_fillrect() local 883 int x, x2, y2, vxres, vyres, width, height, line_ofs; in vga16fb_fillrect() local 963 u32 sx, dx, width; in vga_8planes_copyarea() local 1015 int height, width, line_ofs; in vga16fb_copyarea() local
|
D | sunxvr2500.c | 24 unsigned int width; member
|
D | pmag-aa-fb.c | 77 u16 x, y, width, height; member 148 static int aafbcon_set_font(struct display *disp, int width, int height) in aafbcon_set_font()
|
D | vfb.c | 338 #define CNVT_TOHW(val,width) ((((val)<<(width))+0x7FFF-(val))>>16) in vfb_setcolreg() argument
|
/linux-4.1.27/net/wireless/ |
D | chan.c | 155 int width; in cfg80211_chandef_get_width() local 263 int width; in cfg80211_set_dfs_state() local 333 int width; in cfg80211_chandef_dfs_required() local 425 int width; in cfg80211_chandef_dfs_usable() local 493 int width; in cfg80211_chandef_dfs_available() local 557 int width; in cfg80211_chandef_dfs_cac_time() local 606 u32 width, control_freq, cap; in cfg80211_chandef_usable() local
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | btext.c | 119 void __init btext_setup_display(int width, int height, int depth, int pitch, in btext_setup_display() 174 unsigned int width, height, depth, pitch; in btext_initialize() local 280 void btext_update_display(unsigned long phys, int width, int height, in btext_update_display() 312 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local 330 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushscreen() local 349 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_flushline() local 371 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
|
/linux-4.1.27/drivers/video/fbdev/mb862xx/ |
D | mb862xxfb_accel.c | 76 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1() 125 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8() 164 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16() 199 u16 width = image->width, height = image->height; in mb86290fb_imageblit() local 260 u32 x2, y2, vxres, vyres, height, width, fg; in mb86290fb_fillrect() local
|
/linux-4.1.27/arch/arm/mach-imx/ |
D | clk.h | 83 void __iomem *reg, u8 shift, u8 width) in imx_clk_divider() 90 const char *parent, void __iomem *reg, u8 shift, u8 width, in imx_clk_divider_flags() 112 u8 shift, u8 width, const char **parents, int num_parents) in imx_clk_mux() 120 void __iomem *reg, u8 shift, u8 width, const char **parents, in imx_clk_mux_flags()
|
D | clk-busy.c | 82 void __iomem *reg, u8 shift, u8 width, in imx_clk_busy_divider() 156 u8 width, void __iomem *busy_reg, u8 busy_shift, in imx_clk_busy_mux()
|
D | clk-fixup-mux.c | 75 u8 shift, u8 width, const char **parents, in imx_clk_fixup_mux()
|
D | clk-fixup-div.c | 96 void __iomem *reg, u8 shift, u8 width, in imx_clk_fixup_divider()
|
/linux-4.1.27/drivers/clk/socfpga/ |
D | clk.h | 30 #define div_mask(width) ((1 << (width)) - 1) argument 47 u32 width; /* only valid if div_reg != 0 */ member 57 u32 width; /* only valid if div_reg != 0 */ member
|
/linux-4.1.27/drivers/clk/ |
D | clk-divider.c | 33 #define div_mask(width) ((1 << (width)) - 1) argument 57 static unsigned int _get_maxdiv(const struct clk_div_table *table, u8 width, in _get_maxdiv() 276 const struct clk_div_table *table, u8 width, in clk_divider_bestdiv() 334 u8 width, unsigned long flags) in divider_round_rate() 363 const struct clk_div_table *table, u8 width, in divider_get_val() 417 void __iomem *reg, u8 shift, u8 width, in _register_divider() 477 void __iomem *reg, u8 shift, u8 width, in clk_register_divider() 501 void __iomem *reg, u8 shift, u8 width, in clk_register_divider_table()
|
D | clk-mux.c | 124 u8 width = 0; in clk_register_mux_table() local 170 void __iomem *reg, u8 shift, u8 width, in clk_register_mux()
|
D | clk-axm5516.c | 82 u32 width; member 117 u32 width; member
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 42 int dialog_yesno(const char *title, const char *prompt, int height, int width) in dialog_yesno()
|
D | util.c | 242 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 317 int height, width; in init_dialog() local 365 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow()
|
D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 44 int dialog_inputbox(const char *title, const char *prompt, int height, int width, in dialog_inputbox()
|
D | textbox.c | 61 int height, width, boxh, boxw; in dialog_textbox() local 312 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page() 341 static void print_line(WINDOW * win, int row, int width) in print_line()
|
D | checklist.c | 101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 118 int width, int list_height) in dialog_checklist()
|
D | menubox.c | 155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 188 int height, width, menu_height; in dialog_menu() local
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
D | matroxfb_accel.c | 208 int sx, int dy, int dx, int height, int width) in matrox_accel_bmove() 250 int width) in matrox_accel_bmove_lin() 307 int sy, int sx, int height, int width) in matroxfb_accel_clear() 337 int sy, int sx, int height, int width) in matroxfb_cfb4_clear() 406 int width, int height, int yy, int xx) in matroxfb_1bpp_imageblit()
|
/linux-4.1.27/drivers/video/console/ |
D | fbcon_rotate.h | 40 static inline void rotate_ud(const char *in, char *out, u32 width, u32 height) in rotate_ud() 58 static inline void rotate_cw(const char *in, char *out, u32 width, u32 height) in rotate_cw() 76 static inline void rotate_ccw(const char *in, char *out, u32 width, u32 height) in rotate_ccw()
|
D | fbcon_cw.c | 29 int width = (vc->vc_font.height + 7) >> 3; in cw_update_attr() local 49 int sx, int dy, int dx, int height, int width) in cw_bmove() 66 int sx, int height, int width) in cw_clear() 120 u32 width = (vc->vc_font.height + 7)/8; in cw_putcs() local 292 int width = (vc->vc_font.width + 7)/8; in cw_cursor() local
|
D | fbcon_ccw.c | 29 int width = (vc->vc_font.height + 7) >> 3; in ccw_update_attr() local 64 int sx, int dy, int dx, int height, int width) in ccw_bmove() 81 int sx, int height, int width) in ccw_clear() 135 u32 width = (vc->vc_font.height + 7)/8; in ccw_putcs() local 309 int width = (vc->vc_font.width + 7)/8; in ccw_cursor() local
|
D | bitblit.c | 29 int width = DIV_ROUND_UP(vc->vc_font.width, 8); in update_attr() local 47 int sx, int dy, int dx, int height, int width) in bit_bmove() 62 int sx, int height, int width) in bit_clear() 148 u32 width = DIV_ROUND_UP(vc->vc_font.width, 8); in bit_putcs() local
|
D | fbcon_ud.c | 29 int width = (vc->vc_font.width + 7) >> 3; in ud_update_attr() local 49 int sx, int dy, int dx, int height, int width) in ud_bmove() 67 int sx, int height, int width) in ud_clear() 157 u32 width = (vc->vc_font.width + 7)/8; in ud_putcs() local
|
D | tileblit.c | 20 int sx, int dy, int dx, int height, int width) in tile_bmove() 35 int sx, int height, int width) in tile_clear()
|
D | sticore.c | 167 int height, int width, u8 color) in sti_set() 195 int height, int width, int c) in sti_clear() 227 int dst_y, int dst_x, int height, int width) in sti_bmove() 631 static int sti_search_font(struct sti_cooked_rom *rom, int height, int width) in sti_search_font()
|
D | sticon.c | 186 int dy, int dx, int height, int width) in sticon_bmove() 227 int width) in sticon_clear()
|
D | mdacon.c | 431 int height, int width) in mdacon_clear() 448 int dy, int dx, int height, int width) in mdacon_bmove()
|
/linux-4.1.27/drivers/video/fbdev/omap2/ |
D | vrfb.c | 105 static u32 get_image_width_roundup(u16 width, u8 bytespp) in get_image_width_roundup() 138 void omap_vrfb_adjust_size(u16 *width, u16 *height, in omap_vrfb_adjust_size() 146 u32 omap_vrfb_min_phys_size(u16 width, u16 height, u8 bytespp) in omap_vrfb_min_phys_size() 159 u16 omap_vrfb_max_height(u32 phys_size, u16 width, u8 bytespp) in omap_vrfb_max_height() 182 u16 width, u16 height, in omap_vrfb_setup()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | hwvalid.c | 220 acpi_status acpi_hw_read_port(acpi_io_address address, u32 *value, u32 width) in acpi_hw_read_port() 284 acpi_status acpi_hw_write_port(acpi_io_address address, u32 value, u32 width) in acpi_hw_write_port()
|
D | hwxface.c | 131 u32 width; in ACPI_EXPORT_SYMBOL() local 217 u32 width; in ACPI_EXPORT_SYMBOL() local
|
D | utprint.c | 243 u8 base, s32 width, s32 precision, u8 type) in acpi_ut_format_number() 362 s32 width; in acpi_ut_vsnprintf() local
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_accel.c | 118 int src_y, int dst_x, int dst_y, int width, int height) in SiS300SubsequentScreenToScreenCopy() 205 int dst_x, int dst_y, int width, int height) in SiS310SubsequentScreenToScreenCopy() 324 int width, height; in fbcon_sis_fillrect() local 374 int width = area->width; in fbcon_sis_copyarea() local
|
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 1015 u32 pci_register, u64 *value, u32 width) in acpi_os_read_pci_configuration() 1039 u32 pci_register, u64 value, u32 width) in acpi_os_write_pci_configuration() 1059 acpi_status acpi_os_read_port(acpi_io_address address, u32 *value, u32 width) in acpi_os_read_port() 1100 acpi_status acpi_os_write_port(acpi_io_address address, u32 value, u32 width) in acpi_os_write_port() 1122 acpi_os_read_memory(acpi_physical_address address, u64 *value, u32 width) in acpi_os_read_memory() 1156 acpi_os_write_memory(acpi_physical_address address, u64 value, u32 width) in acpi_os_write_memory()
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_scale_crop.c | 104 unsigned int width, height; in soc_camera_client_s_crop() local 222 unsigned int width = mf->width, height = mf->height, tmp_w, tmp_h; in client_s_fmt() local 308 unsigned int *width, unsigned int *height, in soc_camera_client_scale()
|
D | soc_mediabus.c | 419 s32 soc_mbus_bytes_per_line(u32 width, const struct soc_mbus_pixelfmt *mf) in soc_mbus_bytes_per_line()
|
/linux-4.1.27/drivers/clk/ti/ |
D | divider.c | 258 u8 shift, u8 width, u8 clk_divider_flags, in _register_divider() 305 _get_div_table_from_setup(struct ti_clk_divider *setup, u8 *width) in _get_div_table_from_setup() 396 u8 width; in ti_clk_register_divider() local 528 u32 *flags, u8 *div_flags, u8 *width, u8 *shift) in ti_clk_divider_populate() 575 u8 width = 0; in of_ti_divider_clk_setup() local
|
/linux-4.1.27/sound/core/oss/ |
D | pcm_plugin.c | 52 ssize_t width; in snd_pcm_plugin_alloc() local 321 unsigned int width = snd_pcm_format_width(format); in snd_pcm_plug_slave_format() local 555 int width, nchannels, channel; in snd_pcm_plug_client_channels_buf() local 655 int width; in snd_pcm_area_silence() local 701 int width; in snd_pcm_area_copy() local
|
D | copy.c | 68 int width; in snd_pcm_plugin_build_copy() local
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_accel.c | 94 u32 x,u32 y,u32 width,u32 height, in hw_fillrect() 150 unsigned int width, in hw_copyarea() 329 u32 width, in hw_imageblit()
|
/linux-4.1.27/include/xen/interface/io/ |
D | fbif.h | 48 int32_t width; /* rect width */ member 60 int32_t width; /* width in pixels */ member 112 int32_t width; /* width of the framebuffer (in pixels) */ member
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 346 int width = vv->ov.win.w.width; in calculate_clipping_registers_rect() local 526 static void saa7146_set_window(struct saa7146_dev *dev, int width, int height, enum v4l2_field fiel… in saa7146_set_window() 711 int width = buf->fmt->width; in calculate_video_dma_grab_packed() local 770 int width = buf->fmt->width; in calc_planar_422() local 801 int width = buf->fmt->width; in calc_planar_420() local 836 int width = buf->fmt->width; in calculate_video_dma_grab_planar() local
|
/linux-4.1.27/drivers/clk/mxs/ |
D | clk-frac.c | 34 u8 width; member 112 void __iomem *reg, u8 shift, u8 width, u8 busy) in mxs_clk_frac()
|
D | clk.h | 52 u8 shift, u8 width, const char **parent_names, int num_parents) in mxs_clk_mux()
|
D | clk-div.c | 78 void __iomem *reg, u8 shift, u8 width, u8 busy) in mxs_clk_div()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | btext.c | 44 unsigned int width, height, depth, pitch; in btext_initialize() local 99 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in btext_clearscreen() local 117 unsigned long width = ((dispDeviceRect[2] - dispDeviceRect[0]) * in scrollscreen() local
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | pwc-misc.c | 41 int pwc_get_size(struct pwc_device *pdev, int width, int height) in pwc_get_size()
|
/linux-4.1.27/arch/arm/mach-ep93xx/ |
D | micro9.c | 48 unsigned int width; in micro9_register_flash() local
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_image.c | 104 int width, int height, in qxl_image_init_helper() 231 int x, int y, int width, int height, in qxl_image_init()
|
D | qxl_draw.c | 164 int width = fb_image->width; in qxl_draw_opaque_fb() local 282 int width, height; in qxl_draw_dirty_fb() local 404 u32 width, u32 height, in qxl_draw_copyarea()
|
/linux-4.1.27/drivers/clk/qcom/ |
D | clk-regmap-divider.h | 23 u32 width; member
|
D | clk-regmap-mux.h | 23 u32 width; member
|
/linux-4.1.27/drivers/mtd/maps/ |
D | pismo.c | 25 u8 width; member 42 u8 width; member 61 static unsigned int pismo_width_to_bytes(unsigned int width) in pismo_width_to_bytes()
|
D | scx200_docflash.c | 28 static unsigned width = 8; /* Default to 8 bits wide */ variable
|
D | physmap_of.c | 159 const __be32 *width; in of_flash_probe() local
|
/linux-4.1.27/sound/core/ |
D | pcm_misc.c | 32 unsigned char width; /* bit width */ member 406 int width; in snd_pcm_format_set_silence() local
|
/linux-4.1.27/include/linux/platform_data/ |
D | mtd-mxc_nand.h | 26 unsigned int width; /* data bus width in bytes */ member
|
D | mtd-orion_nand.h | 19 u8 width; /* buswidth */ member
|
D | simplefb.h | 58 u32 width; member
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
D | i810_accel.c | 195 static inline void color_blit(int width, int height, int pitch, int dest, in color_blit() 301 u32 dx, dy, width, height, dest, rop = 0, color = 0; in i810fb_fillrect() local 329 u32 sx, sy, dx, dy, pitch, width, height, src, dest, xdir; in i810fb_copyarea() local
|
/linux-4.1.27/drivers/media/usb/cpia2/ |
D | cpia2_core.c | 951 int width = cam->params.roi.width; in set_default_user_mode() local 1012 int cpia2_match_video_size(int width, int height) in cpia2_match_video_size() 1150 int width = req_width; in config_sensor_410() local 1336 int width = req_width; in config_sensor_500() local
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | jpeg.h | 138 int width, in jpeg_define()
|
D | stk1135.c | 313 u16 width, height; in stk1135_configure_mt9m112() local 445 u16 width, height; in sd_start() local
|
/linux-4.1.27/drivers/staging/fsl-mc/include/ |
D | mc-cmd.h | 40 static inline uint64_t mc_enc(int lsoffset, int width, uint64_t val) in mc_enc() 45 static inline uint64_t mc_dec(uint64_t val, int lsoffset, int width) in mc_dec()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm_pci.c | 273 ahc_pci_read_config(ahc_dev_softc_t pci, int reg, int width) in ahc_pci_read_config() 303 ahc_pci_write_config(ahc_dev_softc_t pci, int reg, uint32_t value, int width) in ahc_pci_write_config()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_rect.c | 314 int width, int height, in drm_rect_rotate() 388 int width, int height, in drm_rect_rotate_inv()
|
D | drm_fb_helper.c | 1262 …y_mode *drm_has_preferred_mode(struct drm_fb_helper_connector *fb_connector, int width, int height) in drm_has_preferred_mode() 1283 int width, int height) in drm_pick_cmdline_mode() 1374 bool *enabled, int width, int height) in drm_target_cloned() 1480 bool *enabled, int width, int height) in drm_target_preferred() 1549 int n, int width, int height) in drm_pick_crtcs() 1633 int width, height; in drm_setup_crtcs() local
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-tz1090-pdc.c | 651 u32 *reg, u32 *width, u32 *mask, u32 *shift, in tz1090_pdc_pinconf_reg() 690 u32 reg, width, mask, shift, val, tmp, arg; in tz1090_pdc_pinconf_get() local 720 u32 reg, width, mask, shift, val, tmp; in tz1090_pdc_pinconf_set() local 772 bool report_err, u32 *reg, u32 *width, in tz1090_pdc_pinconf_group_reg() 820 u32 reg, width, mask, shift, val; in tz1090_pdc_pinconf_group_get() local 852 u32 reg, width, mask, shift, val; in tz1090_pdc_pinconf_group_set() local
|
D | pinctrl-tegra.c | 306 s8 *bank, s16 *reg, s8 *bit, s8 *width) in tegra_pinconf_reg() 464 s8 bank, bit, width; in tegra_pinconf_group_get() local 493 s8 bank, bit, width; in tegra_pinconf_group_set() local 561 s8 bank, bit, width; in tegra_pinconf_group_dbg_show() local
|
D | pinctrl-tz1090.c | 91 u8 width; member 1642 u32 *reg, u32 *width, u32 *mask, u32 *shift, in tz1090_pinconf_reg() 1684 u32 reg, width, mask, shift, val, tmp, arg; in tz1090_pinconf_get() local 1714 u32 reg, width, mask, shift, val, tmp; in tz1090_pinconf_set() local 1767 u32 *reg, u32 *width, u32 *mask, u32 *shift, in tz1090_pinconf_group_reg() 1811 u32 reg, width, mask, shift, val; in tz1090_pinconf_group_get() local 1855 u32 reg, width, mask, shift, val; in tz1090_pinconf_group_set() local
|
/linux-4.1.27/include/linux/ |
D | pch_dma.h | 34 enum pch_dma_width width; member
|
D | linux_logo.h | 28 unsigned int width; member
|
D | font.h | 19 int width, height; member
|
D | eeprom_93cx6.h | 65 int width; member
|
D | mmiotrace.h | 93 unsigned char width; /* size of register access in bytes */ member
|
D | msm_mdp.h | 62 u32 width, height, format, offset; member
|
/linux-4.1.27/Documentation/blackfin/ |
D | gptimers-example.c | 21 uint32_t period, width; member
|
/linux-4.1.27/drivers/clk/mmp/ |
D | clk.h | 41 #define MMP_CLK_BITS_MASK(width, shift) \ argument 43 #define MMP_CLK_BITS_GET_VAL(data, width, shift) \ argument 45 #define MMP_CLK_BITS_SET_VAL(val, width, shift) \ argument 203 u8 width; member 218 u8 width; member
|
D | clk-mix.c | 138 u8 width, shift; in _set_rate() local 296 u8 width, shift; in mmp_clk_mix_get_parent() local 326 u8 width, shift; in mmp_clk_mix_recalc_rate() local
|
/linux-4.1.27/include/linux/mtd/ |
D | latch-addr-flash.h | 17 unsigned int width; member
|
D | physmap.h | 25 unsigned int width; member
|
/linux-4.1.27/drivers/dma/ |
D | fsldma.h | 222 #define DMA_IN(fsl_chan, addr, width) \ argument 225 #define DMA_OUT(fsl_chan, addr, val, width) \ argument 229 #define DMA_TO_CPU(fsl_chan, d, width) \ argument 233 #define CPU_TO_DMA(fsl_chan, c, width) \ argument
|
/linux-4.1.27/drivers/video/fbdev/via/ |
D | accel.c | 53 static int hw_bitblt_1(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_1() 186 static int hw_bitblt_2(void __iomem *engine, u8 op, u32 width, u32 height, in hw_bitblt_2()
|
/linux-4.1.27/arch/arm/include/asm/mach/ |
D | flash.h | 30 unsigned int width; member
|
/linux-4.1.27/arch/mips/lib/ |
D | dump_tlb.c | 74 int width = 8; in dump_tlb() local
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | browser.c | 23 int width; in perf_gtk__resize_window() local
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | tcm.h | 59 u16 width, height; /* container dimensions */ member 131 static inline s32 tcm_reserve_2d(struct tcm *tcm, u16 width, u16 height, in tcm_reserve_2d()
|
/linux-4.1.27/arch/blackfin/mach-bf548/include/mach/ |
D | bf54x-lq043.h | 23 int width; member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.h | 63 unsigned char width; /* size in bytes of each entry */ member
|
/linux-4.1.27/sound/soc/codecs/ |
D | wl1273.c | 44 int rate, int width) in snd_wl1273_fm_set_i2s_mode() 342 unsigned int rate, width, r; in wl1273_hw_params() local
|
D | si476x.c | 162 int rate, width, err; in si476x_codec_hw_params() local
|
D | ad193x.c | 126 unsigned int rx_mask, int slots, int width) in ad193x_set_tdm_slot()
|
/linux-4.1.27/drivers/clk/hisilicon/ |
D | clk.h | 63 u8 width; member 76 u8 width; member
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 88 static void get_resolution(struct go7007 *go, int *width, int *height) in get_resolution() 187 int width, height; in set_capture_size() local 541 int width, height; in vidioc_enum_framesizes() local 560 int width, height; in vidioc_enum_frameintervals() local
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | svga_reg.h | 906 uint32 width; member 985 uint32 width; member 1076 uint32 width; member 1097 uint32 width; member 1120 uint32 width; member 1149 uint32 width; member 1171 uint32 width; member 1197 uint32 width; member
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dispc.c | 754 static void dispc_ovl_set_input_size(enum omap_plane plane, int width, in dispc_ovl_set_input_size() 765 static void dispc_ovl_set_output_size(enum omap_plane plane, int width, in dispc_ovl_set_output_size() 1124 static void dispc_mgr_set_size(enum omap_channel channel, u16 width, in dispc_mgr_set_size() 1809 u16 width, u16 height, in calc_vrfb_rotation_offset() 1894 u16 width, u16 height, in calc_dma_rotation_offset() 2048 static void calc_tiler_rotation_offset(u16 screen_width, u16 width, in calc_tiler_rotation_offset() 2093 u16 width, u16 height, u16 out_width, u16 out_height, in check_horiz_timing_omap3() 2144 const struct omap_video_timings *mgr_timings, u16 width, in calc_core_clk_five_taps() 2183 static unsigned long calc_core_clk_24xx(unsigned long pclk, u16 width, in calc_core_clk_24xx() 2192 static unsigned long calc_core_clk_34xx(unsigned long pclk, u16 width, in calc_core_clk_34xx() [all …]
|
/linux-4.1.27/samples/bpf/ |
D | tracex2_user.c | 12 static void stars(char *str, long val, long max, int width) in stars()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | perf.c | 65 uint16_t width; member 674 uint32_t width, xbits, i; in perf_rdr_read_ubuf() local
|
/linux-4.1.27/drivers/sh/intc/ |
D | access.c | 58 unsigned int width = _INTC_WIDTH(handle); in intc_set_field_from_handle() local 68 unsigned int width = _INTC_WIDTH(handle); in intc_get_field_from_handle() local
|
/linux-4.1.27/arch/arm/plat-pxa/ |
D | dma.c | 87 int i, max_show = 20, burst, width; in dbg_show_descriptors() local 135 int burst, width; in dbg_show_chan_state() local
|
/linux-4.1.27/drivers/video/fbdev/savage/ |
D | savagefb_accel.c | 95 int fg, bg, size, i, width; in savagefb_imageblit() local
|
/linux-4.1.27/drivers/media/i2c/ |
D | mt9v011.c | 54 unsigned width, height; member 202 unsigned height, width, hblank, vblank, speed; in calc_fps() local 232 unsigned height, width, hblank, vblank; in calc_speed() local
|
/linux-4.1.27/drivers/acpi/ |
D | osl.c | 892 acpi_status acpi_os_read_port(acpi_io_address port, u32 * value, u32 width) in acpi_os_read_port() 915 acpi_status acpi_os_write_port(acpi_io_address port, u32 value, u32 width) in acpi_os_write_port() 948 acpi_os_read_memory(acpi_physical_address phys_addr, u64 *value, u32 width) in acpi_os_read_memory() 1007 acpi_os_write_memory(acpi_physical_address phys_addr, u64 value, u32 width) in acpi_os_write_memory() 1050 u64 *value, u32 width) in acpi_os_read_pci_configuration() 1082 u64 value, u32 width) in acpi_os_write_pci_configuration()
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 651 u16 width, height; in setup_gop32() local 756 u16 width, height; in setup_gop64() local 865 setup_uga32(void **uga_handle, unsigned long size, u32 *width, u32 *height) in setup_uga32() 910 setup_uga64(void **uga_handle, unsigned long size, u32 *width, u32 *height) in setup_uga64() 961 u32 width, height; in setup_uga() local
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
D | mdp.c | 195 uint32_t width, uint32_t height, uint32_t x, uint32_t y, in mdp_dma_to_mddi() 244 uint32_t width, uint32_t height, uint32_t x, uint32_t y, in mdp_dma()
|
/linux-4.1.27/drivers/input/mouse/ |
D | elantech.c | 331 unsigned int width = 0, pres = 0; in elantech_report_absolute_v2() local 472 unsigned int width = 0, pres = 0; in elantech_report_absolute_v3() local 998 unsigned int *width) in elantech_set_range() 1169 unsigned int x_min = 0, y_min = 0, x_max = 0, y_max = 0, width = 0; in elantech_set_input_params() local
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | map.c | 26 int width; in map_browser__write() local
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_cursor.c | 34 uint32_t width, in mga_crtc_cursor_set()
|
D | mgag200_fb.c | 23 int x, int y, int width, int height) in mga_dirty_update()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | processor.h | 106 # define FPR_IDX(width, idx) (idx) argument 108 # define FPR_IDX(width, idx) ((idx) ^ ((64 / (width)) - 1)) argument 111 #define BUILD_FPR_ACCESS(width) \ argument
|
/linux-4.1.27/sound/soc/pxa/ |
D | zylonite.c | 91 int width = snd_pcm_format_physical_width(params_format(params)); in zylonite_voice_hw_params() local
|
/linux-4.1.27/include/uapi/drm/ |
D | drm_sarea.h | 64 unsigned int width; member
|
D | drm_mode.h | 330 __u32 width, height; member 343 __u32 width, height; member 443 __u32 width; member 454 __u32 width; member 512 uint32_t width; member
|
D | omap_drm.h | 54 uint16_t width; member
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r100_track.h | 27 unsigned width; member 39 unsigned width; member
|
D | radeon_cursor.c | 262 uint32_t width, in radeon_crtc_cursor_set2()
|
/linux-4.1.27/mm/ |
D | mm_init.c | 70 int shift, width; in mminit_verify_pageflags_layout() local
|
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx_hdcs.c | 77 int width, height; member 289 unsigned int width, unsigned int height) in hdcs_set_size()
|
/linux-4.1.27/tools/perf/tests/ |
D | builtin-test.c | 235 int width = 0; in __cmd_test() local
|
/linux-4.1.27/arch/mips/alchemy/devboards/ |
D | platform.c | 167 int __init db1x_register_norflash(unsigned long size, int width, in db1x_register_norflash()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-video.c | 277 u16 width, u16 height) in em28xx_capture_area_set() 331 int width = norm_maxw(dev); in em28xx_resolution_set() local 1208 unsigned int width, unsigned int height, in size_to_scale() 1225 unsigned int *width, unsigned int *height) in scale_to_size() 1276 unsigned int width = f->fmt.pix.width; in vidioc_try_fmt_vid_cap() local 1328 unsigned width, unsigned height) in em28xx_set_video_format()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-enc.c | 36 unsigned long width; in solo_capture_config() local
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | btcx-risc.c | 183 btcx_calc_skips(int line, int width, int *maxy, in btcx_calc_skips()
|
D | bttv-risc.c | 337 int width, int height, int interleaved, in bttv_calc_geo_old() 382 unsigned int width, in bttv_calc_geo()
|
D | bttv-driver.c | 1562 unsigned int width, unsigned int height, in bttv_prepare_buffer() 1944 __s32 width, in bttv_crop_adjust() 1990 __s32 * width, in limit_scaled_size_lock() 2297 unsigned int width, in pix_format_set_size() 2357 __s32 width, height; in bttv_try_fmt_vid_cap() local 2426 __s32 width, height; in bttv_s_fmt_vid_cap() local 2661 __s32 width = fb->fmt.width; in bttv_s_fbuf() local
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-sirf.c | 26 static void sdhci_sirf_set_bus_width(struct sdhci_host *host, int width) in sdhci_sirf_set_bus_width()
|
D | sdhci-pxav2.c | 93 static void pxav2_mmc_set_bus_width(struct sdhci_host *host, int width) in pxav2_mmc_set_bus_width()
|
D | sh_mobile_sdhi.c | 91 static void sh_mobile_sdhi_sdbuf_width(struct tmio_mmc_host *host, int width) in sh_mobile_sdhi_sdbuf_width()
|
/linux-4.1.27/arch/mips/include/asm/mach-jz4740/ |
D | jz4740_fb.h | 47 unsigned int width; member
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk-super.c | 133 u8 width, u8 pllx_index, u8 div2_index, spinlock_t *lock) in tegra_clk_register_super_mux()
|
D | clk-divider.c | 152 unsigned long flags, u8 clk_divider_flags, u8 shift, u8 width, in tegra_clk_register_divider()
|
/linux-4.1.27/include/uapi/linux/ |
D | omapfb.h | 112 __u32 width, height; member 121 __u32 width, height; member 216 __u32 width; /* phys width of the display in micrometers */ member
|
D | kd.h | 161 unsigned int width, height; /* font size */ member 167 unsigned int width, height; /* font size */ member
|
D | fb.h | 261 __u32 width; /* width of picture in mm */ member 343 __u32 width; member 352 __u32 width; member 361 __u32 width; /* Size of image */ member
|
/linux-4.1.27/drivers/video/fbdev/core/ |
D | syscopyarea.c | 318 u32 height = area->height, width = area->width; in sys_copyarea() local
|
D | cfbcopyarea.c | 384 u32 height = area->height, width = area->width; in cfb_copyarea() local
|
D | sysfillrect.c | 246 unsigned long width = rect->width, height = rect->height; in sys_fillrect() local
|
D | cfbfillrect.c | 281 unsigned long width = rect->width, height = rect->height; in cfb_fillrect() local
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
D | xilinx-vip.c | 110 u32 width; in xvip_of_get_format() local
|
/linux-4.1.27/tools/firewire/ |
D | decode-fcp.c | 50 int width; /* Width of field, 0 means use data_length. */ member
|
D | nosy-dump.c | 329 int width; /* Width of field, 0 means use data_length. */ member 657 get_bits(struct link_packet *packet, int offset, int width) in get_bits()
|
/linux-4.1.27/tools/perf/ui/ |
D | browser.h | 17 u16 y, x, width, height, rows; member
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
D | tw9910.c | 223 unsigned short width; member 427 u32 width, u32 height) in tw9910_select_norm() 568 static int tw9910_set_frame(struct v4l2_subdev *sd, u32 *width, u32 *height) in tw9910_set_frame() 718 u32 width = mf->width, height = mf->height; in tw9910_s_fmt() local
|
D | ov9640.c | 334 static void ov9640_res_roundup(u32 *width, u32 *height) in ov9640_res_roundup() 378 static int ov9640_write_regs(struct i2c_client *client, u32 width, in ov9640_write_regs()
|
D | mt9m111.c | 211 unsigned int width; /* output */ member 320 unsigned int width, unsigned int height) in mt9m111_setup_rect_ctx() 334 int width, int height, u32 code) in mt9m111_setup_geometry() 390 int width, height; in mt9m111_s_crop() local
|
D | ov2640.c | 277 u32 width; member 754 static const struct ov2640_win_size *ov2640_select_win(u32 *width, u32 *height) in ov2640_select_win() 772 static int ov2640_set_params(struct i2c_client *client, u32 *width, u32 *height, in ov2640_set_params() 855 u32 width = SVGA_WIDTH, height = SVGA_HEIGHT; in ov2640_g_fmt() local
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
D | hwa742.c | 84 int x, y, width, height; member 201 static void enable_tearsync(int y, int width, int height, int screen_height, in enable_tearsync() 434 int width = win->width; in create_req_list() local 528 int pos_x, int pos_y, int width, int height, in hwa742_setup_plane()
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 29 #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) argument
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/asm/ |
D | iop_version_defs_asm.h | 32 #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) argument
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_mp_ioctl.h | 50 uint width; member 265 unsigned int width; member
|
/linux-4.1.27/arch/x86/include/asm/ |
D | sysfb.h | 57 int width; member
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/asm/ |
D | irq_nmi_defs_asm.h | 32 #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) argument
|
D | strcop_defs_asm.h | 32 #define REG_MASK_X_( width, lsb ) (((1 << width)-1) << lsb) argument
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 122 unsigned int width = mode_cmd->width / (i ? hsub : 1); in rockchip_user_fb_create() local
|
/linux-4.1.27/drivers/clk/shmobile/ |
D | clk-sh73a0.c | 81 unsigned int shift, reg, width; in sh73a0_cpg_register_clock() local
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpdma.c | 626 void vpdma_add_out_dtd(struct vpdma_desc_list *list, int width, in vpdma_add_out_dtd() 697 void vpdma_add_in_dtd(struct vpdma_desc_list *list, int width, in vpdma_add_in_dtd()
|
/linux-4.1.27/drivers/media/platform/coda/ |
D | coda-bit.c | 333 int width, height; in coda_alloc_framebuffers() local 1433 int width, height; in __coda_start_decoding() local 1775 int width, height; in coda_finish_decode() local
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | setup.c | 232 short bit_nr, short width) in extract_value_bits()
|
/linux-4.1.27/arch/arm/mach-iop13xx/ |
D | setup.c | 209 int width = iq8134x_flash_data.width; in iq8134x_probe_flash_size() local
|
/linux-4.1.27/drivers/media/platform/s5p-jpeg/ |
D | jpeg-hw-exynos4.c | 259 unsigned int *width, unsigned int *height) in exynos4_jpeg_get_frame_size()
|
/linux-4.1.27/drivers/video/fbdev/nvidia/ |
D | nv_hw.c | 244 int data, pagemiss, cas, width, video_enable, bpp; in nv4CalcArbitration() local 417 int data, pagemiss, width, video_enable, bpp; in nv10CalcArbitration() local 858 int width, in NVCalcStateExt()
|
/linux-4.1.27/drivers/mmc/core/ |
D | sd_ops.c | 121 int mmc_app_set_bus_width(struct mmc_card *card, int width) in mmc_app_set_bus_width()
|
/linux-4.1.27/arch/arm/plat-samsung/include/plat/ |
D | fb-s3c2410.h | 29 unsigned short width; member
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_drm.h | 32 static inline uint32_t armada_pitch(uint32_t width, uint32_t bpp) in armada_pitch()
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | dfs_pattern_detector.h | 47 u8 width; member
|
/linux-4.1.27/drivers/media/usb/hdpvr/ |
D | hdpvr.h | 82 uint width, height; member 154 u16 width; member
|
/linux-4.1.27/net/mac80211/ |
D | vht.c | 288 ieee80211_chan_width_to_rx_bw(enum nl80211_chan_width width) in ieee80211_chan_width_to_rx_bw()
|
/linux-4.1.27/drivers/spi/ |
D | spi-pxa2xx-dma.c | 164 enum dma_slave_buswidth width; in pxa2xx_spi_dma_prepare_one() local
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | cirrus_fbdev.c | 21 int x, int y, int width, int height) in cirrus_dirty_update()
|
/linux-4.1.27/drivers/clk/bcm/ |
D | clk-kona.c | 34 static inline u32 bitfield_mask(u32 shift, u32 width) in bitfield_mask() 40 static inline u32 bitfield_extract(u32 reg_val, u32 shift, u32 width) in bitfield_extract() 46 static inline u32 bitfield_replace(u32 reg_val, u32 shift, u32 width, u32 val) in bitfield_replace()
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
D | ispresizer.c | 354 u32 width, u32 height) in resizer_set_output_size() 417 u32 width, u32 height) in resizer_set_input_size() 795 unsigned int width; in resizer_calc_ratios() local
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 57 resizer_calculate_line_length(u32 pix, int width, int height, in resizer_calculate_line_length() 544 int width, int height, int *line_len) in resizer_validate_input_image_format() 576 int width) in resizer_validate_decimation()
|
/linux-4.1.27/arch/mips/bcm63xx/ |
D | irq.c | 75 #define BUILD_IPIC_INTERNAL(width) \ argument
|
/linux-4.1.27/drivers/media/pci/zoran/ |
D | zr36016.h | 43 __u16 width; member
|
/linux-4.1.27/drivers/media/usb/gspca/m5602/ |
D | m5602_mt9m111.c | 175 int width = cam->cam_mode[sd->gspca_dev.curr_mode].width - 1; in mt9m111_start() local
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-renesas-intc-irqpin.c | 65 int width; member 144 int width, int value) in intc_irqpin_read_modify_write()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | ipuv3-plane.c | 57 static inline int calc_bandwidth(int width, int height, unsigned int vref) in calc_bandwidth()
|