/linux-4.4.14/drivers/video/fbdev/i810/ |
H A D | i810_gtf.c | 27 u32 wm; member in struct:wm_info
|
/linux-4.4.14/drivers/input/touchscreen/ |
H A D | zylonite-wm97xx.c | 80 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 D | mainstone-wm97xx.c | 106 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 D | wm9705.c | 138 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 D | wm9712.c | 156 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 D | wm9713.c | 156 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 D | wm97xx-core.c | 88 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 737 struct wm97xx *wm = dev_get_drvdata(dev); wm97xx_suspend() local 769 struct wm97xx *wm = dev_get_drvdata(dev); wm97xx_resume() local 806 int wm97xx_register_mach_ops(struct wm97xx *wm, wm97xx_register_mach_ops() argument 821 void wm97xx_unregister_mach_ops(struct wm97xx *wm) wm97xx_unregister_mach_ops() argument
|
H A D | atmel-wm97xx.c | 138 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.4.14/drivers/parport/ |
H A D | parport_gsc.h | 136 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 D | parport_sunbpp.c | 182 const unsigned char wm = (PARPORT_CONTROL_STROBE | parport_sunbpp_write_control() local
|
H A D | parport_ip32.c | 963 const unsigned int wm = parport_ip32_write_control() local 982 const unsigned int wm = parport_ip32_frob_control() local
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | process.c | 323 unsigned long wb, ws, wm; xtensa_elf_core_copy_regs() local
|
H A D | signal.c | 60 unsigned long wm; flush_window_regs_user() local
|
/linux-4.4.14/sound/pci/ice1712/ |
H A D | wm8766.c | 32 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 D | wm8776.c | 32 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 D | psc724.c | 118 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 D | maya44.c | 84 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.4.14/include/linux/ |
H A D | parport_pc.h | 158 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.4.14/drivers/gpu/drm/radeon/ |
H A D | rs690.c | 271 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 D | rv515.c | 953 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 D | trinity_dpm.c | 677 trinity_set_display_wm(struct radeon_device *rdev, u32 index, u32 wm) trinity_set_display_wm() argument 689 trinity_set_vce_wm(struct radeon_device *rdev, u32 index, u32 wm) trinity_set_vce_wm() argument
|
H A D | evergreen.c | 2041 static u32 evergreen_dram_bandwidth(struct evergreen_wm_params *wm) evergreen_dram_bandwidth() argument 2061 static u32 evergreen_dram_bandwidth_for_display(struct evergreen_wm_params *wm) evergreen_dram_bandwidth_for_display() argument 2081 static u32 evergreen_data_return_bandwidth(struct evergreen_wm_params *wm) evergreen_data_return_bandwidth() argument 2101 static u32 evergreen_dmif_request_bandwidth(struct evergreen_wm_params *wm) evergreen_dmif_request_bandwidth() argument 2121 static u32 evergreen_available_bandwidth(struct evergreen_wm_params *wm) evergreen_available_bandwidth() argument 2131 static u32 evergreen_average_bandwidth(struct evergreen_wm_params *wm) evergreen_average_bandwidth() argument 2155 static u32 evergreen_latency_watermark(struct evergreen_wm_params *wm) evergreen_latency_watermark() argument 2208 static bool evergreen_average_bandwidth_vs_dram_bandwidth_for_display(struct evergreen_wm_params *wm) evergreen_average_bandwidth_vs_dram_bandwidth_for_display() argument 2217 static bool evergreen_average_bandwidth_vs_available_bandwidth(struct evergreen_wm_params *wm) evergreen_average_bandwidth_vs_available_bandwidth() argument 2226 static bool evergreen_check_latency_hiding(struct evergreen_wm_params *wm) evergreen_check_latency_hiding() argument
|
H A D | si.c | 2013 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 D | cik.c | 9216 static u32 dce8_dram_bandwidth(struct dce8_wm_params *wm) dce8_dram_bandwidth() argument 9245 static u32 dce8_dram_bandwidth_for_display(struct dce8_wm_params *wm) dce8_dram_bandwidth_for_display() argument 9274 static u32 dce8_data_return_bandwidth(struct dce8_wm_params *wm) dce8_data_return_bandwidth() argument 9303 static u32 dce8_dmif_request_bandwidth(struct dce8_wm_params *wm) dce8_dmif_request_bandwidth() argument 9334 static u32 dce8_available_bandwidth(struct dce8_wm_params *wm) dce8_available_bandwidth() argument 9353 static u32 dce8_average_bandwidth(struct dce8_wm_params *wm) dce8_average_bandwidth() argument 9386 static u32 dce8_latency_watermark(struct dce8_wm_params *wm) dce8_latency_watermark() argument 9460 static bool dce8_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm) dce8_average_bandwidth_vs_dram_bandwidth_for_display() argument 9480 static bool dce8_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm) dce8_average_bandwidth_vs_available_bandwidth() argument 9498 static bool dce8_check_latency_hiding(struct dce8_wm_params *wm) dce8_check_latency_hiding() argument
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
H A D | db1300.c | 716 static void db1300_wm97xx_irqen(struct wm97xx *wm, int enable) db1300_wm97xx_irqen() argument 731 struct wm97xx *wm = platform_get_drvdata(pdev); db1300_wm97xx_probe() local
|
/linux-4.4.14/drivers/video/fbdev/ |
H A D | i740fb.c | 218 u32 wm; i740_calc_fifo() local
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
H A D | cvmx-uctlx-defs.h | 368 uint64_t wm:5; member in struct:cvmx_uctlx_ppaf_wm::cvmx_uctlx_ppaf_wm_s
|
/linux-4.4.14/sound/soc/fsl/ |
H A D | fsl_ssi.c | 863 u8 wm; _fsl_ssi_set_dai_fmt() local
|
/linux-4.4.14/drivers/iio/accel/ |
H A D | bmc150-accel-core.c | 773 int wm; bmc150_accel_get_fifo_watermark() local
|
/linux-4.4.14/kernel/time/ |
H A D | timekeeping.c | 442 struct timespec xt, wm; update_vsyscall() local
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v10_0.c | 925 static u32 dce_v10_0_dram_bandwidth(struct dce10_wm_params *wm) dce_v10_0_dram_bandwidth() argument 954 static u32 dce_v10_0_dram_bandwidth_for_display(struct dce10_wm_params *wm) dce_v10_0_dram_bandwidth_for_display() argument 983 static u32 dce_v10_0_data_return_bandwidth(struct dce10_wm_params *wm) dce_v10_0_data_return_bandwidth() argument 1012 static u32 dce_v10_0_dmif_request_bandwidth(struct dce10_wm_params *wm) dce_v10_0_dmif_request_bandwidth() argument 1043 static u32 dce_v10_0_available_bandwidth(struct dce10_wm_params *wm) dce_v10_0_available_bandwidth() argument 1062 static u32 dce_v10_0_average_bandwidth(struct dce10_wm_params *wm) dce_v10_0_average_bandwidth() argument 1095 static u32 dce_v10_0_latency_watermark(struct dce10_wm_params *wm) dce_v10_0_latency_watermark() argument 1169 static bool dce_v10_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce10_wm_params *wm) dce_v10_0_average_bandwidth_vs_dram_bandwidth_for_display() argument 1189 static bool dce_v10_0_average_bandwidth_vs_available_bandwidth(struct dce10_wm_params *wm) dce_v10_0_average_bandwidth_vs_available_bandwidth() argument 1207 static bool dce_v10_0_check_latency_hiding(struct dce10_wm_params *wm) dce_v10_0_check_latency_hiding() argument
|
H A D | dce_v11_0.c | 913 static u32 dce_v11_0_dram_bandwidth(struct dce10_wm_params *wm) dce_v11_0_dram_bandwidth() argument 942 static u32 dce_v11_0_dram_bandwidth_for_display(struct dce10_wm_params *wm) dce_v11_0_dram_bandwidth_for_display() argument 971 static u32 dce_v11_0_data_return_bandwidth(struct dce10_wm_params *wm) dce_v11_0_data_return_bandwidth() argument 1000 static u32 dce_v11_0_dmif_request_bandwidth(struct dce10_wm_params *wm) dce_v11_0_dmif_request_bandwidth() argument 1031 static u32 dce_v11_0_available_bandwidth(struct dce10_wm_params *wm) dce_v11_0_available_bandwidth() argument 1050 static u32 dce_v11_0_average_bandwidth(struct dce10_wm_params *wm) dce_v11_0_average_bandwidth() argument 1083 static u32 dce_v11_0_latency_watermark(struct dce10_wm_params *wm) dce_v11_0_latency_watermark() argument 1157 static bool dce_v11_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce10_wm_params *wm) dce_v11_0_average_bandwidth_vs_dram_bandwidth_for_display() argument 1177 static bool dce_v11_0_average_bandwidth_vs_available_bandwidth(struct dce10_wm_params *wm) dce_v11_0_average_bandwidth_vs_available_bandwidth() argument 1195 static bool dce_v11_0_check_latency_hiding(struct dce10_wm_params *wm) dce_v11_0_check_latency_hiding() argument
|
H A D | dce_v8_0.c | 868 static u32 dce_v8_0_dram_bandwidth(struct dce8_wm_params *wm) dce_v8_0_dram_bandwidth() argument 897 static u32 dce_v8_0_dram_bandwidth_for_display(struct dce8_wm_params *wm) dce_v8_0_dram_bandwidth_for_display() argument 926 static u32 dce_v8_0_data_return_bandwidth(struct dce8_wm_params *wm) dce_v8_0_data_return_bandwidth() argument 955 static u32 dce_v8_0_dmif_request_bandwidth(struct dce8_wm_params *wm) dce_v8_0_dmif_request_bandwidth() argument 986 static u32 dce_v8_0_available_bandwidth(struct dce8_wm_params *wm) dce_v8_0_available_bandwidth() argument 1005 static u32 dce_v8_0_average_bandwidth(struct dce8_wm_params *wm) dce_v8_0_average_bandwidth() argument 1038 static u32 dce_v8_0_latency_watermark(struct dce8_wm_params *wm) dce_v8_0_latency_watermark() argument 1112 static bool dce_v8_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm) dce_v8_0_average_bandwidth_vs_dram_bandwidth_for_display() argument 1132 static bool dce_v8_0_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm) dce_v8_0_average_bandwidth_vs_available_bandwidth() argument 1150 static bool dce_v8_0_check_latency_hiding(struct dce8_wm_params *wm) dce_v8_0_check_latency_hiding() argument
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | i915_debugfs.c | 4332 static void wm_latency_show(struct seq_file *m, const uint16_t wm[8]) wm_latency_show() argument 4444 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 D | intel_drv.h | 474 struct vlv_pipe_wm wm[3]; member in struct:vlv_wm_state 483 struct intel_wm_level wm[5]; member in struct:intel_pipe_wm 499 struct skl_wm_level wm[8]; member in struct:skl_pipe_wm 575 } wm; member in struct:intel_crtc 626 struct intel_plane_wm_parameters wm; member in struct:intel_plane
|
H A D | intel_pm.c | 620 unsigned long wm; pineview_update_wm() local 934 int clock, htotal, pixel_size, width, wm; vlv_compute_wm_level() local 1102 int wm = vlv_compute_wm_level(plane, crtc, state, level); for_each_intel_plane_on_crtc() local 1307 struct vlv_wm_values wm = {}; vlv_update_wm() local 2045 static void intel_read_wm_latency(struct drm_device *dev, uint16_t wm[8]) intel_read_wm_latency() argument 2149 static void intel_fixup_spr_wm_latency(struct drm_device *dev, uint16_t wm[5]) intel_fixup_spr_wm_latency() argument 2156 static void intel_fixup_cur_wm_latency(struct drm_device *dev, uint16_t wm[5]) intel_fixup_cur_wm_latency() argument 2284 const struct intel_pipe_wm *wm = &intel_crtc->wm.active; for_each_intel_crtc() local 2351 struct intel_wm_level wm = {}; local 2382 const struct intel_wm_level *wm = &active->wm[level]; for_each_intel_crtc() local 2424 struct intel_wm_level *wm = &merged->wm[level]; ilk_wm_merge() local 2454 struct intel_wm_level *wm = &merged->wm[level]; ilk_wm_merge() local 3998 struct vlv_wm_values *wm = &dev_priv->wm.vlv; vlv_wm_get_hw_state() local 555 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 819 vlv_write_wm_values(struct intel_crtc *crtc, const struct vlv_wm_values *wm) vlv_write_wm_values() argument 1255 vlv_merge_wm(struct drm_device *dev, struct vlv_wm_values *wm) vlv_merge_wm() argument 2180 intel_print_wm_latency(struct drm_device *dev, const char *name, const uint16_t wm[8]) intel_print_wm_latency() argument 2210 ilk_increase_wm_latency(struct drm_i915_private *dev_priv, uint16_t wm[5], uint16_t min) ilk_increase_wm_latency() argument 3919 vlv_read_wm_values(struct drm_i915_private *dev_priv, struct vlv_wm_values *wm) vlv_read_wm_values() argument
|
H A D | i915_drv.h | 1940 } wm; member in struct:drm_i915_private
|
/linux-4.4.14/sound/soc/codecs/ |
H A D | Makefile | |