Searched refs:lun_mode (Results 1 – 6 of 6) sorted by relevance
/drivers/scsi/cxlflash/ |
D | superpipe.h | 39 enum lun_mode { enum 49 enum lun_mode mode; /* NONE, VIRTUAL, PHYSICAL */ 135 int cxlflash_lun_attach(struct glun_info *, enum lun_mode, bool);
|
D | main.c | 2216 u32 lun_mode; in lun_mode_store() local 2218 rc = kstrtouint(buf, 10, &lun_mode); in lun_mode_store() 2219 if (!rc && (lun_mode < 5) && (lun_mode != afu->internal_lun)) { in lun_mode_store() 2220 afu->internal_lun = lun_mode; in lun_mode_store() 2339 static DEVICE_ATTR_RW(lun_mode);
|
D | superpipe.c | 540 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach()
|
/drivers/staging/rts5208/ |
D | rtsx_chip.h | 812 u8 lun_mode; member 940 #define CHECK_LUN_MODE(chip, mode) ((chip)->lun_mode == (mode))
|
D | rtsx_chip.c | 913 chip->lun_mode = SD_MS_1LUN; in rts5288_init() 915 chip->lun_mode = DEFAULT_SINGLE; in rts5288_init() 1032 dev_dbg(rtsx_dev(chip), "chip->lun_mode = %d\n", chip->lun_mode); in rtsx_init_chip()
|
D | rtsx.c | 758 chip->lun_mode = DEFAULT_SINGLE; in rtsx_init_options()
|