Searched refs:temp_attr (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-dln2.c552 u8 temp_attr; dln2_spi_rdwr() local
559 temp_attr = DLN2_SPI_ATTR_LEAVE_SS_LOW; dln2_spi_rdwr()
562 temp_attr = attr; dln2_spi_rdwr()
571 len, temp_attr); dln2_spi_rdwr()
575 len, temp_attr); dln2_spi_rdwr()
579 len, temp_attr); dln2_spi_rdwr()
/linux-4.4.14/kernel/
H A Dmodule.c1704 struct module_attribute *temp_attr; module_add_modinfo_attrs() local
1714 temp_attr = mod->modinfo_attrs; module_add_modinfo_attrs()
1718 memcpy(temp_attr, attr, sizeof(*temp_attr)); module_add_modinfo_attrs()
1719 sysfs_attr_init(&temp_attr->attr); module_add_modinfo_attrs()
1721 &temp_attr->attr); module_add_modinfo_attrs()
1722 ++temp_attr; module_add_modinfo_attrs()

Completed in 95 milliseconds