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

123

/linux-master/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c100 static void wm97xx_acc_pen_up(struct wm97xx *wm) argument
115 static int wm97xx_acc_pen_down(struct wm97xx *wm) argument
168 static int wm97xx_acc_startup(struct wm97xx *wm) argument
229 wm97xx_acc_shutdown(struct wm97xx *wm) argument
250 struct wm97xx *wm = platform_get_drvdata(pdev); local
257 struct wm97xx *wm = platform_get_drvdata(pdev); local
[all...]
H A Dwm9712.c151 static void wm9712_phy_init(struct wm97xx *wm) argument
216 wm9712_dig_enable(struct wm97xx *wm, int enable) argument
229 wm9712_aux_prepare(struct wm97xx *wm) argument
236 wm9712_dig_restore(struct wm97xx *wm) argument
242 is_pden(struct wm97xx *wm) argument
250 wm9712_poll_sample(struct wm97xx *wm, int adcsel, int *sample) argument
314 wm9712_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) argument
379 wm9712_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) argument
413 wm9712_acc_enable(struct wm97xx *wm, int enable) argument
[all...]
H A Dwm9713.c151 static void wm9713_phy_init(struct wm97xx *wm) argument
214 wm9713_dig_enable(struct wm97xx *wm, int enable) argument
232 wm9713_dig_restore(struct wm97xx *wm) argument
239 wm9713_aux_prepare(struct wm97xx *wm) argument
247 is_pden(struct wm97xx *wm) argument
255 wm9713_poll_sample(struct wm97xx *wm, int adcsel, int *sample) argument
320 wm9713_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) argument
390 wm9713_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) argument
420 wm9713_acc_enable(struct wm97xx *wm, int enable) argument
[all...]
H A Dwm9705.c133 static void wm9705_phy_init(struct wm97xx *wm) argument
178 wm9705_dig_enable(struct wm97xx *wm, int enable) argument
189 wm9705_aux_prepare(struct wm97xx *wm) argument
196 wm9705_dig_restore(struct wm97xx *wm) argument
202 is_pden(struct wm97xx *wm) argument
210 wm9705_poll_sample(struct wm97xx *wm, int adcsel, int *sample) argument
270 wm9705_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) argument
294 wm9705_acc_enable(struct wm97xx *wm, int enable) argument
[all...]
H A Dwm97xx-core.c84 int wm97xx_reg_read(struct wm97xx *wm, u16 reg) argument
93 void wm97xx_reg_write(struct wm97xx *wm, u16 reg, u16 val) argument
120 wm97xx_read_aux_adc(struct wm97xx *wm, u16 adcsel) argument
175 wm97xx_get_gpio(struct wm97xx *wm, u32 gpio) argument
202 wm97xx_set_gpio(struct wm97xx *wm, u32 gpio, enum wm97xx_gpio_status status) argument
227 wm97xx_config_gpio(struct wm97xx *wm, u32 gpio, enum wm97xx_gpio_dir dir, enum wm97xx_gpio_pol pol, enum wm97xx_gpio_sticky sticky, enum wm97xx_gpio_wake wake) argument
280 wm97xx_set_suspend_mode(struct wm97xx *wm, u16 mode) argument
293 struct wm97xx *wm = dev_id; local
353 wm97xx_init_pen_irq(struct wm97xx *wm) argument
379 wm97xx_read_samples(struct wm97xx *wm) argument
452 struct wm97xx *wm = container_of(work, struct wm97xx, ts_reader.work); local
474 struct wm97xx *wm = input_get_drvdata(idev); local
522 struct wm97xx *wm = input_get_drvdata(idev); local
552 wm97xx_register_touch(struct wm97xx *wm) argument
607 wm97xx_unregister_touch(struct wm97xx *wm) argument
612 _wm97xx_probe(struct wm97xx *wm) argument
669 wm97xx_remove_battery(struct wm97xx *wm) argument
674 wm97xx_add_battery(struct wm97xx *wm, struct wm97xx_batt_pdata *pdata) argument
695 struct wm97xx *wm; local
723 struct wm97xx *wm = dev_get_drvdata(dev); local
733 struct wm97xx *wm; local
766 struct wm97xx *wm = dev_get_drvdata(dev); local
800 struct wm97xx *wm = dev_get_drvdata(dev); local
839 wm97xx_register_mach_ops(struct wm97xx *wm, struct wm97xx_mach_ops *mach_ops) argument
854 wm97xx_unregister_mach_ops(struct wm97xx *wm) argument
[all...]
/linux-master/drivers/video/fbdev/i810/
H A Di810_gtf.c27 u32 wm; member in struct:wm_info
/linux-master/sound/pci/ice1712/
H A Dwm8766.c18 static void snd_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) argument
137 void snd_wm8766_init(struct snd_wm8766 *wm) argument
156 void snd_wm8766_resume(struct snd_wm8766 *wm) argument
164 snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac) argument
172 snd_wm8766_volume_restore(struct snd_wm8766 *wm) argument
184 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); local
198 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); local
208 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); local
239 struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol); local
276 snd_wm8766_add_control(struct snd_wm8766 *wm, int num) argument
320 snd_wm8766_build_controls(struct snd_wm8766 *wm) argument
[all...]
H A Dwm8776.c18 static void snd_wm8776_write(struct snd_wm8776 *wm, u16 addr, u16 data) argument
30 static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm, argument
51 static void snd_wm8776_update_agc_ctl(struct snd_wm8776 *wm) argument
78 snd_wm8776_set_agc(struct snd_wm8776 *wm, u16 agc, u16 nothing) argument
112 snd_wm8776_get_agc(struct snd_wm8776 *wm, u16 *mode, u16 *nothing) argument
408 snd_wm8776_init(struct snd_wm8776 *wm) argument
429 snd_wm8776_resume(struct snd_wm8776 *wm) argument
437 snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power) argument
442 snd_wm8776_volume_restore(struct snd_wm8776 *wm) argument
454 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); local
468 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); local
478 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); local
509 struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol); local
546 snd_wm8776_add_control(struct snd_wm8776 *wm, int num) argument
589 snd_wm8776_build_controls(struct snd_wm8776 *wm) argument
[all...]
H A Dpsc724.c104 static void psc724_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data) argument
146 static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubbub.c618 hubbub21_wm_read_state(struct hubbub *hubbub, struct dcn_hubbub_wm *wm) argument
/linux-master/drivers/parport/
H A Dparport_gsc.h119 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
148 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
H A Dparport_sunbpp.c183 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
/linux-master/include/linux/
H A Dparport_pc.h162 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
191 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe-gen1.c608 static void vfe_isr_wm_done(struct vfe_device *vfe, u8 wm) argument
/linux-master/arch/xtensa/kernel/
H A Dsignal.c62 unsigned long wm; local
/linux-master/drivers/net/dsa/ocelot/
H A Dseville_vsc9953.c854 static u16 vsc9953_wm_dec(u16 wm) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn35/
H A Ddcn35_hubbub.c399 hubbub35_wm_read_state(struct hubbub *hubbub, struct dcn_hubbub_wm *wm) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_wm.c146 intel_print_wm_latency(struct drm_i915_private *dev_priv, const char *name, const u16 wm[]) argument
184 wm_latency_show(struct seq_file *m, const u16 wm[8]) argument
288 wm_latency_write(struct file *file, const char __user *ubuf, size_t len, loff_t *offp, u16 wm[8]) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hubbub.c848 hubbub32_wm_read_state(struct hubbub *hubbub, struct dcn_hubbub_wm *wm) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c75 struct dcn_hubbub_wm wm; local
H A Ddcn10_hubbub.c42 hubbub1_wm_read_state(struct hubbub *hubbub, struct dcn_hubbub_wm *wm) argument
/linux-master/drivers/gpu/drm/radeon/
H A Drs690.c272 rs690_crtc_bandwidth_compute(struct radeon_device *rdev, struct radeon_crtc *crtc, struct rs690_watermark *wm, bool low) argument
[all...]
H A Drv515.c922 rv515_crtc_bandwidth_compute(struct radeon_device *rdev, struct radeon_crtc *crtc, struct rv515_watermark *wm, bool low) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubbub.c485 hubbub2_wm_read_state(struct hubbub *hubbub, struct dcn_hubbub_wm *wm) argument
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_buffer.c170 unsigned int wm; local

Completed in 235 milliseconds

123