Searched refs:scan (Results 1 – 11 of 11) sorted by relevance
| /drivers/input/ |
| A D | cros_ec_keyb.c | 49 struct mbkp_keyscan *scan = (struct mbkp_keyscan *) in check_for_keys() local 67 if (cros_ec_scan_keyboard(dev->parent, scan)) { in check_for_keys() 76 *samep = last_scan_valid && !memcmp(&last_scan, scan, sizeof(*scan)); in check_for_keys() 85 memcpy(&last_scan, scan, sizeof(last_scan)); in check_for_keys() 92 data = scan->data[bit / 8]; in check_for_keys()
|
| /drivers/ata/ |
| A D | sata.c | 47 if (!ops->scan) in sata_scan() 50 return ops->scan(dev); in sata_scan()
|
| A D | sata_sil.c | 32 int (*scan)(struct udevice *dev); member 803 .scan = sata_sil_scan,
|
| A D | dwc_ahsata.c | 998 .scan = dwc_ahsata_scan,
|
| A D | fsl_sata.c | 964 .scan = sata_fsl_scan,
|
| A D | sata_mv.c | 1137 .scan = sata_mv_scan,
|
| /drivers/phy/allwinner/ |
| A D | Kconfig | 20 int "Delay initial USB scan by x ms to allow builtin devices to init" 27 the first USB bus scan.
|
| /drivers/misc/ |
| A D | cros_ec.c | 414 int cros_ec_scan_keyboard(struct udevice *dev, struct mbkp_keyscan *scan) in cros_ec_scan_keyboard() argument 416 if (ec_command(dev, EC_CMD_MKBP_STATE, 0, NULL, 0, scan, in cros_ec_scan_keyboard() 417 sizeof(scan->data)) != sizeof(scan->data)) in cros_ec_scan_keyboard()
|
| A D | cros_ec_sandbox.c | 270 static int cros_ec_keyscan(struct ec_state *ec, uint8_t *scan) in cros_ec_keyscan() argument 298 memcpy(scan, ec->keyscan, bytes); in cros_ec_keyscan()
|
| /drivers/pci/ |
| A D | Kconfig | 108 scan that are not present. 223 the device tree but the normal PCI scan technique is used to find
|
| /drivers/mtd/nand/raw/ |
| A D | Kconfig | 611 bool "Skip the automatic BBT scan with Rockchip NAND controllers" 614 Skip the automatic BBT scan with the NAND_SKIP_BBTSCAN
|
Completed in 43 milliseconds