| /Linux-v5.4/drivers/input/touchscreen/ | 
| D | wm97xx-core.c | 84 int wm97xx_reg_read(struct wm97xx *wm, u16 reg)  in wm97xx_reg_read()93 void wm97xx_reg_write(struct wm97xx *wm, u16 reg, u16 val)  in wm97xx_reg_write()
 120 int wm97xx_read_aux_adc(struct wm97xx *wm, u16 adcsel)  in wm97xx_read_aux_adc()
 175 enum wm97xx_gpio_status wm97xx_get_gpio(struct wm97xx *wm, u32 gpio)  in wm97xx_get_gpio()
 202 void wm97xx_set_gpio(struct wm97xx *wm, u32 gpio,  in wm97xx_set_gpio()
 227 void wm97xx_config_gpio(struct wm97xx *wm, u32 gpio, enum wm97xx_gpio_dir dir,  in wm97xx_config_gpio()
 280 void wm97xx_set_suspend_mode(struct wm97xx *wm, u16 mode)  in wm97xx_set_suspend_mode()
 292 	struct wm97xx *wm = container_of(work, struct wm97xx, pen_event_work);  in wm97xx_pen_irq_worker()  local
 360 	struct wm97xx *wm = dev_id;  in wm97xx_pen_interrupt()  local
 373 static int wm97xx_init_pen_irq(struct wm97xx *wm)  in wm97xx_init_pen_irq()
 [all …]
 
 | 
| D | wm9712.c | 151 static void wm9712_phy_init(struct wm97xx *wm)  in wm9712_phy_init()216 static void wm9712_dig_enable(struct wm97xx *wm, int enable)  in wm9712_dig_enable()
 229 static void wm9712_aux_prepare(struct wm97xx *wm)  in wm9712_aux_prepare()
 236 static void wm9712_dig_restore(struct wm97xx *wm)  in wm9712_dig_restore()
 242 static inline int is_pden(struct wm97xx *wm)  in is_pden()
 250 static int wm9712_poll_sample(struct wm97xx *wm, int adcsel, int *sample)  in wm9712_poll_sample()
 314 static int wm9712_poll_coord(struct wm97xx *wm, struct wm97xx_data *data)  in wm9712_poll_coord()
 379 static int wm9712_poll_touch(struct wm97xx *wm, struct wm97xx_data *data)  in wm9712_poll_touch()
 413 static int wm9712_acc_enable(struct wm97xx *wm, int enable)  in wm9712_acc_enable()
 
 | 
| D | wm9705.c | 133 static void wm9705_phy_init(struct wm97xx *wm)  in wm9705_phy_init()178 static void wm9705_dig_enable(struct wm97xx *wm, int enable)  in wm9705_dig_enable()
 189 static void wm9705_aux_prepare(struct wm97xx *wm)  in wm9705_aux_prepare()
 196 static void wm9705_dig_restore(struct wm97xx *wm)  in wm9705_dig_restore()
 202 static inline int is_pden(struct wm97xx *wm)  in is_pden()
 210 static int wm9705_poll_sample(struct wm97xx *wm, int adcsel, int *sample)  in wm9705_poll_sample()
 270 static int wm9705_poll_touch(struct wm97xx *wm, struct wm97xx_data *data)  in wm9705_poll_touch()
 294 static int wm9705_acc_enable(struct wm97xx *wm, int enable)  in wm9705_acc_enable()
 
 | 
| D | wm9713.c | 151 static void wm9713_phy_init(struct wm97xx *wm)  in wm9713_phy_init()214 static void wm9713_dig_enable(struct wm97xx *wm, int enable)  in wm9713_dig_enable()
 232 static void wm9713_dig_restore(struct wm97xx *wm)  in wm9713_dig_restore()
 239 static void wm9713_aux_prepare(struct wm97xx *wm)  in wm9713_aux_prepare()
 247 static inline int is_pden(struct wm97xx *wm)  in is_pden()
 255 static int wm9713_poll_sample(struct wm97xx *wm, int adcsel, int *sample)  in wm9713_poll_sample()
 320 static int wm9713_poll_coord(struct wm97xx *wm, struct wm97xx_data *data)  in wm9713_poll_coord()
 390 static int wm9713_poll_touch(struct wm97xx *wm, struct wm97xx_data *data)  in wm9713_poll_touch()
 420 static int wm9713_acc_enable(struct wm97xx *wm, int enable)  in wm9713_acc_enable()
 
 | 
| D | mainstone-wm97xx.c | 101 static void wm97xx_acc_pen_up(struct wm97xx *wm)  in wm97xx_acc_pen_up()109 static void wm97xx_acc_pen_up(struct wm97xx *wm)  in wm97xx_acc_pen_up()
 120 static int wm97xx_acc_pen_down(struct wm97xx *wm)  in wm97xx_acc_pen_down()
 172 static int wm97xx_acc_startup(struct wm97xx *wm)  in wm97xx_acc_startup()
 249 static void wm97xx_acc_shutdown(struct wm97xx *wm)  in wm97xx_acc_shutdown()
 259 static void wm97xx_irq_enable(struct wm97xx *wm, int enable)  in wm97xx_irq_enable()
 279 	struct wm97xx *wm = platform_get_drvdata(pdev);  in mainstone_wm97xx_probe()  local
 286 	struct wm97xx *wm = platform_get_drvdata(pdev);  in mainstone_wm97xx_remove()  local
 
 | 
| D | zylonite-wm97xx.c | 76 static void wm97xx_acc_pen_up(struct wm97xx *wm)  in wm97xx_acc_pen_up()86 static int wm97xx_acc_pen_down(struct wm97xx *wm)  in wm97xx_acc_pen_down()
 139 static int wm97xx_acc_startup(struct wm97xx *wm)  in wm97xx_acc_startup()
 164 static void wm97xx_irq_enable(struct wm97xx *wm, int enable)  in wm97xx_irq_enable()
 183 	struct wm97xx *wm = platform_get_drvdata(pdev);  in zylonite_wm97xx_probe()  local
 208 	struct wm97xx *wm = platform_get_drvdata(pdev);  in zylonite_wm97xx_remove()  local
 
 | 
| /Linux-v5.4/sound/pci/ice1712/ | 
| D | wm8776.c | 18 static void snd_wm8776_write(struct snd_wm8776 *wm, u16 addr, u16 data)  in snd_wm8776_write()30 static void snd_wm8776_activate_ctl(struct snd_wm8776 *wm,  in snd_wm8776_activate_ctl()
 55 static void snd_wm8776_update_agc_ctl(struct snd_wm8776 *wm)  in snd_wm8776_update_agc_ctl()
 82 static void snd_wm8776_set_agc(struct snd_wm8776 *wm, u16 agc, u16 nothing)  in snd_wm8776_set_agc()
 116 static void snd_wm8776_get_agc(struct snd_wm8776 *wm, u16 *mode, u16 *nothing)  in snd_wm8776_get_agc()
 412 void snd_wm8776_init(struct snd_wm8776 *wm)  in snd_wm8776_init()
 433 void snd_wm8776_resume(struct snd_wm8776 *wm)  in snd_wm8776_resume()
 441 void snd_wm8776_set_power(struct snd_wm8776 *wm, u16 power)  in snd_wm8776_set_power()
 446 void snd_wm8776_volume_restore(struct snd_wm8776 *wm)  in snd_wm8776_volume_restore()
 458 	struct snd_wm8776 *wm = snd_kcontrol_chip(kcontrol);  in snd_wm8776_volume_info()  local
 [all …]
 
 | 
| D | wm8766.c | 18 static void snd_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data)  in snd_wm8766_write()137 void snd_wm8766_init(struct snd_wm8766 *wm)  in snd_wm8766_init()
 156 void snd_wm8766_resume(struct snd_wm8766 *wm)  in snd_wm8766_resume()
 164 void snd_wm8766_set_if(struct snd_wm8766 *wm, u16 dac)  in snd_wm8766_set_if()
 172 void snd_wm8766_volume_restore(struct snd_wm8766 *wm)  in snd_wm8766_volume_restore()
 184 	struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);  in snd_wm8766_volume_info()  local
 198 	struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);  in snd_wm8766_enum_info()  local
 208 	struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);  in snd_wm8766_ctl_get()  local
 239 	struct snd_wm8766 *wm = snd_kcontrol_chip(kcontrol);  in snd_wm8766_ctl_put()  local
 276 static int snd_wm8766_add_control(struct snd_wm8766 *wm, int num)  in snd_wm8766_add_control()
 [all …]
 
 | 
