Searched refs:wm (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dwm97xx-core.c88 int wm97xx_reg_read(struct wm97xx *wm, u16 reg) argument
90 if (wm->ac97)
91 return wm->ac97->bus->ops->read(wm->ac97, reg);
97 void wm97xx_reg_write(struct wm97xx *wm, u16 reg, u16 val) argument
101 wm->dig[(reg - AC97_WM9713_DIG1) >> 1] = val;
105 wm->gpio[(reg - AC97_GPIO_CFG) >> 1] = val;
109 wm->misc = val;
111 if (wm->ac97)
112 wm
124 wm97xx_read_aux_adc(struct wm97xx *wm, u16 adcsel) argument
168 wm97xx_get_gpio(struct wm97xx *wm, u32 gpio) argument
195 wm97xx_set_gpio(struct wm97xx *wm, u32 gpio, enum wm97xx_gpio_status status) argument
220 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
273 wm97xx_set_suspend_mode(struct wm97xx *wm, u16 mode) argument
285 struct wm97xx *wm = container_of(work, struct wm97xx, pen_event_work); local
353 struct wm97xx *wm = dev_id; local
366 wm97xx_init_pen_irq(struct wm97xx *wm) argument
395 wm97xx_read_samples(struct wm97xx *wm) argument
457 struct wm97xx *wm = container_of(work, struct wm97xx, ts_reader.work); local
479 struct wm97xx *wm = input_get_drvdata(idev); local
528 struct wm97xx *wm = input_get_drvdata(idev); local
564 struct wm97xx *wm; local
704 struct wm97xx *wm = dev_get_drvdata(dev); local
717 struct wm97xx *wm = dev_get_drvdata(dev); local
749 struct wm97xx *wm = dev_get_drvdata(dev); local
789 wm97xx_register_mach_ops(struct wm97xx *wm, struct wm97xx_mach_ops *mach_ops) argument
804 wm97xx_unregister_mach_ops(struct wm97xx *wm) argument
[all...]
H A Dwm9713.c156 static void wm9713_phy_init(struct wm97xx *wm) argument
168 dev_info(wm->dev, "setting pen detect pull-up to %d Ohms\n",
175 dev_info(wm->dev, "setting 5-wire touchscreen mode.");
178 dev_warn(wm->dev,
188 dev_info(wm->dev,
191 dev_info(wm->dev,
198 dev_info(wm->dev, "supplied delay out of range.");
200 dev_info(wm->dev, "setting adc sample delay to %d u Secs.",
211 wm->misc = wm97xx_reg_read(wm,
219 wm9713_dig_enable(struct wm97xx *wm, int enable) argument
237 wm9713_dig_restore(struct wm97xx *wm) argument
244 wm9713_aux_prepare(struct wm97xx *wm) argument
252 is_pden(struct wm97xx *wm) argument
260 wm9713_poll_sample(struct wm97xx *wm, int adcsel, int *sample) argument
324 wm9713_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) argument
394 wm9713_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) argument
424 wm9713_acc_enable(struct wm97xx *wm, int enable) argument
[all...]
H A Dwm9712.c156 static void wm9712_phy_init(struct wm97xx *wm) argument
165 dev_dbg(wm->dev, "setting pen detect pull-up to %d Ohms",
172 dev_dbg(wm->dev, "setting 5-wire touchscreen mode.");
175 dev_warn(wm->dev, "pressure measurement is not "
184 dev_dbg(wm->dev,
187 dev_dbg(wm->dev,
194 dev_dbg(wm->dev, "supplied delay out of range.");
199 dev_dbg(wm->dev, "setting adc sample delay to %d u Secs.",
207 reg = wm97xx_reg_read(wm, AC97_MISC_AFE);
208 wm97xx_reg_write(wm, AC97_MISC_AF
221 wm9712_dig_enable(struct wm97xx *wm, int enable) argument
234 wm9712_aux_prepare(struct wm97xx *wm) argument
241 wm9712_dig_restore(struct wm97xx *wm) argument
247 is_pden(struct wm97xx *wm) argument
255 wm9712_poll_sample(struct wm97xx *wm, int adcsel, int *sample) argument
316 wm9712_poll_coord(struct wm97xx *wm, struct wm97xx_data *data) argument
381 wm9712_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) argument
413 wm9712_acc_enable(struct wm97xx *wm, int enable) argument
[all...]
H A Dwm9705.c138 static void wm9705_phy_init(struct wm97xx *wm) argument
146 wm97xx_reg_write(wm, AC97_AUX, 0x8000);
147 wm97xx_reg_write(wm, AC97_VIDEO, 0x8000);
152 dev_dbg(wm->dev,
155 dev_dbg(wm->dev,
163 dev_dbg(wm->dev, "supplied delay out of range.");
169 dev_dbg(wm->dev, "setting adc sample delay to %d u Secs.",
174 dev_dbg(wm->dev, "setting pdd to Vmid/%d", 1 - (pdd & 0x000f));
179 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, dig1);
180 wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER
183 wm9705_dig_enable(struct wm97xx *wm, int enable) argument
194 wm9705_aux_prepare(struct wm97xx *wm) argument
201 wm9705_dig_restore(struct wm97xx *wm) argument
207 is_pden(struct wm97xx *wm) argument
215 wm9705_poll_sample(struct wm97xx *wm, int adcsel, int *sample) argument
276 wm9705_poll_touch(struct wm97xx *wm, struct wm97xx_data *data) argument
300 wm9705_acc_enable(struct wm97xx *wm, int enable) argument
[all...]
H A Dzylonite-wm97xx.c80 static void wm97xx_acc_pen_up(struct wm97xx *wm) argument
90 static int wm97xx_acc_pen_down(struct wm97xx *wm) argument
121 dev_dbg(wm->dev, "Raw coordinates: x=%x, y=%x, p=%x\n",
132 input_report_abs(wm->input_dev, ABS_X, x & 0xfff);
133 input_report_abs(wm->input_dev, ABS_Y, y & 0xfff);
134 input_report_abs(wm->input_dev, ABS_PRESSURE, p & 0xfff);
135 input_report_key(wm->input_dev, BTN_TOUCH, (p != 0));
136 input_sync(wm->input_dev);
143 static int wm97xx_acc_startup(struct wm97xx *wm) argument
148 if (wm
168 wm97xx_irq_enable(struct wm97xx *wm, int enable) argument
187 struct wm97xx *wm = platform_get_drvdata(pdev); local
212 struct wm97xx *wm = platform_get_drvdata(pdev); local
[all...]
H A Dmainstone-wm97xx.c107 static void wm97xx_acc_pen_up(struct wm97xx *wm) argument
115 static void wm97xx_acc_pen_up(struct wm97xx *wm) argument
126 static int wm97xx_acc_pen_down(struct wm97xx *wm) argument
156 dev_dbg(wm->dev, "Raw coordinates: x=%x, y=%x, p=%x\n",
167 input_report_abs(wm->input_dev, ABS_X, x & 0xfff);
168 input_report_abs(wm->input_dev, ABS_Y, y & 0xfff);
169 input_report_abs(wm->input_dev, ABS_PRESSURE, p & 0xfff);
170 input_report_key(wm->input_dev, BTN_TOUCH, (p != 0));
171 input_sync(wm->input_dev);
178 static int wm97xx_acc_startup(struct wm97xx *wm) argument
255 wm97xx_acc_shutdown(struct wm97xx *wm) argument
265 wm97xx_irq_enable(struct wm97xx *wm, int enable) argument
285 struct wm97xx *wm = platform_get_drvdata(pdev); local
292 struct wm97xx *wm = platform_get_drvdata(pdev); local
[all...]
H A Datmel-wm97xx.c138 struct wm97xx *wm; member in struct:atmel_wm97xx
151 struct wm97xx *wm = atmel_wm97xx->wm; local
156 dev_dbg(&wm->touch_dev->dev, "AC97C overrun\n");
176 input_report_abs(wm->input_dev, ABS_X, atmel_wm97xx->x);
177 input_report_abs(wm->input_dev, ABS_Y, atmel_wm97xx->y);
178 input_report_key(wm->input_dev, BTN_TOUCH, pen_down);
179 input_sync(wm->input_dev);
181 input_report_abs(wm->input_dev, ABS_X, atmel_wm97xx->x);
182 input_report_abs(wm
194 atmel_wm97xx_acc_pen_up(struct wm97xx *wm) argument
216 atmel_wm97xx_acc_startup(struct wm97xx *wm) argument
295 atmel_wm97xx_acc_shutdown(struct wm97xx *wm) argument
321 atmel_wm97xx_irq_enable(struct wm97xx *wm, int enable) argument
337 struct wm97xx *wm = platform_get_drvdata(pdev); local
383 struct wm97xx *wm = atmel_wm97xx->wm; local
410 struct wm97xx *wm = atmel_wm97xx->wm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dmaya44.c85 struct snd_wm8776 wm[2]; member in struct:snd_maya44
91 static void wm8776_write(struct snd_ice1712 *ice, struct snd_wm8776 *wm, argument
98 snd_vt1724_write_i2c(ice, wm->addr,
101 wm->regs[reg] = val;
107 static int wm8776_write_bits(struct snd_ice1712 *ice, struct snd_wm8776 *wm, argument
111 val |= wm->regs[reg] & ~mask;
112 if (val != wm->regs[reg]) {
113 wm8776_write(ice, wm, reg, val);
189 struct snd_wm8776 *wm = local
190 &chip->wm[snd_ctl_get_iof
204 struct snd_wm8776 *wm = local
250 struct snd_wm8776 *wm = local
262 struct snd_wm8776 *wm = local
565 wm8776_init(struct snd_ice1712 *ice, struct snd_wm8776 *wm, unsigned int addr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_gsc.h136 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
148 __parport_gsc_frob_control (p, wm, d & wm);
165 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
182 mask &= wm;
183 val &= wm;
H A Dparport_sunbpp.c183 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
188 parport_sunbpp_frob_control (p, wm, d & wm);
H A Dparport_ip32.c960 const unsigned int wm = local
962 CHECK_EXTRA_BITS(p, c, wm);
963 __parport_ip32_frob_control(p, wm, c & wm);
979 const unsigned int wm = local
981 CHECK_EXTRA_BITS(p, mask, wm);
982 CHECK_EXTRA_BITS(p, val, wm);
983 __parport_ip32_frob_control(p, mask & wm, val & wm);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Drs690.c229 struct rs690_watermark *wm)
237 wm->lb_request_fifo_depth = 4;
242 wm->num_line_pair.full = dfixed_const(2);
244 wm->num_line_pair.full = dfixed_const(1);
249 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
252 wm->lb_request_fifo_depth = 4;
254 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
279 wm->consumption_rate.full = dfixed_div(a, consumption_time);
297 wm->active_time.full = dfixed_mul(line_time, b);
298 wm
227 rs690_crtc_bandwidth_compute(struct radeon_device *rdev, struct radeon_crtc *crtc, struct rs690_watermark *wm) argument
[all...]
H A Drv515.c785 struct rv515_watermark *wm)
793 wm->lb_request_fifo_depth = 4;
798 wm->num_line_pair.full = dfixed_const(2);
800 wm->num_line_pair.full = dfixed_const(1);
805 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair);
808 wm->lb_request_fifo_depth = 4;
810 wm->lb_request_fifo_depth = dfixed_trunc(request_fifo_depth);
835 wm->consumption_rate.full = dfixed_div(a, consumption_time);
853 wm->active_time.full = dfixed_mul(line_time, b);
854 wm
783 rv515_crtc_bandwidth_compute(struct radeon_device *rdev, struct radeon_crtc *crtc, struct rv515_watermark *wm) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dprocess.c269 unsigned long wb, ws, wm; local
274 wm = regs->wmask;
293 live = (wm & 2) ? 4 : (wm & 4) ? 8 : (wm & 8) ? 12 : 16;
294 last = XCHAL_NUM_AREGS - (wm >> 4) * 4;
296 memcpy(elfregs->a + last, regs->areg + last, (wm >> 4) * 16);
H A Dptrace.c57 unsigned long wm = regs->wmask; local
72 live = (wm & 2) ? 4 : (wm & 4) ? 8 : (wm & 8) ? 12 : 16;
76 for (i = XCHAL_NUM_AREGS - (wm >> 4) * 4; i < XCHAL_NUM_AREGS; i++)
H A Dsignal.c64 unsigned long wm; local
75 wm = (ws >> wb) | (ws << (XCHAL_NUM_AREGS / 4 - wb));
88 int m = (wm >> base);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dwm97xx.h318 enum wm97xx_gpio_status wm97xx_get_gpio(struct wm97xx *wm, u32 gpio);
319 void wm97xx_set_gpio(struct wm97xx *wm, u32 gpio,
321 void wm97xx_config_gpio(struct wm97xx *wm, u32 gpio,
327 void wm97xx_set_suspend_mode(struct wm97xx *wm, u16 mode);
330 int wm97xx_reg_read(struct wm97xx *wm, u16 reg);
331 void wm97xx_reg_write(struct wm97xx *wm, u16 reg, u16 val);
334 int wm97xx_read_aux_adc(struct wm97xx *wm, u16 adcsel);
H A Dparport_pc.h158 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
170 __parport_pc_frob_control (p, wm, d & wm);
187 const unsigned char wm = (PARPORT_CONTROL_STROBE | local
204 mask &= wm;
205 val &= wm;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmenu.cpp84 void wxInsertMenuItemsInMenu(wxMenu* menu, MenuRef wm, MenuItemIndex insertAfter) argument
101 if ( wm && newItems)
102 InsertMenuItemTextWithCFString( wm,
113 OSStatus err = GetIndMenuItemWithCommandID(wm,
116 if ( wm && err == menuItemNotFoundErr )
122 UMAInsertMenuItem(wm, wxStripMenuCodes(item->GetText()) , wxFont::GetDefaultEncoding(), insertAfter, entry);
123 SetMenuItemCommandID( wm , insertAfter+1 , wxIdToMacCommand ( item->GetId() ) ) ;
124 SetMenuItemRefCon( wm , insertAfter+1 , (URefCon) item ) ;
864 MenuRef wm = (MenuRef)MacGetWindowMenuHMenu(); local
865 if ( wm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Didmap_tdb.c144 int32 wm; local
146 wm = tdb_fetch_int32(idmap_tdb, HWM_USER);
148 if (wm != -1) {
149 wm = IREV(wm);
151 wm = idmap_tdb_state.low_uid;
154 if (tdb_store_int32(idmap_tdb, HWM_USER, wm) == -1) {
160 wm = tdb_fetch_int32(idmap_tdb, HWM_GROUP);
161 if (wm != -1) {
162 wm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent_openssl.c720 struct event_watermark *wm = &bev->bev.bev.wm_read; local
738 if (wm->high) {
739 if (evbuffer_get_length(input) >= wm->high) {
743 result = wm->high - evbuffer_get_length(input);
838 struct event_watermark *wm = NULL; local
857 wm = &bev_ssl->underlying->wm_write;
862 (!target || (! wm->high || evbuffer_get_length(target) < wm->high))) {
864 if (wm && wm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/i810/
H A Di810_gtf.c27 u32 wm; member in struct:wm_info
270 wm_best = wmark[i].wm;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/codecs/
H A DMakefile60 snd-soc-wm-hubs-objs := wm_hubs.o
129 obj-$(CONFIG_SND_SOC_WM_HUBS) += snd-soc-wm-hubs.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_display.c2734 * @wm: chip FIFO params
2750 struct intel_watermark_params *wm,
2764 entries_required = DIV_ROUND_UP(entries_required, wm->cacheline_size);
2768 wm_size = wm->fifo_size - (entries_required + wm->guard_size);
2773 if (wm_size > (long)wm->max_wm)
2774 wm_size = wm->max_wm;
2776 wm_size = wm->default_wm;
2948 unsigned long wm; local
2963 wm
2749 intel_calculate_wm(unsigned long clock_in_khz, struct intel_watermark_params *wm, int pixel_size, unsigned long latency_ns) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmimetype.cpp1533 wxString wm = traits->GetDesktopEnvironment(); local
1535 if ( wm == wxT("KDE") )
1537 else if ( wm == wxT("GNOME") )

Completed in 308 milliseconds

12