Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Dboot.c499 wl->boot_attr.radio_type = (tmp & 0x0000FF00) >> 8; in wl1251_boot()
500 wl->boot_attr.major = (tmp & 0x00FF0000) >> 16; in wl1251_boot()
504 wl->boot_attr.minor = (tmp & 0x00FF0000) >> 16; in wl1251_boot()
509 wl->boot_attr.radio_type, wl->boot_attr.major, in wl1251_boot()
510 wl->boot_attr.minor, minor_minor_e2_ver); in wl1251_boot()
H A Dwl1251.h95 struct boot_attr { struct
282 struct boot_attr boot_attr; member
/openbmc/linux/drivers/scsi/
H A Discsi_boot_sysfs.c37 struct iscsi_boot_attr *boot_attr = in iscsi_boot_show_attribute() local
46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute()