Searched refs:coord (Results 1 - 19 of 19) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/input/touchscreen/
H A Dwacom_w8001.c67 static void parse_data(u8 *data, struct w8001_coord *coord) argument
69 memset(coord, 0, sizeof(*coord));
71 coord->rdy = data[0] & 0x20;
72 coord->tsw = data[0] & 0x01;
73 coord->f1 = data[0] & 0x02;
74 coord->f2 = data[0] & 0x04;
76 coord->x = (data[1] & 0x7F) << 9;
77 coord->x |= (data[2] & 0x7F) << 2;
78 coord
96 struct w8001_coord coord; local
155 struct w8001_coord coord; local
[all...]
H A Djornada720_ts.c58 int coord, high_bits = coords[3]; local
60 coord = coords[0] | ((high_bits & 0x03) << 8);
61 coord += coords[1] | ((high_bits & 0x0c) << 6);
62 coord += coords[2] | ((high_bits & 0x30) << 4);
64 return coord / 3;
H A Dwm9712.c117 static int coord; variable
118 module_param(coord, int, 0);
119 MODULE_PARM_DESC(coord, "Polling coordinate mode");
213 /* wait - coord mode */
214 if (coord)
314 * Read a coord from the WM9712 adc in polling mode.
385 if (coord) {
H A Dwm9713.c117 static int coord; variable
118 module_param(coord, int, 0);
119 MODULE_PARM_DESC(coord, "Polling coordinate mode");
208 if (coord)
398 if (coord) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dwacom_w8001.c67 static void parse_data(u8 *data, struct w8001_coord *coord) argument
69 memset(coord, 0, sizeof(*coord));
71 coord->rdy = data[0] & 0x20;
72 coord->tsw = data[0] & 0x01;
73 coord->f1 = data[0] & 0x02;
74 coord->f2 = data[0] & 0x04;
76 coord->x = (data[1] & 0x7F) << 9;
77 coord->x |= (data[2] & 0x7F) << 2;
78 coord
96 struct w8001_coord coord; local
155 struct w8001_coord coord; local
[all...]
H A Djornada720_ts.c58 int coord, high_bits = coords[3]; local
60 coord = coords[0] | ((high_bits & 0x03) << 8);
61 coord += coords[1] | ((high_bits & 0x0c) << 6);
62 coord += coords[2] | ((high_bits & 0x30) << 4);
64 return coord / 3;
H A Dwm9712.c117 static int coord; variable
118 module_param(coord, int, 0);
119 MODULE_PARM_DESC(coord, "Polling coordinate mode");
213 /* wait - coord mode */
214 if (coord)
314 * Read a coord from the WM9712 adc in polling mode.
385 if (coord) {
H A Dwm9713.c117 static int coord; variable
118 module_param(coord, int, 0);
119 MODULE_PARM_DESC(coord, "Polling coordinate mode");
208 if (coord)
398 if (coord) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/kernel/
H A Dsmp.c247 HV_Coord coord; local
251 coord.y = cpu_y(cpu);
252 coord.x = cpu_x(cpu);
253 hv_trigger_ipi(coord, IRQ_RESCHEDULE);
H A Dsetup.c736 HV_Coord coord; local
755 for (coord.y = 0; coord.y < smp_height; ++coord.y) {
756 for (coord.x = 0; coord.x < smp_width;
757 ++coord.x, ++cpu) {
766 coord, node_controller[node]);
768 ABS(info.coord.x) + ABS(info.coord
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/kernel/
H A Dsmp.c247 HV_Coord coord; local
251 coord.y = cpu_y(cpu);
252 coord.x = cpu_x(cpu);
253 hv_trigger_ipi(coord, IRQ_RESCHEDULE);
H A Dsetup.c736 HV_Coord coord; local
755 for (coord.y = 0; coord.y < smp_height; ++coord.y) {
756 for (coord.x = 0; coord.x < smp_width;
757 ++coord.x, ++cpu) {
766 coord, node_controller[node]);
768 ABS(info.coord.x) + ABS(info.coord
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_a3d.c482 static void vortex_a3d_coord2hrtf(a3d_Hrtf_t hrtf, int *coord) argument
486 static void vortex_a3d_coord2itd(a3d_Itd_t itd, int *coord) argument
554 int coord[6]; local
556 coord[i] = ucontrol->value.integer.value[i];
558 vortex_a3d_coord2hrtf(a->hrtf[0], coord);
559 vortex_a3d_coord2hrtf(a->hrtf[1], coord);
570 int coord[6]; local
573 coord[i] = ucontrol->value.integer.value[i];
575 vortex_a3d_coord2itd(a->hrtf[0], coord);
576 vortex_a3d_coord2itd(a->hrtf[1], coord);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/au88x0/
H A Dau88x0_a3d.c482 static void vortex_a3d_coord2hrtf(a3d_Hrtf_t hrtf, int *coord) argument
486 static void vortex_a3d_coord2itd(a3d_Itd_t itd, int *coord) argument
554 int coord[6]; local
556 coord[i] = ucontrol->value.integer.value[i];
558 vortex_a3d_coord2hrtf(a->hrtf[0], coord);
559 vortex_a3d_coord2hrtf(a->hrtf[1], coord);
570 int coord[6]; local
573 coord[i] = ucontrol->value.integer.value[i];
575 vortex_a3d_coord2itd(a->hrtf[0], coord);
576 vortex_a3d_coord2itd(a->hrtf[1], coord);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/hv/
H A Dhypervisor.h777 HV_Coord coord; member in struct:__anon14244
874 HV_Coord coord; /**< Relative tile coordinates of the port used by a member in struct:__anon14247
881 * hv_inquire_memory_controller(coord,idx) returns information about a
895 * @param coord Tile for which to calculate the relative port position.
900 HV_MemoryControllerInfo hv_inquire_memory_controller(HV_Coord coord,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/hv/
H A Dhypervisor.h777 HV_Coord coord; member in struct:__anon25937
874 HV_Coord coord; /**< Relative tile coordinates of the port used by a member in struct:__anon25940
881 * hv_inquire_memory_controller(coord,idx) returns information about a
895 * @param coord Tile for which to calculate the relative port position.
900 HV_MemoryControllerInfo hv_inquire_memory_controller(HV_Coord coord,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c116776 double coord = DCOORD(cell.aCoord[p->iCoord]); local
118198 float coord = DCOORD(aCell[ii].aCoord[iDim*2+1]) - local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c116776 double coord = DCOORD(cell.aCoord[p->iCoord]); local
118198 float coord = DCOORD(aCell[ii].aCoord[iDim*2+1]) - local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c116776 double coord = DCOORD(cell.aCoord[p->iCoord]); local
118198 float coord = DCOORD(aCell[ii].aCoord[iDim*2+1]) - local
[all...]

Completed in 922 milliseconds