Home
last modified time | relevance | path

Searched refs:lun0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.h73 struct fsg_lun_opts lun0; member
H A Df_mass_storage.c3518 opts->lun0.lun = opts->common->luns[0]; in fsg_alloc_inst()
3519 opts->lun0.lun_id = 0; in fsg_alloc_inst()
3523 config_group_init_type_name(&opts->lun0.group, "lun.0", &fsg_lun_type); in fsg_alloc_inst()
3524 configfs_add_default_group(&opts->lun0.group, &opts->func_inst.group); in fsg_alloc_inst()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsensorcommands.cpp104 static constexpr uint8_t lun0 = 0x0; variable
2310 if ((ctx->lun == lun0) && (numSensors > 0)) in ipmiSensorGetDeviceSdrInfo()