Searched refs:wm (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/include/linux/ |
D | wm97xx.h | 316 enum wm97xx_gpio_status wm97xx_get_gpio(struct wm97xx *wm, u32 gpio); 317 void wm97xx_set_gpio(struct wm97xx *wm, u32 gpio, 319 void wm97xx_config_gpio(struct wm97xx *wm, u32 gpio, 325 void wm97xx_set_suspend_mode(struct wm97xx *wm, u16 mode); 328 int wm97xx_reg_read(struct wm97xx *wm, u16 reg); 329 void wm97xx_reg_write(struct wm97xx *wm, u16 reg, u16 val); 332 int wm97xx_read_aux_adc(struct wm97xx *wm, u16 adcsel);
|
D | parport_pc.h | 159 const unsigned char wm = (PARPORT_CONTROL_STROBE | in parport_pc_write_control() local 171 __parport_pc_frob_control (p, wm, d & wm); in parport_pc_write_control() 188 const unsigned char wm = (PARPORT_CONTROL_STROBE | in parport_pc_frob_control() local 205 mask &= wm; in parport_pc_frob_control() 206 val &= wm; in parport_pc_frob_control()
|
/linux-4.19.296/drivers/parport/ |
D | parport_gsc.h | 136 const unsigned char wm = (PARPORT_CONTROL_STROBE | in parport_gsc_write_control() local 148 __parport_gsc_frob_control (p, wm, d & wm); in parport_gsc_write_control() 165 const unsigned char wm = (PARPORT_CONTROL_STROBE | in parport_gsc_frob_control() local 182 mask &= wm; in parport_gsc_frob_control() 183 val &= wm; in parport_gsc_frob_control()
|
D | parport_sunbpp.c | 182 const unsigned char wm = (PARPORT_CONTROL_STROBE | in parport_sunbpp_write_control() local 187 parport_sunbpp_frob_control (p, wm, d & wm); in parport_sunbpp_write_control()
|
D | parport_ip32.c | 963 const unsigned int wm = in parport_ip32_write_control() local 965 CHECK_EXTRA_BITS(p, c, wm); in parport_ip32_write_control() 966 __parport_ip32_frob_control(p, wm, c & wm); in parport_ip32_write_control() 982 const unsigned int wm = in parport_ip32_frob_control() local 984 CHECK_EXTRA_BITS(p, mask, wm); in parport_ip32_frob_control() 985 CHECK_EXTRA_BITS(p, val, wm); in parport_ip32_frob_control() 986 __parport_ip32_frob_control(p, mask & wm, val & wm); in parport_ip32_frob_control()
|
/linux-4.19.296/drivers/iio/accel/ |
D | bmc150-accel-core.c | 783 int wm; in bmc150_accel_get_fifo_watermark() local 786 wm = data->watermark; in bmc150_accel_get_fifo_watermark() 789 return sprintf(buf, "%d\n", wm); in bmc150_accel_get_fifo_watermark()
|
/linux-4.19.296/ |
D | MAINTAINERS | 15879 F: drivers/gpio/gpio-*wm*.c 15886 F: drivers/mfd/wm*.c 15900 F: include/sound/wm????.h 15902 F: sound/soc/codecs/wm*
|