| D | maya44.c | 70 	struct snd_wm8776 wm[2];  member76 static void wm8776_write(struct snd_ice1712 *ice, struct snd_wm8776 *wm,  in wm8776_write()
 92 static int wm8776_write_bits(struct snd_ice1712 *ice, struct snd_wm8776 *wm,  in wm8776_write_bits()
 174 	struct snd_wm8776 *wm =  in maya_vol_get()  local
 189 	struct snd_wm8776 *wm =  in maya_vol_put()  local
 235 	struct snd_wm8776 *wm =  in maya_sw_get()  local
 247 	struct snd_wm8776 *wm =  in maya_sw_put()  local
 535 			struct snd_wm8776 *wm, unsigned int addr)  in wm8776_init()
 
 | 
| D | psc724.c | 104 static void psc724_wm8766_write(struct snd_wm8766 *wm, u16 addr, u16 data)  in psc724_wm8766_write()146 static void psc724_wm8776_write(struct snd_wm8776 *wm, u8 addr, u8 data)  in psc724_wm8776_write()
 
 | 
| /Linux-v5.4/drivers/media/platform/qcom/camss/ | 
| D | camss-vfe-4-1.c | 266 static void vfe_wm_enable(struct vfe_device *vfe, u8 wm, u8 enable)  in vfe_wm_enable()276 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable)  in vfe_wm_frame_based()
 331 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm,  in vfe_wm_line_based()
 366 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per)  in vfe_wm_set_framedrop_period()
 382 static void vfe_wm_set_framedrop_pattern(struct vfe_device *vfe, u8 wm,  in vfe_wm_set_framedrop_pattern()
 389 static void vfe_wm_set_ub_cfg(struct vfe_device *vfe, u8 wm,  in vfe_wm_set_ub_cfg()
 399 static void vfe_bus_reload_wm(struct vfe_device *vfe, u8 wm)  in vfe_bus_reload_wm()
 406 static void vfe_wm_set_ping_addr(struct vfe_device *vfe, u8 wm, u32 addr)  in vfe_wm_set_ping_addr()
 412 static void vfe_wm_set_pong_addr(struct vfe_device *vfe, u8 wm, u32 addr)  in vfe_wm_set_pong_addr()
 418 static int vfe_wm_get_ping_pong_status(struct vfe_device *vfe, u8 wm)  in vfe_wm_get_ping_pong_status()
 [all …]
 
 | 
| D | camss-vfe-4-7.c | 302 static void vfe_wm_enable(struct vfe_device *vfe, u8 wm, u8 enable)  in vfe_wm_enable()312 static void vfe_wm_frame_based(struct vfe_device *vfe, u8 wm, u8 enable)  in vfe_wm_frame_based()
 381 static void vfe_wm_line_based(struct vfe_device *vfe, u32 wm,  in vfe_wm_line_based()
 416 static void vfe_wm_set_framedrop_period(struct vfe_device *vfe, u8 wm, u8 per)  in vfe_wm_set_framedrop_period()
 432 static void vfe_wm_set_framedrop_pattern(struct vfe_device *vfe, u8 wm,  in vfe_wm_set_framedrop_pattern()
 439 static void vfe_wm_set_ub_cfg(struct vfe_device *vfe, u8 wm,  in vfe_wm_set_ub_cfg()
 449 static void vfe_bus_reload_wm(struct vfe_device *vfe, u8 wm)  in vfe_bus_reload_wm()
 456 static void vfe_wm_set_ping_addr(struct vfe_device *vfe, u8 wm, u32 addr)  in vfe_wm_set_ping_addr()
 462 static void vfe_wm_set_pong_addr(struct vfe_device *vfe, u8 wm, u32 addr)  in vfe_wm_set_pong_addr()
 468 static int vfe_wm_get_ping_pong_status(struct vfe_device *vfe, u8 wm)  in vfe_wm_get_ping_pong_status()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/ | 
| D | intel_pm.c | 768 				       const struct intel_watermark_params *wm,  in intel_calculate_wm()867 	unsigned int wm;  in pineview_update_wm()  local
 950 				const struct g4x_wm_values *wm)  in g4x_write_wm_values()
 982 				const struct vlv_wm_values *wm)  in vlv_write_wm_values()
 1120 	unsigned int clock, htotal, cpp, width, wm;  in g4x_compute_wm()  local
 1232 		int wm, max_wm;  in g4x_raw_plane_wm_compute()  local
 1498 			 struct g4x_wm_values *wm)  in g4x_merge_wm()
 1628 	unsigned int clock, htotal, cpp, width, wm;  in vlv_compute_wm_level()  local
 1762 static u16 vlv_invert_wm_value(u16 wm, u16 fifo_size)  in vlv_invert_wm_value()
 1807 		int wm = vlv_compute_wm_level(crtc_state, plane_state, level);  in vlv_raw_plane_wm_compute()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/parport/ | 
| D | parport_gsc.h | 122 	const unsigned char wm = (PARPORT_CONTROL_STROBE |  in parport_gsc_write_control()  local151 	const unsigned char wm = (PARPORT_CONTROL_STROBE |  in parport_gsc_frob_control()  local
 
 | 
| /Linux-v5.4/drivers/gpu/drm/radeon/ | 
| D | evergreen.c | 1947 static u32 evergreen_dram_bandwidth(struct evergreen_wm_params *wm)  in evergreen_dram_bandwidth()1967 static u32 evergreen_dram_bandwidth_for_display(struct evergreen_wm_params *wm)  in evergreen_dram_bandwidth_for_display()
 1987 static u32 evergreen_data_return_bandwidth(struct evergreen_wm_params *wm)  in evergreen_data_return_bandwidth()
 2007 static u32 evergreen_dmif_request_bandwidth(struct evergreen_wm_params *wm)  in evergreen_dmif_request_bandwidth()
 2027 static u32 evergreen_available_bandwidth(struct evergreen_wm_params *wm)  in evergreen_available_bandwidth()
 2037 static u32 evergreen_average_bandwidth(struct evergreen_wm_params *wm)  in evergreen_average_bandwidth()
 2061 static u32 evergreen_latency_watermark(struct evergreen_wm_params *wm)  in evergreen_latency_watermark()
 2108 …atic bool evergreen_average_bandwidth_vs_dram_bandwidth_for_display(struct evergreen_wm_params *wm)  in evergreen_average_bandwidth_vs_dram_bandwidth_for_display()
 2117 static bool evergreen_average_bandwidth_vs_available_bandwidth(struct evergreen_wm_params *wm)  in evergreen_average_bandwidth_vs_available_bandwidth()
 2126 static bool evergreen_check_latency_hiding(struct evergreen_wm_params *wm)  in evergreen_check_latency_hiding()
 
 | 
| D | si.c | 2073 static u32 dce6_dram_bandwidth(struct dce6_wm_params *wm)  in dce6_dram_bandwidth()2093 static u32 dce6_dram_bandwidth_for_display(struct dce6_wm_params *wm)  in dce6_dram_bandwidth_for_display()
 2113 static u32 dce6_data_return_bandwidth(struct dce6_wm_params *wm)  in dce6_data_return_bandwidth()
 2133 static u32 dce6_get_dmif_bytes_per_request(struct dce6_wm_params *wm)  in dce6_get_dmif_bytes_per_request()
 2138 static u32 dce6_dmif_request_bandwidth(struct dce6_wm_params *wm)  in dce6_dmif_request_bandwidth()
 2170 static u32 dce6_available_bandwidth(struct dce6_wm_params *wm)  in dce6_available_bandwidth()
 2180 static u32 dce6_average_bandwidth(struct dce6_wm_params *wm)  in dce6_average_bandwidth()
 2204 static u32 dce6_latency_watermark(struct dce6_wm_params *wm)  in dce6_latency_watermark()
 2254 static bool dce6_average_bandwidth_vs_dram_bandwidth_for_display(struct dce6_wm_params *wm)  in dce6_average_bandwidth_vs_dram_bandwidth_for_display()
 2263 static bool dce6_average_bandwidth_vs_available_bandwidth(struct dce6_wm_params *wm)  in dce6_average_bandwidth_vs_available_bandwidth()
 [all …]
 
 | 
| D | cik.c | 8944 static u32 dce8_dram_bandwidth(struct dce8_wm_params *wm)  in dce8_dram_bandwidth()8973 static u32 dce8_dram_bandwidth_for_display(struct dce8_wm_params *wm)  in dce8_dram_bandwidth_for_display()
 9002 static u32 dce8_data_return_bandwidth(struct dce8_wm_params *wm)  in dce8_data_return_bandwidth()
 9031 static u32 dce8_dmif_request_bandwidth(struct dce8_wm_params *wm)  in dce8_dmif_request_bandwidth()
 9062 static u32 dce8_available_bandwidth(struct dce8_wm_params *wm)  in dce8_available_bandwidth()
 9081 static u32 dce8_average_bandwidth(struct dce8_wm_params *wm)  in dce8_average_bandwidth()
 9114 static u32 dce8_latency_watermark(struct dce8_wm_params *wm)  in dce8_latency_watermark()
 9175 static bool dce8_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm)  in dce8_average_bandwidth_vs_dram_bandwidth_for_display()
 9195 static bool dce8_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm)  in dce8_average_bandwidth_vs_available_bandwidth()
 9213 static bool dce8_check_latency_hiding(struct dce8_wm_params *wm)  in dce8_check_latency_hiding()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ | 
| D | dce_v10_0.c | 714 static u32 dce_v10_0_dram_bandwidth(struct dce10_wm_params *wm)  in dce_v10_0_dram_bandwidth()743 static u32 dce_v10_0_dram_bandwidth_for_display(struct dce10_wm_params *wm)  in dce_v10_0_dram_bandwidth_for_display()
 772 static u32 dce_v10_0_data_return_bandwidth(struct dce10_wm_params *wm)  in dce_v10_0_data_return_bandwidth()
 801 static u32 dce_v10_0_dmif_request_bandwidth(struct dce10_wm_params *wm)  in dce_v10_0_dmif_request_bandwidth()
 832 static u32 dce_v10_0_available_bandwidth(struct dce10_wm_params *wm)  in dce_v10_0_available_bandwidth()
 851 static u32 dce_v10_0_average_bandwidth(struct dce10_wm_params *wm)  in dce_v10_0_average_bandwidth()
 884 static u32 dce_v10_0_latency_watermark(struct dce10_wm_params *wm)  in dce_v10_0_latency_watermark()
 945 static bool dce_v10_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce10_wm_params *wm)  in dce_v10_0_average_bandwidth_vs_dram_bandwidth_for_display()
 965 static bool dce_v10_0_average_bandwidth_vs_available_bandwidth(struct dce10_wm_params *wm)  in dce_v10_0_average_bandwidth_vs_available_bandwidth()
 983 static bool dce_v10_0_check_latency_hiding(struct dce10_wm_params *wm)  in dce_v10_0_check_latency_hiding()
 
 | 
| D | dce_v11_0.c | 740 static u32 dce_v11_0_dram_bandwidth(struct dce10_wm_params *wm)  in dce_v11_0_dram_bandwidth()769 static u32 dce_v11_0_dram_bandwidth_for_display(struct dce10_wm_params *wm)  in dce_v11_0_dram_bandwidth_for_display()
 798 static u32 dce_v11_0_data_return_bandwidth(struct dce10_wm_params *wm)  in dce_v11_0_data_return_bandwidth()
 827 static u32 dce_v11_0_dmif_request_bandwidth(struct dce10_wm_params *wm)  in dce_v11_0_dmif_request_bandwidth()
 858 static u32 dce_v11_0_available_bandwidth(struct dce10_wm_params *wm)  in dce_v11_0_available_bandwidth()
 877 static u32 dce_v11_0_average_bandwidth(struct dce10_wm_params *wm)  in dce_v11_0_average_bandwidth()
 910 static u32 dce_v11_0_latency_watermark(struct dce10_wm_params *wm)  in dce_v11_0_latency_watermark()
 971 static bool dce_v11_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce10_wm_params *wm)  in dce_v11_0_average_bandwidth_vs_dram_bandwidth_for_display()
 991 static bool dce_v11_0_average_bandwidth_vs_available_bandwidth(struct dce10_wm_params *wm)  in dce_v11_0_average_bandwidth_vs_available_bandwidth()
 1009 static bool dce_v11_0_check_latency_hiding(struct dce10_wm_params *wm)  in dce_v11_0_check_latency_hiding()
 
 | 
