Searched refs:point (Results 1 - 14 of 14) sorted by relevance

/drivers/input/touchscreen/
H A Dauo-pixcir-ts.c132 struct auo_point_t *point)
157 point[i].coord_x =
159 point[i].coord_y =
162 if (point[i].coord_x > pdata->x_max ||
163 point[i].coord_y > pdata->y_max) {
165 point[i].coord_x, point[i].coord_y);
166 point[i].coord_x = point[i].coord_y = 0;
170 point[
131 auo_pixcir_collect_data(struct auo_pixcir_ts *ts, struct auo_point_t *point) argument
183 struct auo_point_t point[AUO_PIXCIR_REPORT_POINTS]; local
[all...]
/drivers/net/wireless/ath/ath5k/
H A Deeprom.c718 u8 pier, point, idx; local
767 for (point = 0; point < pd->pd_points; point++) {
770 pd->pd_pwr[point] = 2 * pcinfo->pwr[point];
773 pd->pd_step[point] = pcinfo->pcdac[point];
906 unsigned int pier, pdg, point; local
931 /* One more point fo
1198 unsigned int pier, pdg, point; local
[all...]
/drivers/net/hippi/
H A DKconfig10 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
/drivers/uwb/
H A DKconfig11 UWB is a high-bandwidth, low-power, point-to-point radio
/drivers/video/
H A Dtridentfb.c181 #define point(x, y) ((y) << 16 | (x)) macro
213 writemmr(par, DST1, point(x, y));
214 writemmr(par, DST2, point(x + w - 1, y + h - 1));
226 writemmr(par, DST1, point(x, y));
227 writemmr(par, DST2, point(x + w - 1, y + h - 1));
236 u32 s1 = point(x1, y1);
237 u32 s2 = point(x1 + w - 1, y1 + h - 1);
238 u32 d1 = point(x2, y2);
239 u32 d2 = point(x2 + w - 1, y2 + h - 1);
314 writemmr(par, OLDDIM, point(
[all...]
/drivers/hwmon/
H A Df71882fg.c98 #define F71882FG_REG_POINT_PWM(pwm, point) (0xAA + (point) + (16 * (pwm)))
99 #define F71882FG_REG_POINT_TEMP(pwm, point) (0xA6 + (point) + (16 * (pwm)))
330 /* PWM and Auto point control */
1166 int nr, reg, point; local
1225 for (point = 0; point < 5; point++) {
1226 data->pwm_auto_point_pwm[nr][point]
1907 int point = to_sensor_dev_attr_2(devattr)->nr; local
1928 int point = to_sensor_dev_attr_2(devattr)->nr; local
1962 int point = to_sensor_dev_attr_2(devattr)->nr; local
1981 int point = to_sensor_dev_attr_2(devattr)->nr; local
2107 int point = to_sensor_dev_attr_2(devattr)->nr; local
2119 int point = to_sensor_dev_attr_2(devattr)->nr; local
[all...]
H A Dit87.c1029 int point = sensor_attr->index; local
1032 pwm_from_reg(data, data->auto_pwm[nr][point]));
1042 int point = sensor_attr->index; local
1049 data->auto_pwm[nr][point] = pwm_to_reg(data, val);
1050 it87_write_value(data, IT87_REG_AUTO_PWM(nr, point),
1051 data->auto_pwm[nr][point]);
1063 int point = sensor_attr->index; local
1065 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->auto_temp[nr][point]));
1075 int point = sensor_attr->index; local
1082 data->auto_temp[nr][point]
[all...]
/drivers/input/mouse/
H A Dalps.c282 struct alps_bitmap_point *point; local
290 point = &x_low;
295 point->start_bit = i;
298 point->num_bits++;
301 point = &x_high;
303 point->num_bits = 0;
314 point = &y_low;
319 point->start_bit = i;
322 point->num_bits++;
325 point
[all...]
/drivers/staging/tidspbridge/
H A DKconfig21 DVFS allows DSP Bridge to initiate the operating point change to
/drivers/net/wan/
H A DKconfig353 point to the Frame Relay network, usually at the phone company) can
354 carry several logical point-to-point connections to other computers
370 How many logical point-to-point frame relay connections (the
450 you to open an LAPB point-to-point connection to some other computer
/drivers/video/riva/
H A Driva_hw.h374 U032 point; /* y_x S16_S16 in pixels 4- 7*/ member in struct:__anon5922::__anon5926
/drivers/char/
H A DKconfig611 buffer in RAM where it can be read back at some later point.
/drivers/mmc/host/
H A Dvub300.c1832 int point = MAXREGMASK & register_point; local
1834 &vub300->fn[Function].reg[point];
/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c311 struct iw_point *point = &iwreq->data; local
317 point->length = sizeof(struct iw_range);
1105 pr_debug("%s: flag=%#x point=%p len=%d extra=%p\n", __func__,

Completed in 377 milliseconds