Home
last modified time | relevance | path

Searched refs:ipath_gpio_lock (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_eeprom.c131 spin_lock_irqsave(&dd->ipath_gpio_lock, flags); in i2c_gpio_set()
148 spin_unlock_irqrestore(&dd->ipath_gpio_lock, flags); in i2c_gpio_set()
182 spin_lock_irqsave(&dd->ipath_gpio_lock, flags); in i2c_gpio_get()
190 spin_unlock_irqrestore(&dd->ipath_gpio_lock, flags); in i2c_gpio_get()
366 spin_lock_irqsave(&dd->ipath_gpio_lock, flags); in eeprom_reset()
370 spin_unlock_irqrestore(&dd->ipath_gpio_lock, flags); in eeprom_reset()
Dipath_iba6110.c1120 spin_lock_irqsave(&dd->ipath_gpio_lock, flags); in ipath_setup_ht_setextled()
1148 spin_unlock_irqrestore(&dd->ipath_gpio_lock, flags); in ipath_setup_ht_setextled()
Dipath_kernel.h767 spinlock_t ipath_gpio_lock; member
Dipath_init_chip.c237 spin_lock_init(&dd->ipath_gpio_lock); in init_chip_first()