Home
last modified time | relevance | path

Searched refs:get_dev_status (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/mtd/nand/
Dmxc_nand.c167 uint16_t (*get_dev_status)(struct mxc_nand_host *); member
618 return host->get_dev_status(host) & 0xFF; in mxc_nand_read_byte()
1098 host->get_dev_status = get_dev_status_v1_v2; in mxcnd_probe()
1141 host->get_dev_status = get_dev_status_v3; in mxcnd_probe()
/linux-2.6.39/drivers/staging/rts_pstor/
Drtsx_scsi.c1448 static int get_dev_status(struct scsi_cmnd *srb, struct rtsx_chip *chip) in get_dev_status() function
2304 result = get_dev_status(srb, chip); in app_cmd()