| D | dce_v6_0.c | 513 static u32 dce_v6_0_dram_bandwidth(struct dce6_wm_params *wm)  in dce_v6_0_dram_bandwidth()542 static u32 dce_v6_0_dram_bandwidth_for_display(struct dce6_wm_params *wm)  in dce_v6_0_dram_bandwidth_for_display()
 571 static u32 dce_v6_0_data_return_bandwidth(struct dce6_wm_params *wm)  in dce_v6_0_data_return_bandwidth()
 600 static u32 dce_v6_0_dmif_request_bandwidth(struct dce6_wm_params *wm)  in dce_v6_0_dmif_request_bandwidth()
 631 static u32 dce_v6_0_available_bandwidth(struct dce6_wm_params *wm)  in dce_v6_0_available_bandwidth()
 650 static u32 dce_v6_0_average_bandwidth(struct dce6_wm_params *wm)  in dce_v6_0_average_bandwidth()
 683 static u32 dce_v6_0_latency_watermark(struct dce6_wm_params *wm)  in dce_v6_0_latency_watermark()
 744 static bool dce_v6_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce6_wm_params *wm)  in dce_v6_0_average_bandwidth_vs_dram_bandwidth_for_display()
 764 static bool dce_v6_0_average_bandwidth_vs_available_bandwidth(struct dce6_wm_params *wm)  in dce_v6_0_average_bandwidth_vs_available_bandwidth()
 782 static bool dce_v6_0_check_latency_hiding(struct dce6_wm_params *wm)  in dce_v6_0_check_latency_hiding()
 
 | 
