Searched defs:wm (Results 1 - 35 of 35) sorted by relevance

/linux-4.1.27/drivers/input/touchscreen/
H A Dzylonite-wm97xx.c80 static void wm97xx_acc_pen_up(struct wm97xx *wm) wm97xx_acc_pen_up() argument
90 static int wm97xx_acc_pen_down(struct wm97xx *wm) wm97xx_acc_pen_down() argument
143 static int wm97xx_acc_startup(struct wm97xx *wm) wm97xx_acc_startup() argument
168 static void wm97xx_irq_enable(struct wm97xx *wm, int enable) wm97xx_irq_enable() argument
187 struct wm97xx *wm = platform_get_drvdata(pdev); zylonite_wm97xx_probe() local
212 struct wm97xx *wm = platform_get_drvdata(pdev); zylonite_wm97xx_remove() local
H A Dwm9705.c138 static void wm9705_phy_init(struct wm97xx *wm) wm9705_phy_init() argument
183 static void wm9705_dig_enable(struct wm97xx *wm, int enable) wm9705_dig_enable() argument
194 static void wm9705_aux_prepare(struct wm97xx *wm) wm9705_aux_prepare() argument
201 static void wm9705_dig_restore(struct wm97xx *wm) wm9705_dig_restore() argument
207 static inline int is_pden(struct wm97xx *wm) is_pden() argument
215 static int wm9705_poll_sample(struct wm97xx *wm, int adcsel, int *sample) wm9705_poll_sample() argument
275 static int wm9705_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) wm9705_poll_touch() argument
299 static int wm9705_acc_enable(struct wm97xx *wm, int enable) wm9705_acc_enable() argument
H A Dwm9712.c156 static void wm9712_phy_init(struct wm97xx *wm) wm9712_phy_init() argument
221 static void wm9712_dig_enable(struct wm97xx *wm, int enable) wm9712_dig_enable() argument
234 static void wm9712_aux_prepare(struct wm97xx *wm) wm9712_aux_prepare() argument
241 static void wm9712_dig_restore(struct wm97xx *wm) wm9712_dig_restore() argument
247 static inline int is_pden(struct wm97xx *wm) is_pden() argument
255 static int wm9712_poll_sample(struct wm97xx *wm, int adcsel, int *sample) wm9712_poll_sample() argument
319 static int wm9712_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) wm9712_poll_coord() argument
384 static int wm9712_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) wm9712_poll_touch() argument
418 static int wm9712_acc_enable(struct wm97xx *wm, int enable) wm9712_acc_enable() argument
H A Dwm9713.c156 static void wm9713_phy_init(struct wm97xx *wm) wm9713_phy_init() argument
219 static void wm9713_dig_enable(struct wm97xx *wm, int enable) wm9713_dig_enable() argument
237 static void wm9713_dig_restore(struct wm97xx *wm) wm9713_dig_restore() argument
244 static void wm9713_aux_prepare(struct wm97xx *wm) wm9713_aux_prepare() argument
252 static inline int is_pden(struct wm97xx *wm) is_pden() argument
260 static int wm9713_poll_sample(struct wm97xx *wm, int adcsel, int *sample) wm9713_poll_sample() argument
325 static int wm9713_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) wm9713_poll_coord() argument
395 static int wm9713_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) wm9713_poll_touch() argument
425 static int wm9713_acc_enable(struct wm97xx *wm, int enable) wm9713_acc_enable() argument
H A Dmainstone-wm97xx.c106 static void wm97xx_acc_pen_up(struct wm97xx *wm) wm97xx_acc_pen_up() argument
114 static void wm97xx_acc_pen_up(struct wm97xx *wm) wm97xx_acc_pen_up() argument
125 static int wm97xx_acc_pen_down(struct wm97xx *wm) wm97xx_acc_pen_down() argument
177 static int wm97xx_acc_startup(struct wm97xx *wm) wm97xx_acc_startup() argument
254 static void wm97xx_acc_shutdown(struct wm97xx *wm) wm97xx_acc_shutdown() argument
264 static void wm97xx_irq_enable(struct wm97xx *wm, int enable) wm97xx_irq_enable() argument
284 struct wm97xx *wm = platform_get_drvdata(pdev); mainstone_wm97xx_probe() local
291 struct wm97xx *wm = platform_get_drvdata(pdev); mainstone_wm97xx_remove() local
H A Dwm97xx-core.c88 int wm97xx_reg_read(struct wm97xx *wm, u16 reg) wm97xx_reg_read() argument
97 void wm97xx_reg_write(struct wm97xx *wm, u16 reg, u16 val) wm97xx_reg_write() argument
124 int wm97xx_read_aux_adc(struct wm97xx *wm, u16 adcsel) wm97xx_read_aux_adc() argument
179 enum wm97xx_gpio_status wm97xx_get_gpio(struct wm97xx *wm, u32 gpio) wm97xx_get_gpio() argument
206 void wm97xx_set_gpio(struct wm97xx *wm, u32 gpio, wm97xx_set_gpio() argument
231 void wm97xx_config_gpio(struct wm97xx *wm, u32 gpio, enum wm97xx_gpio_dir dir, wm97xx_config_gpio() argument
284 void wm97xx_set_suspend_mode(struct wm97xx *wm, u16 mode) wm97xx_set_suspend_mode() argument
296 struct wm97xx *wm = container_of(work, struct wm97xx, pen_event_work); wm97xx_pen_irq_worker() local
364 struct wm97xx *wm = dev_id; wm97xx_pen_interrupt() local
377 static int wm97xx_init_pen_irq(struct wm97xx *wm) wm97xx_init_pen_irq() argument
406 static int wm97xx_read_samples(struct wm97xx *wm) wm97xx_read_samples() argument
479 struct wm97xx *wm = container_of(work, struct wm97xx, ts_reader.work); wm97xx_ts_reader() local
501 struct wm97xx *wm = input_get_drvdata(idev); wm97xx_ts_input_open() local
550 struct wm97xx *wm = input_get_drvdata(idev); wm97xx_ts_input_close() local
586 struct wm97xx *wm; wm97xx_probe() local
725 struct wm97xx *wm = dev_get_drvdata(dev); wm97xx_remove() local
738 struct wm97xx *wm = dev_get_drvdata(dev); wm97xx_suspend() local
770 struct wm97xx *wm = dev_get_drvdata(dev); wm97xx_resume() local
810 int wm97xx_register_mach_ops(struct wm97xx *wm, wm97xx_register_mach_ops() argument
825 void wm97xx_unregister_mach_ops(struct wm97xx *wm) wm97xx_unregister_mach_ops() argument
H A Datmel-wm97xx.c138 struct wm97xx *wm; member in struct:atmel_wm97xx
151 struct wm97xx *wm = atmel_wm97xx->wm; atmel_wm97xx_channel_b_interrupt() local
194 static void atmel_wm97xx_acc_pen_up(struct wm97xx *wm) atmel_wm97xx_acc_pen_up() argument
216 static int atmel_wm97xx_acc_startup(struct wm97xx *wm) atmel_wm97xx_acc_startup() argument
295 static void atmel_wm97xx_acc_shutdown(struct wm97xx *wm) atmel_wm97xx_acc_shutdown() argument
321 static void atmel_wm97xx_irq_enable(struct wm97xx *wm, int enable) atmel_wm97xx_irq_enable() argument
337 struct wm97xx *wm = platform_get_drvdata(pdev); atmel_wm97xx_probe() local
382 struct wm97xx *wm = atmel_wm97xx->wm; atmel_wm97xx_remove() local
410 struct wm97xx *wm = atmel_wm97xx->wm; atmel_wm97xx_resume() local
/linux-4.1.27/drivers/video/fbdev/i810/
H A Di810_gtf.c27 u32 wm; member in struct:wm_info
/linux-4.1.27/drivers/parport/
H A Dparport_gsc.h136 const unsigned char wm = (PARPORT_CONTROL_STROBE | parport_gsc_write_control() local
165 const unsigned char wm = (PARPORT_CONTROL_STROBE | parport_gsc_frob_control() local
H A Dparport_sunbpp.c182 const unsigned char wm = (PARPORT_CONTROL_STROBE | parport_sunbpp_write_control() local
H A Dparport_ip32.c963 const unsigned int wm = parport_ip32_write_control() local
982 const unsigned int wm = parport_ip32_frob_control() local
/linux-4.1.27/arch/xtensa/kernel/
H A Dprocess.c323 unsigned long wb, ws, wm; xtensa_elf_core_copy_regs() local
H A Dsignal.c60 unsigned long wm; flush_window_regs_user() local
/linux-4.1.27/sound/pci/ice1712/
H A Dwm8766.c32 static void snd_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) snd_wm8766_write() argument
151 void snd_wm8766_init(struct snd_wm8766 *wm) snd_wm8766_init() argument
170 void snd_wm8766_resume(struct snd_wm8766 *wm) snd_wm8766_resume() argument
178 void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac) snd_wm8766_set_if() argument
186 void snd_wm8766_volume_restore(struct snd_wm8766 *wm) snd_wm8766_volume_restore() argument
198 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); snd_wm8766_volume_info() local
212 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); snd_wm8766_enum_info() local
222 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); snd_wm8766_ctl_get() local
253 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); snd_wm8766_ctl_put() local
290 static int snd_wm8766_add_control(struct snd_wm8766 *wm, int num) snd_wm8766_add_control() argument
334 int snd_wm8766_build_controls(struct snd_wm8766 *wm) snd_wm8766_build_controls() argument
H A Dwm8776.c32 static void snd_wm8776_write(struct snd_wm8776 *wm, u16 addr, u16 data) snd_wm8776_write() argument
44 static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm, snd_wm8776_activate_ctl() argument
69 static void snd_wm8776_update_agc_ctl(struct snd_wm8776 *wm) snd_wm8776_update_agc_ctl() argument
96 static void snd_wm8776_set_agc(struct snd_wm8776 *wm, u16 agc, u16 nothing) snd_wm8776_set_agc() argument
130 static void snd_wm8776_get_agc(struct snd_wm8776 *wm, u16 *mode, u16 *nothing) snd_wm8776_get_agc() argument
426 void snd_wm8776_init(struct snd_wm8776 *wm) snd_wm8776_init() argument
447 void snd_wm8776_resume(struct snd_wm8776 *wm) snd_wm8776_resume() argument
455 void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power) snd_wm8776_set_power() argument
460 void snd_wm8776_volume_restore(struct snd_wm8776 *wm) snd_wm8776_volume_restore() argument
472 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); snd_wm8776_volume_info() local
486 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); snd_wm8776_enum_info() local
496 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); snd_wm8776_ctl_get() local
527 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); snd_wm8776_ctl_put() local
564 static int snd_wm8776_add_control(struct snd_wm8776 *wm, int num) snd_wm8776_add_control() argument
607 int snd_wm8776_build_controls(struct snd_wm8776 *wm) snd_wm8776_build_controls() argument
H A Dpsc724.c118 static void psc724_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) psc724_wm8766_write() argument
160 static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data) psc724_wm8776_write() argument
H A Dmaya44.c84 struct snd_wm8776 wm[2]; member in struct:snd_maya44
90 static void wm8776_write(struct snd_ice1712 *ice, struct snd_wm8776 *wm, wm8776_write() argument
106 static int wm8776_write_bits(struct snd_ice1712 *ice, struct snd_wm8776 *wm, wm8776_write_bits() argument
188 struct snd_wm8776 *wm = maya_vol_get() local
203 struct snd_wm8776 *wm = maya_vol_put() local
249 struct snd_wm8776 *wm = maya_sw_get() local
261 struct snd_wm8776 *wm = maya_sw_put() local
548 wm8776_init(struct snd_ice1712 *ice, struct snd_wm8776 *wm, unsigned int addr) wm8776_init() argument
/linux-4.1.27/include/linux/
H A Dparport_pc.h158 const unsigned char wm = (PARPORT_CONTROL_STROBE | parport_pc_write_control() local
187 const unsigned char wm = (PARPORT_CONTROL_STROBE | parport_pc_frob_control() local
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Drs690.c261 rs690_crtc_bandwidth_compute(struct radeon_device *rdev, struct radeon_crtc *crtc, struct rs690_watermark *wm, bool low) rs690_crtc_bandwidth_compute() argument
H A Drv515.c953 rv515_crtc_bandwidth_compute(struct radeon_device *rdev, struct radeon_crtc *crtc, struct rv515_watermark *wm, bool low) rv515_crtc_bandwidth_compute() argument
H A Dtrinity_dpm.c676 trinity_set_display_wm(struct radeon_device *rdev, u32 index, u32 wm) trinity_set_display_wm() argument
688 trinity_set_vce_wm(struct radeon_device *rdev, u32 index, u32 wm) trinity_set_vce_wm() argument
H A Devergreen.c1996 static u32 evergreen_dram_bandwidth(struct evergreen_wm_params *wm) evergreen_dram_bandwidth() argument
2016 static u32 evergreen_dram_bandwidth_for_display(struct evergreen_wm_params *wm) evergreen_dram_bandwidth_for_display() argument
2036 static u32 evergreen_data_return_bandwidth(struct evergreen_wm_params *wm) evergreen_data_return_bandwidth() argument
2056 static u32 evergreen_dmif_request_bandwidth(struct evergreen_wm_params *wm) evergreen_dmif_request_bandwidth() argument
2076 static u32 evergreen_available_bandwidth(struct evergreen_wm_params *wm) evergreen_available_bandwidth() argument
2086 static u32 evergreen_average_bandwidth(struct evergreen_wm_params *wm) evergreen_average_bandwidth() argument
2110 static u32 evergreen_latency_watermark(struct evergreen_wm_params *wm) evergreen_latency_watermark() argument
2163 static bool evergreen_average_bandwidth_vs_dram_bandwidth_for_display(struct evergreen_wm_params *wm) evergreen_average_bandwidth_vs_dram_bandwidth_for_display() argument
2172 static bool evergreen_average_bandwidth_vs_available_bandwidth(struct evergreen_wm_params *wm) evergreen_average_bandwidth_vs_available_bandwidth() argument
2181 static bool evergreen_check_latency_hiding(struct evergreen_wm_params *wm) evergreen_check_latency_hiding() argument
H A Dsi.c2013 static u32 dce6_dram_bandwidth(struct dce6_wm_params *wm) dce6_dram_bandwidth() argument
2033 static u32 dce6_dram_bandwidth_for_display(struct dce6_wm_params *wm) dce6_dram_bandwidth_for_display() argument
2053 static u32 dce6_data_return_bandwidth(struct dce6_wm_params *wm) dce6_data_return_bandwidth() argument
2073 static u32 dce6_get_dmif_bytes_per_request(struct dce6_wm_params *wm) dce6_get_dmif_bytes_per_request() argument
2078 static u32 dce6_dmif_request_bandwidth(struct dce6_wm_params *wm) dce6_dmif_request_bandwidth() argument
2110 static u32 dce6_available_bandwidth(struct dce6_wm_params *wm) dce6_available_bandwidth() argument
2120 static u32 dce6_average_bandwidth(struct dce6_wm_params *wm) dce6_average_bandwidth() argument
2144 static u32 dce6_latency_watermark(struct dce6_wm_params *wm) dce6_latency_watermark() argument
2207 static bool dce6_average_bandwidth_vs_dram_bandwidth_for_display(struct dce6_wm_params *wm) dce6_average_bandwidth_vs_dram_bandwidth_for_display() argument
2216 static bool dce6_average_bandwidth_vs_available_bandwidth(struct dce6_wm_params *wm) dce6_average_bandwidth_vs_available_bandwidth() argument
2225 static bool dce6_check_latency_hiding(struct dce6_wm_params *wm) dce6_check_latency_hiding() argument
H A Dcik.c9195 static u32 dce8_dram_bandwidth(struct dce8_wm_params *wm) dce8_dram_bandwidth() argument
9224 static u32 dce8_dram_bandwidth_for_display(struct dce8_wm_params *wm) dce8_dram_bandwidth_for_display() argument
9253 static u32 dce8_data_return_bandwidth(struct dce8_wm_params *wm) dce8_data_return_bandwidth() argument
9282 static u32 dce8_dmif_request_bandwidth(struct dce8_wm_params *wm) dce8_dmif_request_bandwidth() argument
9313 static u32 dce8_available_bandwidth(struct dce8_wm_params *wm) dce8_available_bandwidth() argument
9332 static u32 dce8_average_bandwidth(struct dce8_wm_params *wm) dce8_average_bandwidth() argument
9365 static u32 dce8_latency_watermark(struct dce8_wm_params *wm) dce8_latency_watermark() argument
9439 static bool dce8_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm) dce8_average_bandwidth_vs_dram_bandwidth_for_display() argument
9459 static bool dce8_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm) dce8_average_bandwidth_vs_available_bandwidth() argument
9477 static bool dce8_check_latency_hiding(struct dce8_wm_params *wm) dce8_check_latency_hiding() argument
/linux-4.1.27/arch/mips/alchemy/devboards/
H A Ddb1300.c715 static void db1300_wm97xx_irqen(struct wm97xx *wm, int enable) db1300_wm97xx_irqen() argument
730 struct wm97xx *wm = platform_get_drvdata(pdev); db1300_wm97xx_probe() local
/linux-4.1.27/drivers/video/fbdev/
H A Di740fb.c227 u32 wm; i740_calc_fifo() local
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-uctlx-defs.h368 uint64_t wm:5; member in struct:cvmx_uctlx_ppaf_wm::cvmx_uctlx_ppaf_wm_s
/linux-4.1.27/sound/soc/fsl/
H A Dfsl_ssi.c796 u8 wm; _fsl_ssi_set_dai_fmt() local
/linux-4.1.27/drivers/iio/accel/
H A Dbmc150-accel.c849 int wm; bmc150_accel_get_fifo_watermark() local
/linux-4.1.27/kernel/time/
H A Dtimekeeping.c478 struct timespec xt, wm; update_vsyscall() local
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_debugfs.c3872 static void wm_latency_show(struct seq_file *m, const uint16_t wm[8]) wm_latency_show() argument
3977 wm_latency_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp, uint16_t wm[8]) wm_latency_write() argument
H A Dintel_drv.h394 struct intel_wm_level wm[5]; member in struct:intel_pipe_wm
408 struct skl_wm_level wm[8]; member in struct:skl_pipe_wm
488 } wm; member in struct:intel_crtc
521 struct intel_plane_wm_parameters wm; member in struct:intel_plane
H A Dintel_pm.c642 unsigned long wm; pineview_update_wm() local
1032 struct vlv_wm_values wm = dev_priv->wm.vlv; valleyview_update_wm() local
1087 struct vlv_wm_values wm = dev_priv->wm.vlv; valleyview_update_sprite_wm() local
1801 static void intel_read_wm_latency(struct drm_device *dev, uint16_t wm[8]) intel_read_wm_latency() argument
1905 static void intel_fixup_spr_wm_latency(struct drm_device *dev, uint16_t wm[5]) intel_fixup_spr_wm_latency() argument
1912 static void intel_fixup_cur_wm_latency(struct drm_device *dev, uint16_t wm[5]) intel_fixup_cur_wm_latency() argument
2082 const struct intel_pipe_wm *wm = &intel_crtc->wm.active; for_each_intel_crtc() local
2136 struct intel_wm_level wm = {}; intel_compute_pipe_wm() local
2167 const struct intel_wm_level *wm = &active->wm[level]; for_each_intel_crtc() local
2208 struct intel_wm_level *wm = &merged->wm[level]; ilk_wm_merge() local
2237 struct intel_wm_level *wm = &merged->wm[level]; ilk_wm_merge() local
577 intel_calculate_wm(unsigned long clock_in_khz, const struct intel_watermark_params *wm, int fifo_size, int pixel_size, unsigned long latency_ns) intel_calculate_wm() argument
844 vlv_write_wm_values(struct intel_crtc *crtc, const struct vlv_wm_values *wm) vlv_write_wm_values() argument
981 vlv_compute_sr_wm(struct drm_device *dev, struct vlv_wm_values *wm) vlv_compute_sr_wm() argument
1936 intel_print_wm_latency(struct drm_device *dev, const char *name, const uint16_t wm[8]) intel_print_wm_latency() argument
1966 ilk_increase_wm_latency(struct drm_i915_private *dev_priv, uint16_t wm[5], uint16_t min) ilk_increase_wm_latency() argument
H A Di915_drv.h1798 } wm; member in struct:drm_i915_private
/linux-4.1.27/sound/soc/codecs/
H A DMakefile

Completed in 1195 milliseconds