Searched refs:macro (Results 1 - 10 of 10) sorted by relevance

/drivers/input/tablet/
H A Daiptek.c25 * support of 6000U - 12000U, procfs, and macro key support
145 * BS = Barrel Switch (as in, macro keys)
324 int lastMacro; /* macro key to reset */
440 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; local
670 /* Report 4s come from the macro keys when pressed by stylus
681 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1;
700 if (aiptek->lastMacro != -1 && aiptek->lastMacro != macro) {
705 if (macro != -1 && macro != aiptek->lastMacro) {
706 input_report_key(inputdev, macroKeyEvents[macro],
[all...]
/drivers/lguest/x86/
H A Dswitcher_32.S93 // You'll see the trick macro at the end
200 // So we put the routine in a macro.
320 // So we create a macro which can make
327 .macro IRQ_STUB N TARGET
339 // This macro creates numerous entries
341 .macro IRQ_STUBS FIRST LAST TARGET
351 // Each macro places the address of code
/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l64 /* This is used for macro body capture too, so err on the large size. */
334 "'%c' in macro argument list",
406 /* May be a symbol or a macro invocation. */
531 * backwards through the macro body performing
557 /* Skip past the unexpanded macro arg. */
569 * Find the next substitution in the macro working backwards from
570 * body_pos until the beginning of the macro buffer. next_match
571 * should be initialized to the beginning of the macro buffer prior
/drivers/hid/
H A Dhid-roccat-konepure.c48 ROCCAT_COMMON2_BIN_ATTRIBUTE_W(macro, 0x08, 0x0822);
H A Dhid-roccat-savu.c14 /* Roccat Savu is a gamer mouse with macro keys that can be configured in
34 ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(macro, 0x8, 0x0823);
H A Dhid-roccat-ryos.c46 ROCCAT_COMMON2_BIN_ATTRIBUTE_RW(macro, 0x0e, 0x7d2);
H A Dhid-roccat-isku.c15 * Roccat Isku is a gamer keyboard with macro keys that can be configured in
211 ISKU_BIN_ATTR_RW(macro, MACRO);
H A Dhid-roccat-koneplus.c184 KONEPLUS_BIN_ATTRIBUTE_W(macro, MACRO);
/drivers/net/wan/
H A Dwanxlfw.S126 .macro memcpy_from_pci src, dest, len // len must be < 8 MB
136 .macro memcpy_to_pci src, dest, len
148 .macro memcpy src, dest, len // len must be < 65536 bytes
168 .macro memcpy_from_pci src, dest, len
173 .macro memcpy_to_pci src, dest, len
180 .macro wait_for_command
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dinit.c363 #define init_macro_index_table(b) init_table_((b), 0x02, "macro index table")
364 #define init_macro_table(b) init_table_((b), 0x04, "macro table")
1618 u8 macro = nv_ro08(bios, init->offset + 1); local
1621 trace("MACRO\t0x%02x\n", macro);
1625 u32 addr = nv_ro32(bios, table + (macro * 8) + 0);
1626 u32 data = nv_ro32(bios, table + (macro * 8) + 4);

Completed in 3248 milliseconds