Searched refs:product (Results 1 - 25 of 379) sorted by path

1234567891011>>

/linux-master/arch/arm/include/asm/
H A Decard.h91 unsigned short product; member in struct:ecard_id
96 unsigned short product; /* Product code */ member in struct:in_ecid
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S153 mulul #TEN,%d1 |mul partial product by one digit place
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S2984 # as a by-product, will tell us how long the instruction is.
23107 mulu.l &0xa,%d1 # mul partial product by one digit place
H A Dilsp.S465 add.w %d5, %d6 # add msw of l*l to lsw of m*l product
466 addx.w %d4, %d3 # add any carry to m*m product
467 add.w %d2, %d6 # add in lsw of other m*l product
468 addx.w %d4, %d3 # add any carry to m*m product
469 swap %d6 # %d6 is low 32 bits of final product
475 add.l %d3, %d5 # %d5 now ms 32 bits of final product
H A Dpfpsp.S2983 # as a by-product, will tell us how long the instruction is.
13067 mulu.l &0xa,%d1 # mul partial product by one digit place
/linux-master/arch/powerpc/boot/
H A Ddiv64.S42 subfc r6,r10,r6 # take the product from the divisor,
/linux-master/arch/powerpc/lib/
H A Ddiv64.S42 subfc r6,r10,r6 # take the product from the divisor,
/linux-master/drivers/acpi/acpica/
H A Dutmath.c41 * out_product - Pointer to where the product is returned
51 union uint64_overlay product; local
63 product.part.hi, carry32);
66 product.part.lo, carry32);
68 product.part.hi += carry32;
73 *out_product = product.full;
/linux-master/drivers/hid/
H A Dhid-waltop.c605 switch (hdev->product) {
671 if (hdev->product == USB_DEVICE_ID_WALTOP_SIRIUS_BATTERY_FREE_TABLET &&
/linux-master/drivers/input/joystick/
H A Dgrip_mp.c598 input_dev->id.product = 0x0100 + port->mode;
/linux-master/drivers/input/misc/
H A Dgpio-beeper.c83 input->id.product = 0x0001;
/linux-master/drivers/input/mouse/
H A Datarimouse.c127 atamouse_dev->id.product = 0x0002;
H A Dlifebook.c289 dev2->id.product = PSMOUSE_LIFEBOOK;
H A Drpcmouse.c75 rpcmouse_dev->id.product = 0x0001;
/linux-master/drivers/input/touchscreen/
H A Ddynapro.c129 input_dev->id.product = 0;
H A Degalax_ts_serial.c118 input_dev->id.product = 0;
H A Dfujitsu_ts.c118 input_dev->id.product = 0;
H A Dhampshire.c128 input_dev->id.product = 0;
H A Dinexio.c132 input_dev->id.product = 0;
H A Dmk712.c178 mk712_dev->id.product = 0x0001;
H A Dmtouch.c146 input_dev->id.product = 0;
H A Dpenmount.c218 input_dev->id.product = 0;
230 input_dev->id.product = 0x9000;
237 input_dev->id.product = 0x6000;
244 input_dev->id.product = 0x3000;
252 input_dev->id.product = 0x6250;
H A Dtouchit213.c158 input_dev->id.product = 0;
H A Dtouchright.c120 input_dev->id.product = 0;
H A Dtouchwin.c127 input_dev->id.product = 0;

Completed in 506 milliseconds

1234567891011>>