Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 38) sorted by relevance

12

/drivers/input/touchscreen/
Dzforce_ts.c338 struct zforce_point point; in zforce_touch_event() local
350 point.coord_x = in zforce_touch_event()
352 point.coord_y = in zforce_touch_event()
355 if (point.coord_x > pdata->x_max || in zforce_touch_event()
356 point.coord_y > pdata->y_max) { in zforce_touch_event()
358 point.coord_x, point.coord_y); in zforce_touch_event()
359 point.coord_x = point.coord_y = 0; in zforce_touch_event()
362 point.state = payload[9 * i + 5] & 0x0f; in zforce_touch_event()
363 point.id = (payload[9 * i + 5] & 0xf0) >> 4; in zforce_touch_event()
366 point.area_major = max(payload[9 * i + 6], in zforce_touch_event()
[all …]
Dauo-pixcir-ts.c135 struct auo_point_t *point) in auo_pixcir_collect_data() argument
160 point[i].coord_x = in auo_pixcir_collect_data()
162 point[i].coord_y = in auo_pixcir_collect_data()
165 if (point[i].coord_x > pdata->x_max || in auo_pixcir_collect_data()
166 point[i].coord_y > pdata->y_max) { in auo_pixcir_collect_data()
168 point[i].coord_x, point[i].coord_y); in auo_pixcir_collect_data()
169 point[i].coord_x = point[i].coord_y = 0; in auo_pixcir_collect_data()
173 point[i].area_major = max(raw_area[2 * i], raw_area[2 * i + 1]); in auo_pixcir_collect_data()
174 point[i].area_minor = min(raw_area[2 * i], raw_area[2 * i + 1]); in auo_pixcir_collect_data()
175 point[i].orientation = raw_area[2 * i] > raw_area[2 * i + 1]; in auo_pixcir_collect_data()
[all …]
/drivers/ntb/
DKconfig6 The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus
9 ntb Linux driver uses this point-to-point communication as a method to
/drivers/net/wireless/ath/ath5k/
Deeprom.c720 u8 pier, point, idx; in ath5k_eeprom_convert_pcal_info_5111() local
769 for (point = 0; point < pd->pd_points; point++) { in ath5k_eeprom_convert_pcal_info_5111()
772 pd->pd_pwr[point] = 2 * pcinfo->pwr[point]; in ath5k_eeprom_convert_pcal_info_5111()
775 pd->pd_step[point] = pcinfo->pcdac[point]; in ath5k_eeprom_convert_pcal_info_5111()
908 unsigned int pier, pdg, point; in ath5k_eeprom_convert_pcal_info_5112() local
954 for (point = 1; point < pd->pd_points; in ath5k_eeprom_convert_pcal_info_5112()
955 point++) { in ath5k_eeprom_convert_pcal_info_5112()
957 pd->pd_pwr[point] = in ath5k_eeprom_convert_pcal_info_5112()
958 pcinfo->pwr_x0[point]; in ath5k_eeprom_convert_pcal_info_5112()
961 pd->pd_step[point] = in ath5k_eeprom_convert_pcal_info_5112()
[all …]
/drivers/video/fbdev/
Dtridentfb.c181 #define point(x, y) ((y) << 16 | (x)) macro
213 writemmr(par, DST1, point(x, y)); in blade_fill_rect()
214 writemmr(par, DST2, point(x + w - 1, y + h - 1)); in blade_fill_rect()
226 writemmr(par, DST1, point(x, y)); in blade_image_blit()
227 writemmr(par, DST2, point(x + w - 1, y + h - 1)); in blade_image_blit()
236 u32 s1 = point(x1, y1); in blade_copy_rect()
237 u32 s2 = point(x1 + w - 1, y1 + h - 1); in blade_copy_rect()
238 u32 d1 = point(x2, y2); in blade_copy_rect()
239 u32 d2 = point(x2 + w - 1, y2 + h - 1); in blade_copy_rect()
314 writemmr(par, OLDDIM, point(h, w)); in xp_fill_rect()
[all …]
/drivers/hwmon/
Df71882fg.c98 #define F71882FG_REG_POINT_PWM(pwm, point) (0xAA + (point) + (16 * (pwm))) argument
99 #define F71882FG_REG_POINT_TEMP(pwm, point) (0xA6 + (point) + (16 * (pwm))) argument
1166 int nr, reg, point; in f71882fg_update_device() local
1225 for (point = 0; point < 5; point++) { in f71882fg_update_device()
1226 data->pwm_auto_point_pwm[nr][point] = in f71882fg_update_device()
1229 (nr, point)); in f71882fg_update_device()
1231 for (point = 0; point < 4; point++) { in f71882fg_update_device()
1232 data->pwm_auto_point_temp[nr][point] = in f71882fg_update_device()
1235 (nr, point)); in f71882fg_update_device()
1906 int point = to_sensor_dev_attr_2(devattr)->nr; in show_pwm_auto_point_pwm() local
[all …]
Dit87.c1114 int point = sensor_attr->index; in show_auto_pwm() local
1117 pwm_from_reg(data, data->auto_pwm[nr][point])); in show_auto_pwm()
1127 int point = sensor_attr->index; in set_auto_pwm() local
1134 data->auto_pwm[nr][point] = pwm_to_reg(data, val); in set_auto_pwm()
1135 it87_write_value(data, IT87_REG_AUTO_PWM(nr, point), in set_auto_pwm()
1136 data->auto_pwm[nr][point]); in set_auto_pwm()
1148 int point = sensor_attr->index; in show_auto_temp() local
1150 return sprintf(buf, "%d\n", TEMP_FROM_REG(data->auto_temp[nr][point])); in show_auto_temp()
1160 int point = sensor_attr->index; in set_auto_temp() local
1167 data->auto_temp[nr][point] = TEMP_TO_REG(val); in set_auto_temp()
[all …]
Dnct6775.c2757 int point = sattr->index; in store_auto_pwm() local
2768 if (point == data->auto_pwm_num) { in store_auto_pwm()
2776 data->auto_pwm[nr][point] = val; in store_auto_pwm()
2777 if (point < data->auto_pwm_num) { in store_auto_pwm()
2779 NCT6775_AUTO_PWM(data, nr, point), in store_auto_pwm()
2780 data->auto_pwm[nr][point]); in store_auto_pwm()
2823 int point = sattr->index; in show_auto_temp() local
2829 return sprintf(buf, "%d\n", data->auto_temp[nr][point] * 1000); in show_auto_temp()
2839 int point = sattr->index; in store_auto_temp() local
2850 data->auto_temp[nr][point] = DIV_ROUND_CLOSEST(val, 1000); in store_auto_temp()
[all …]
/drivers/s390/net/
DKconfig20 point-to-point networking on IBM System z.
36 link between VM guests. Using ifconfig a point-to-point connection
/drivers/thermal/
DKconfig93 Say 'Y' here if you want to use two point temperature regulation
134 It supports one critical trip point and one passive trip point. The
195 bound to thermal zone trip points. When a trip point reached, the
227 thermal zone. There are two trip points. One of the trip point can
229 notification methods.The other trip is a critical trip point, which
/drivers/net/hippi/
DKconfig10 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
/drivers/net/wireless/p54/
Deeprom.c287 for (j = 0; j < ARRAY_SIZE(pda->point); j++) { in p54_get_maxpower()
288 struct pda_channel_output_limit_point_longbow *point = in p54_get_maxpower() local
289 &pda->point[j]; in p54_get_maxpower()
291 rawpower, le16_to_cpu(point->val_qpsk)); in p54_get_maxpower()
293 rawpower, le16_to_cpu(point->val_bpsk)); in p54_get_maxpower()
295 rawpower, le16_to_cpu(point->val_16qam)); in p54_get_maxpower()
297 rawpower, le16_to_cpu(point->val_64qam)); in p54_get_maxpower()
Deeprom.h69 struct pda_channel_output_limit_point_longbow point[3]; member
/drivers/uwb/
DKconfig9 UWB is a high-bandwidth, low-power, point-to-point radio
/drivers/net/wan/
DKconfig322 point to the Frame Relay network, usually at the phone company) can
323 carry several logical point-to-point connections to other computers
339 How many logical point-to-point frame relay connections (the
365 you to open an LAPB point-to-point connection to some other computer
/drivers/power/avs/
DKconfig7 At a given operating point the voltage is adapted depending on
/drivers/bcma/
DREADME2 however from programming point of view there is nothing AMBA specific we use.
/drivers/staging/lustre/lustre/llite/
Drw.c380 static int index_in_window(unsigned long index, unsigned long point, in index_in_window() argument
383 unsigned long start = point - before, end = point + after; in index_in_window()
385 if (start > point) in index_in_window()
387 if (end < point) in index_in_window()
/drivers/input/mouse/
Dalps.c333 struct alps_bitmap_point *point; in alps_get_bitmap_points() local
336 point = low; in alps_get_bitmap_points()
341 point->start_bit = i; in alps_get_bitmap_points()
342 point->num_bits = 0; in alps_get_bitmap_points()
345 point->num_bits++; in alps_get_bitmap_points()
348 point = high; in alps_get_bitmap_points()
/drivers/net/ppp/
DKconfig6 tristate "PPP (point-to-point protocol) support"
/drivers/xen/
DKconfig98 bool "Create compatibility mount point /proc/xen"
105 the compatibility mount point /proc/xen if it is running on
/drivers/net/wireless/hostap/
DKconfig21 access point.
/drivers/video/fbdev/riva/
Driva_hw.h374 U032 point; /* y_x S16_S16 in pixels 4- 7*/ member
/drivers/net/wireless/ath/ath9k/
DKconfig92 developed. At this point enabling this option won't do anything
/drivers/staging/rtl8723au/include/
Dodm.h961 u32 GetPSDData(struct dm_odm_t *pDM_Odm, unsigned int point, u8 initial_gain_psd);

12