Home
last modified time | relevance | path

Searched defs:hwlock (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/hwspinlock/
H A Dsirf_hwspinlock.c57 struct hwspinlock *hwlock; in sirf_hwspinlock_probe() local
H A Dhwspinlock_internal.h62 static inline int hwlock_to_id(struct hwspinlock *hwlock) in hwlock_to_id() argument
H A Domap_hwspinlock.c78 struct hwspinlock *hwlock; in omap_hwspinlock_probe() local
H A Du8500_hsem.c89 struct hwspinlock *hwlock; in u8500_hsem_probe() local
H A Dhwspinlock_core.c91 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() argument
206 __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, int mode, unsigned long *flags) __hwspin_lock_timeout() argument
265 __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) __hwspin_unlock() argument
342 struct hwspinlock *hwlock; of_hwspin_lock_get_id() local
421 hwspin_lock_register_single(struct hwspinlock *hwlock, int id) hwspin_lock_register_single() argument
448 struct hwspinlock *hwlock = NULL; hwspin_lock_unregister_single() local
489 struct hwspinlock *hwlock; hwspin_lock_register() local
536 struct hwspinlock *hwlock, *tmp; hwspin_lock_unregister() local
646 __hwspin_lock_request(struct hwspinlock *hwlock) __hwspin_lock_request() argument
685 hwspin_lock_get_id(struct hwspinlock *hwlock) hwspin_lock_get_id() argument
711 struct hwspinlock *hwlock; hwspin_lock_request() local
754 struct hwspinlock *hwlock; hwspin_lock_request_specific() local
800 hwspin_lock_free(struct hwspinlock *hwlock) hwspin_lock_free() argument
844 struct hwspinlock **hwlock = res; devm_hwspin_lock_match() local
870 devm_hwspin_lock_free(struct device *dev, struct hwspinlock *hwlock) devm_hwspin_lock_free() argument
898 struct hwspinlock **ptr, *hwlock; devm_hwspin_lock_request() local
934 struct hwspinlock **ptr, *hwlock; devm_hwspin_lock_request_specific() local
[all...]
/kernel/linux/linux-6.6/drivers/hwspinlock/
H A Dhwspinlock_internal.h62 static inline int hwlock_to_id(struct hwspinlock *hwlock) in hwlock_to_id() argument
H A Domap_hwspinlock.c79 struct hwspinlock *hwlock; in omap_hwspinlock_probe() local
H A Du8500_hsem.c89 struct hwspinlock *hwlock; in u8500_hsem_probe() local
H A Dsun6i_hwspinlock.c94 struct hwspinlock *hwlock; in sun6i_hwspinlock_probe() local
H A Dhwspinlock_core.c91 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() argument
206 __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, int mode, unsigned long *flags) __hwspin_lock_timeout() argument
265 __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) __hwspin_unlock() argument
342 struct hwspinlock *hwlock; of_hwspin_lock_get_id() local
421 hwspin_lock_register_single(struct hwspinlock *hwlock, int id) hwspin_lock_register_single() argument
448 struct hwspinlock *hwlock = NULL; hwspin_lock_unregister_single() local
489 struct hwspinlock *hwlock; hwspin_lock_register() local
536 struct hwspinlock *hwlock, *tmp; hwspin_lock_unregister() local
646 __hwspin_lock_request(struct hwspinlock *hwlock) __hwspin_lock_request() argument
685 hwspin_lock_get_id(struct hwspinlock *hwlock) hwspin_lock_get_id() argument
711 struct hwspinlock *hwlock; hwspin_lock_request() local
754 struct hwspinlock *hwlock; hwspin_lock_request_specific() local
800 hwspin_lock_free(struct hwspinlock *hwlock) hwspin_lock_free() argument
844 struct hwspinlock **hwlock = res; devm_hwspin_lock_match() local
870 devm_hwspin_lock_free(struct device *dev, struct hwspinlock *hwlock) devm_hwspin_lock_free() argument
898 struct hwspinlock **ptr, *hwlock; devm_hwspin_lock_request() local
934 struct hwspinlock **ptr, *hwlock; devm_hwspin_lock_request_specific() local
[all...]
/kernel/linux/linux-5.10/drivers/nvmem/
H A Dsc27xx-efuse.c65 struct hwspinlock *hwlock; member
H A Dsprd-efuse.c66 struct hwspinlock *hwlock; member
/kernel/linux/linux-5.10/include/linux/
H A Dhwspinlock.h107 static inline int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() argument
113 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout() argument
120 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() argument
126 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() argument
135 static inline int hwspin_lock_get_id(struct hwspinlock *hwlock) in hwspin_lock_get_id() argument
147 int devm_hwspin_lock_free(struct device *dev, struct hwspinlock *hwlock) in devm_hwspin_lock_free() argument
183 hwspin_trylock_irqsave(struct hwspinlock *hwlock, unsigned long *flags) hwspin_trylock_irqsave() argument
202 hwspin_trylock_irq(struct hwspinlock *hwlock) hwspin_trylock_irq() argument
221 hwspin_trylock_raw(struct hwspinlock *hwlock) hwspin_trylock_raw() argument
238 hwspin_trylock_in_atomic(struct hwspinlock *hwlock) hwspin_trylock_in_atomic() argument
258 hwspin_trylock(struct hwspinlock *hwlock) hwspin_trylock() argument
281 hwspin_lock_timeout_irqsave(struct hwspinlock *hwlock, unsigned int to, unsigned long *flags) hwspin_lock_timeout_irqsave() argument
305 hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout_irq() argument
328 hwspin_lock_timeout_raw(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout_raw() argument
350 hwspin_lock_timeout_in_atomic(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout_in_atomic() argument
375 hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout() argument
392 hwspin_unlock_irqrestore(struct hwspinlock *hwlock, unsigned long *flags) hwspin_unlock_irqrestore() argument
409 hwspin_unlock_irq(struct hwspinlock *hwlock) hwspin_unlock_irq() argument
424 hwspin_unlock_raw(struct hwspinlock *hwlock) hwspin_unlock_raw() argument
439 hwspin_unlock_in_atomic(struct hwspinlock *hwlock) hwspin_unlock_in_atomic() argument
455 hwspin_unlock(struct hwspinlock *hwlock) hwspin_unlock() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dhwspinlock.h107 static inline int hwspin_lock_free(struct hwspinlock *hwlock) in hwspin_lock_free() argument
113 int __hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to, in __hwspin_lock_timeout() argument
120 int __hwspin_trylock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_trylock() argument
126 void __hwspin_unlock(struct hwspinlock *hwlock, int mode, unsigned long *flags) in __hwspin_unlock() argument
135 static inline int hwspin_lock_get_id(struct hwspinlock *hwlock) in hwspin_lock_get_id() argument
147 int devm_hwspin_lock_free(struct device *dev, struct hwspinlock *hwlock) in devm_hwspin_lock_free() argument
183 hwspin_trylock_irqsave(struct hwspinlock *hwlock, unsigned long *flags) hwspin_trylock_irqsave() argument
202 hwspin_trylock_irq(struct hwspinlock *hwlock) hwspin_trylock_irq() argument
221 hwspin_trylock_raw(struct hwspinlock *hwlock) hwspin_trylock_raw() argument
238 hwspin_trylock_in_atomic(struct hwspinlock *hwlock) hwspin_trylock_in_atomic() argument
258 hwspin_trylock(struct hwspinlock *hwlock) hwspin_trylock() argument
281 hwspin_lock_timeout_irqsave(struct hwspinlock *hwlock, unsigned int to, unsigned long *flags) hwspin_lock_timeout_irqsave() argument
305 hwspin_lock_timeout_irq(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout_irq() argument
328 hwspin_lock_timeout_raw(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout_raw() argument
350 hwspin_lock_timeout_in_atomic(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout_in_atomic() argument
375 hwspin_lock_timeout(struct hwspinlock *hwlock, unsigned int to) hwspin_lock_timeout() argument
392 hwspin_unlock_irqrestore(struct hwspinlock *hwlock, unsigned long *flags) hwspin_unlock_irqrestore() argument
409 hwspin_unlock_irq(struct hwspinlock *hwlock) hwspin_unlock_irq() argument
424 hwspin_unlock_raw(struct hwspinlock *hwlock) hwspin_unlock_raw() argument
439 hwspin_unlock_in_atomic(struct hwspinlock *hwlock) hwspin_unlock_in_atomic() argument
455 hwspin_unlock(struct hwspinlock *hwlock) hwspin_unlock() argument
[all...]
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dsc27xx-efuse.c64 struct hwspinlock *hwlock; member
H A Dsprd-efuse.c66 struct hwspinlock *hwlock; member
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dsc27xx_adc.c77 struct hwspinlock *hwlock; member
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-sprd-adi.c114 struct hwspinlock *hwlock; member
[all...]
/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dinternal.h163 struct hwspinlock *hwlock; member
/kernel/linux/linux-5.10/drivers/irqchip/
H A Dirq-stm32-exti.c68 struct hwspinlock *hwlock; member
304 struct hwspinlock *hwlock = chip_data->host_data->hwlock; in stm32_irq_set_type() local
507 struct hwspinlock *hwlock = chip_data->host_data->hwlock; in stm32_exti_h_set_type() local
[all...]
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dsmem.c264 struct hwspinlock *hwlock; member
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-sprd-adi.c150 struct hwspinlock *hwlock; member
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dsmem.c279 struct hwspinlock *hwlock; member
[all...]
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dinternal.h176 struct hwspinlock *hwlock; member
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dsc27xx_adc.c92 struct hwspinlock *hwlock; member

Completed in 28 milliseconds

12