Searched refs:lun_mode (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/scsi/cxlflash/ |
D | superpipe.h | 32 enum lun_mode { enum 42 enum lun_mode mode; /* NONE, VIRTUAL, PHYSICAL */ 132 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked);
|
D | main.c | 2701 u32 lun_mode; in lun_mode_store() local 2703 rc = kstrtouint(buf, 10, &lun_mode); in lun_mode_store() 2704 if (!rc && (lun_mode < 5) && (lun_mode != afu->internal_lun)) { in lun_mode_store() 2705 afu->internal_lun = lun_mode; in lun_mode_store() 3096 static DEVICE_ATTR_RW(lun_mode);
|
D | superpipe.c | 564 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach()
|
/linux-6.1.9/drivers/staging/rts5208/ |
D | rtsx_chip.h | 815 u8 lun_mode; member 943 #define CHECK_LUN_MODE(chip, mode) ((chip)->lun_mode == (mode))
|
D | rtsx_chip.c | 746 chip->lun_mode = SD_MS_1LUN; in rts5288_init() 748 chip->lun_mode = DEFAULT_SINGLE; in rts5288_init() 853 dev_dbg(rtsx_dev(chip), "chip->lun_mode = %d\n", chip->lun_mode); in rtsx_init_chip()
|
D | rtsx.c | 696 chip->lun_mode = DEFAULT_SINGLE; in rtsx_init_options()
|