Home
last modified time | relevance | path

Searched refs:scan (Results 1 – 11 of 11) sorted by relevance

/drivers/input/
A Dcros_ec_keyb.c49 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 Dsata.c47 if (!ops->scan) in sata_scan()
50 return ops->scan(dev); in sata_scan()
A Dsata_sil.c32 int (*scan)(struct udevice *dev); member
803 .scan = sata_sil_scan,
A Ddwc_ahsata.c998 .scan = dwc_ahsata_scan,
A Dfsl_sata.c964 .scan = sata_fsl_scan,
A Dsata_mv.c1137 .scan = sata_mv_scan,
/drivers/phy/allwinner/
A DKconfig20 int "Delay initial USB scan by x ms to allow builtin devices to init"
27 the first USB bus scan.
/drivers/misc/
A Dcros_ec.c414 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 Dcros_ec_sandbox.c270 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 DKconfig108 scan that are not present.
223 the device tree but the normal PCI scan technique is used to find
/drivers/mtd/nand/raw/
A DKconfig611 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