Lines Matching refs:device

208  * Release chip lock and wake up anyone waiting on the device.
249 * @ofs: offset from device start
337 * Lock the device and its controller for exclusive access
341 /* Wait until the device is resumed. */
358 * Check, if the device is write protected. The function expects, that the
359 * device is already selected.
493 * @ofs: offset from device start
549 * @ofs: offset from device start
601 * @mtd: MTD device structure
602 * @ofs: offset from device start
619 * @ofs: offset from device start
807 * using SDR timing mode 0. A device in any timing mode is
2681 * nand_reset - Reset and initialize a NAND device
3959 * @mtd: MTD device structure
4278 /* write OOB buffer to NAND device */
4532 * @mtd: MTD device structure
4551 /* Wait for the device to get ready */
4567 * @mtd: MTD device structure
4603 * @mtd: MTD device structure
4638 /* Grab the lock and see if the device is available */
4648 /* Select the NAND device */
4653 pr_debug("%s: device is write protected!\n",
4706 /* Deselect and wake up anyone waiting on the device */
4716 * @mtd: MTD device structure
4726 /* Grab the lock and see if the device is available */
4734 * @mtd: MTD device structure
4743 /* Select the NAND device */
4758 * @mtd: MTD device structure
4778 * @mtd: MTD device structure
4799 * @mtd: MTD device structure
4822 * @mtd: MTD device structure
4831 * @mtd: MTD device structure
4847 * @mtd: MTD device structure
4964 * Many new NAND share similar device ID codes, which represent the size of the
5002 * Old devices have chip data hardcoded in the device ID table. nand_decode_id
5225 /* Select the device */
5230 /* Send the command for reading device ID */
5235 /* Read manufacturer and device IDs */
5243 * not match, ignore the device completely.
5338 pr_info("device found, Manufacturer ID: 0x%02x, Chip ID: 0x%02x\n",
5373 pr_info("device found, Manufacturer ID: 0x%02x, Chip ID: 0x%02x\n",
5543 int rawnand_dt_parse_gpio_cs(struct device *dev, struct gpio_desc ***cs_array,
5620 * nand_scan_ident - Scan for the NAND device
5673 pr_warn("No NAND device found\n");
5693 /* Send the command for reading device ID */
5697 /* Read manufacturer and device IDs */
6259 * nand_scan_tail - Scan for the NAND device
6590 * nand_scan_with_ids - [NAND Interface] Scan for the NAND device
6631 * nand_cleanup - [NAND Interface] Free resources held by the NAND device