| D | dce_v8_0.c | 649 static u32 dce_v8_0_dram_bandwidth(struct dce8_wm_params *wm)  in dce_v8_0_dram_bandwidth()678 static u32 dce_v8_0_dram_bandwidth_for_display(struct dce8_wm_params *wm)  in dce_v8_0_dram_bandwidth_for_display()
 707 static u32 dce_v8_0_data_return_bandwidth(struct dce8_wm_params *wm)  in dce_v8_0_data_return_bandwidth()
 736 static u32 dce_v8_0_dmif_request_bandwidth(struct dce8_wm_params *wm)  in dce_v8_0_dmif_request_bandwidth()
 767 static u32 dce_v8_0_available_bandwidth(struct dce8_wm_params *wm)  in dce_v8_0_available_bandwidth()
 786 static u32 dce_v8_0_average_bandwidth(struct dce8_wm_params *wm)  in dce_v8_0_average_bandwidth()
 819 static u32 dce_v8_0_latency_watermark(struct dce8_wm_params *wm)  in dce_v8_0_latency_watermark()
 880 static bool dce_v8_0_average_bandwidth_vs_dram_bandwidth_for_display(struct dce8_wm_params *wm)  in dce_v8_0_average_bandwidth_vs_dram_bandwidth_for_display()
 900 static bool dce_v8_0_average_bandwidth_vs_available_bandwidth(struct dce8_wm_params *wm)  in dce_v8_0_average_bandwidth_vs_available_bandwidth()
 918 static bool dce_v8_0_check_latency_hiding(struct dce8_wm_params *wm)  in dce_v8_0_check_latency_hiding()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | parport_pc.h | 159 	const unsigned char wm = (PARPORT_CONTROL_STROBE |  in parport_pc_write_control()  local188 	const unsigned char wm = (PARPORT_CONTROL_STROBE |  in parport_pc_frob_control()  local
 
 | 
| /Linux-v5.4/arch/mips/alchemy/devboards/ | 
| D | db1300.c | 734 static void db1300_wm97xx_irqen(struct wm97xx *wm, int enable)  in db1300_wm97xx_irqen()749 	struct wm97xx *wm = platform_get_drvdata(pdev);  in db1300_wm97xx_probe()  local
 
 | 
| /Linux-v5.4/drivers/video/fbdev/i810/ | 
| D | i810_gtf.c | 27    u32  wm;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/ | 
| D | dcn21_hubbub.c | 503 		struct dcn_hubbub_wm *wm)  in hubbub21_wm_read_state()
 |