Searched refs:lun_mode (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/scsi/cxlflash/ |
D | superpipe.h | 36 enum lun_mode { enum 46 enum lun_mode mode; /* NONE, VIRTUAL, PHYSICAL */ 136 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked);
|
D | main.c | 2726 u32 lun_mode; in lun_mode_store() local 2728 rc = kstrtouint(buf, 10, &lun_mode); in lun_mode_store() 2729 if (!rc && (lun_mode < 5) && (lun_mode != afu->internal_lun)) { in lun_mode_store() 2730 afu->internal_lun = lun_mode; in lun_mode_store() 3126 static DEVICE_ATTR_RW(lun_mode);
|
D | superpipe.c | 570 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach()
|
/Linux-v4.19/drivers/staging/rts5208/ |
D | rtsx_chip.h | 827 u8 lun_mode; member 955 #define CHECK_LUN_MODE(chip, mode) ((chip)->lun_mode == (mode))
|
D | rtsx_chip.c | 836 chip->lun_mode = SD_MS_1LUN; in rts5288_init() 838 chip->lun_mode = DEFAULT_SINGLE; in rts5288_init() 947 dev_dbg(rtsx_dev(chip), "chip->lun_mode = %d\n", chip->lun_mode); in rtsx_init_chip()
|
D | rtsx.c | 733 chip->lun_mode = DEFAULT_SINGLE; in rtsx_init_options()
|