Home
last modified time | relevance | path

Searched full:idd (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/input/keyboard/
H A Dhil_kbd.c78 char idd[HIL_PACKET_MAX_LENGTH]; /* DID byte and IDD record */ member
113 buf = dev->idd; in hil_dev_handle_command_response()
222 ax16 = ptr->idd[1] & HIL_IDD_HEADER_16BIT; /* 8 or 16bit resolution */ in hil_dev_handle_ptr_events()
223 absdev = ptr->idd[1] & HIL_IDD_HEADER_ABS; in hil_dev_handle_ptr_events()
329 uint8_t did = kbd->idd[0]; in hil_dev_keyboard_setup()
356 uint8_t did = ptr->idd[0]; in hil_dev_pointer_setup()
357 uint8_t *idd = ptr->idd + 1; in hil_dev_pointer_setup() local
358 unsigned int naxsets = HIL_IDD_NUM_AXSETS(*idd); in hil_dev_pointer_setup()
362 ptr->naxes = HIL_IDD_NUM_AXES_PER_SET(*idd); in hil_dev_pointer_setup()
382 0, HIL_IDD_AXIS_MAX(idd, i), 0, 0); in hil_dev_pointer_setup()
[all …]
/openbmc/linux/drivers/mfd/
H A Dstmfx.c84 .of_compatible = "st,stmfx-0300-idd",
85 .name = "stmfx-idd",
127 * IDD and TS have priority in STMFX FW, so if IDD and TS are enabled, in stmfx_function_enable()
128 * ALTGPIO function is disabled by STMFX FW. If IDD or TS is enabled, in stmfx_function_enable()
130 * disturbance, abort IDD or TS function enable in this case. in stmfx_function_enable()
145 /* If IDD is enabled, aGPIO[7:4] cannot be used */ in stmfx_function_enable()
148 dev_err(stmfx->dev, "IDD in use, aGPIO[7:4] unavailable\n"); in stmfx_function_enable()
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dst,stmfx.yaml11 main MCU IDD measurement (IDD is the amount of current that flows
53 if agpio[7:4] are not available (STMFX IDD function in use),
/openbmc/linux/drivers/input/serio/
H A Dhil_mlc.c337 * Is this a real IDD response or just an echo? in hilse_take_idd()
339 * Real IDD response does not start with a command. in hilse_take_idd()
364 mlc->di_scratch.idd[i] = in hilse_take_idd()
368 if (mlc->di_scratch.idd[1] & HIL_IDD_HEADER_RSC) in hilse_take_idd()
371 if (mlc->di_scratch.idd[1] & HIL_IDD_HEADER_EXD) in hilse_take_idd()
390 /* Next step is to see if EXD supported (IDD has already been read) */ in hilse_take_rsc()
391 if (mlc->di_scratch.idd[1] & HIL_IDD_HEADER_EXD) in hilse_take_rsc()
829 idx = mlc->di[map->didx].idd; in hil_mlc_serio_write()
/openbmc/linux/include/linux/
H A Dhil_mlc.h110 uint8_t idd[16]; /* Device ID Byte and Describe Record */ member
H A Dhil.h246 /* IDD record header
/openbmc/u-boot/include/
H A Dspd.h62 unsigned char res[15]; /* 47-xx IDD in SPD and Reserved space */
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcentaur.c125 * 3DNow is IDd by bit 31 in extended CPUID (1*32+31) anyway in init_centaur()
H A Dhygon.c301 * 3DNow is IDd by bit 31 in extended CPUID (1*32+31) anyway in init_hygon()
H A Dcyrix.c200 * 3DNow is IDd by bit 31 in extended CPUID (1*32+31) anyway in init_cyrix()
H A Damd.c1102 * 3DNow is IDd by bit 31 in extended CPUID (1*32+31) anyway in init_amd()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpci_irq.c82 * @function_id: Internal PCI VF function IDd
/openbmc/u-boot/drivers/ddr/fsl/
H A Dinteractive.c997 printf(" * 48-61 IDD in SPD and Reserved space *\n"); in ddr1_spd_dump()