Home
last modified time | relevance | path

Searched refs:reset_lock (Results 1 – 25 of 25) sorted by relevance

/linux-6.12.1/drivers/clk/mmp/
Dclk-of-pxa1928.c96 static DEFINE_SPINLOCK(reset_lock);
108 … "twsi0_clk", "vctcxo", CLK_SET_RATE_PARENT, PXA1928_CLK_TWSI0 * 4, 0x3, 0x3, 0x0, 0, &reset_lock},
109 … "twsi1_clk", "vctcxo", CLK_SET_RATE_PARENT, PXA1928_CLK_TWSI1 * 4, 0x3, 0x3, 0x0, 0, &reset_lock},
110 … "twsi2_clk", "vctcxo", CLK_SET_RATE_PARENT, PXA1928_CLK_TWSI2 * 4, 0x3, 0x3, 0x0, 0, &reset_lock},
111 … "twsi3_clk", "vctcxo", CLK_SET_RATE_PARENT, PXA1928_CLK_TWSI3 * 4, 0x3, 0x3, 0x0, 0, &reset_lock},
112 … "twsi4_clk", "vctcxo", CLK_SET_RATE_PARENT, PXA1928_CLK_TWSI4 * 4, 0x3, 0x3, 0x0, 0, &reset_lock},
113 … "twsi5_clk", "vctcxo", CLK_SET_RATE_PARENT, PXA1928_CLK_TWSI5 * 4, 0x3, 0x3, 0x0, 0, &reset_lock},
114 …O, "gpio_clk", "vctcxo", CLK_SET_RATE_PARENT, PXA1928_CLK_GPIO * 4, 0x3, 0x3, 0x0, 0, &reset_lock},
117 …0, "pwm0_clk", "vctcxo", CLK_SET_RATE_PARENT, PXA1928_CLK_PWM0 * 4, 0x3, 0x3, 0x0, 0, &reset_lock},
118 …1, "pwm1_clk", "vctcxo", CLK_SET_RATE_PARENT, PXA1928_CLK_PWM1 * 4, 0x3, 0x3, 0x0, 0, &reset_lock},
[all …]
Dclk-of-mmp2.c236 static DEFINE_SPINLOCK(reset_lock);
251 …_CLK_TWSI0, "twsi0_clk", "vctcxo", CLK_SET_RATE_PARENT, APBC_TWSI0, 0x7, 0x3, 0x0, 0, &reset_lock},
252 …_CLK_TWSI1, "twsi1_clk", "vctcxo", CLK_SET_RATE_PARENT, APBC_TWSI1, 0x7, 0x3, 0x0, 0, &reset_lock},
253 …_CLK_TWSI2, "twsi2_clk", "vctcxo", CLK_SET_RATE_PARENT, APBC_TWSI2, 0x7, 0x3, 0x0, 0, &reset_lock},
254 …_CLK_TWSI3, "twsi3_clk", "vctcxo", CLK_SET_RATE_PARENT, APBC_TWSI3, 0x7, 0x3, 0x0, 0, &reset_lock},
255 …_CLK_TWSI4, "twsi4_clk", "vctcxo", CLK_SET_RATE_PARENT, APBC_TWSI4, 0x7, 0x3, 0x0, 0, &reset_lock},
256 …_CLK_TWSI5, "twsi5_clk", "vctcxo", CLK_SET_RATE_PARENT, APBC_TWSI5, 0x7, 0x3, 0x0, 0, &reset_lock},
257 …MP2_CLK_GPIO, "gpio_clk", "vctcxo", CLK_SET_RATE_PARENT, APBC_GPIO, 0x7, 0x3, 0x0, 0, &reset_lock},
258 …clk", "clk32", CLK_SET_RATE_PARENT, APBC_KPC, 0x7, 0x3, 0x0, MMP_CLK_GATE_NEED_DELAY, &reset_lock},
259 …k", "clk32", CLK_SET_RATE_PARENT, APBC_RTC, 0x87, 0x83, 0x0, MMP_CLK_GATE_NEED_DELAY, &reset_lock},
[all …]
Dclk-of-pxa910.c125 static DEFINE_SPINLOCK(reset_lock);
141 …TWSI0, "twsi0_clk", "pll1_13_1_5", CLK_SET_RATE_PARENT, APBC_TWSI0, 0x3, 0x3, 0x0, 0, &reset_lock},
142 …910_CLK_GPIO, "gpio_clk", "vctcxo", CLK_SET_RATE_PARENT, APBC_GPIO, 0x3, 0x3, 0x0, 0, &reset_lock},
145 …10_CLK_PWM0, "pwm0_clk", "pll1_48", CLK_SET_RATE_PARENT, APBC_PWM0, 0x3, 0x3, 0x0, 0, &reset_lock},
146 …10_CLK_PWM1, "pwm1_clk", "pll1_48", CLK_SET_RATE_PARENT, APBC_PWM1, 0x3, 0x3, 0x0, 0, &reset_lock},
147 …10_CLK_PWM2, "pwm2_clk", "pll1_48", CLK_SET_RATE_PARENT, APBC_PWM2, 0x3, 0x3, 0x0, 0, &reset_lock},
148 …10_CLK_PWM3, "pwm3_clk", "pll1_48", CLK_SET_RATE_PARENT, APBC_PWM3, 0x3, 0x3, 0x0, 0, &reset_lock},
159 …WSI1, "twsi1_clk", "pll1_13_1_5", CLK_SET_RATE_PARENT, APBCP_TWSI1, 0x3, 0x3, 0x0, 0, &reset_lock},
Dclk-of-pxa168.c160 static DEFINE_SPINLOCK(reset_lock);
184 …168_CLK_GPIO, "gpio_clk", "vctcxo", CLK_SET_RATE_PARENT, APBC_GPIO, 0x1, 0x1, 0x0, 0, &reset_lock},
/linux-6.12.1/drivers/pci/hotplug/
Dpciehp_pci.c71 up_read(&ctrl->reset_lock); in pciehp_configure_device()
73 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_configure_device()
123 up_read(&ctrl->reset_lock); in pciehp_unconfigure_device()
125 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_unconfigure_device()
Dpciehp_hpc.c585 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_ignore_dpc_link_change()
588 up_read(&ctrl->reset_lock); in pciehp_ignore_dpc_link_change()
746 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_ist()
751 up_read(&ctrl->reset_lock); in pciehp_ist()
908 down_write_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_reset_slot()
928 up_write(&ctrl->reset_lock); in pciehp_reset_slot()
1007 init_rwsem(&ctrl->reset_lock); in pcie_init()
Dpciehp_core.c170 down_read_nested(&ctrl->reset_lock, ctrl->depth); in pciehp_check_presence()
181 up_read(&ctrl->reset_lock); in pciehp_check_presence()
Dpciehp.h114 struct rw_semaphore reset_lock; member
/linux-6.12.1/drivers/accel/ivpu/
Divpu_pm.c130 down_write(&vdev->pm->reset_lock); in ivpu_pm_recovery_work()
141 up_write(&vdev->pm->reset_lock); in ivpu_pm_recovery_work()
318 down_write(&vdev->pm->reset_lock); in ivpu_pm_reset_prepare_cb()
337 up_write(&vdev->pm->reset_lock); in ivpu_pm_reset_done_cb()
353 init_rwsem(&pm->reset_lock); in ivpu_pm_init()
Divpu_pm.h18 struct rw_semaphore reset_lock; member
Divpu_job.c730 down_read(&vdev->pm->reset_lock); in ivpu_submit_ioctl()
732 up_read(&vdev->pm->reset_lock); in ivpu_submit_ioctl()
/linux-6.12.1/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c128 spinlock_t reset_lock; /* serialize xmit and tx_timeout execution */ member
530 spin_lock_irqsave(&lp->reset_lock, flags); in xemaclite_tx_timeout()
549 spin_unlock_irqrestore(&lp->reset_lock, flags); in xemaclite_tx_timeout()
1007 spin_lock_irqsave(&lp->reset_lock, flags); in xemaclite_send()
1017 spin_unlock_irqrestore(&lp->reset_lock, flags); in xemaclite_send()
1020 spin_unlock_irqrestore(&lp->reset_lock, flags); in xemaclite_send()
1126 spin_lock_init(&lp->reset_lock); in xemaclite_of_probe()
/linux-6.12.1/drivers/hid/i2c-hid/
Di2c-hid-core.c110 struct mutex reset_lock; member
449 lockdep_assert_held(&ihid->reset_lock); in i2c_hid_start_hwreset()
682 mutex_lock(&ihid->reset_lock); in i2c_hid_output_raw_report()
698 mutex_unlock(&ihid->reset_lock); in i2c_hid_output_raw_report()
743 mutex_lock(&ihid->reset_lock); in i2c_hid_parse()
751 mutex_unlock(&ihid->reset_lock); in i2c_hid_parse()
1003 mutex_lock(&ihid->reset_lock); in i2c_hid_core_resume()
1007 mutex_unlock(&ihid->reset_lock); in i2c_hid_core_resume()
1225 mutex_init(&ihid->reset_lock); in i2c_hid_core_probe()
/linux-6.12.1/drivers/net/ethernet/qualcomm/emac/
Demac.c84 mutex_lock(&adpt->reset_lock); in emac_reinit_locked()
90 mutex_unlock(&adpt->reset_lock); in emac_reinit_locked()
271 mutex_lock(&adpt->reset_lock); in emac_close()
279 mutex_unlock(&adpt->reset_lock); in emac_close()
626 mutex_init(&adpt->reset_lock); in emac_probe()
Demac.h377 struct mutex reset_lock; member
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_reset.h77 struct mutex reset_lock; member
Daldebaran.c164 mutex_lock(&tmp_adev->reset_cntl->reset_lock); in aldebaran_mode2_perform_reset()
200 mutex_unlock(&tmp_adev->reset_cntl->reset_lock); in aldebaran_mode2_perform_reset()
/linux-6.12.1/drivers/vfio/pci/mlx5/
Dmain.c1217 spin_lock(&mvdev->reset_lock); in mlx5vf_state_mutex_unlock()
1220 spin_unlock(&mvdev->reset_lock); in mlx5vf_state_mutex_unlock()
1226 spin_unlock(&mvdev->reset_lock); in mlx5vf_state_mutex_unlock()
1305 spin_lock(&mvdev->reset_lock); in mlx5vf_pci_aer_reset_done()
1308 spin_unlock(&mvdev->reset_lock); in mlx5vf_pci_aer_reset_done()
1311 spin_unlock(&mvdev->reset_lock); in mlx5vf_pci_aer_reset_done()
Dcmd.h184 spinlock_t reset_lock; member
Dcmd.c257 spin_lock_init(&mvdev->reset_lock); in mlx5vf_cmd_set_migratable()
/linux-6.12.1/drivers/gpu/drm/v3d/
Dv3d_gem.c262 ret = drmm_mutex_init(dev, &v3d->reset_lock); in v3d_gem_init()
Dv3d_sched.c653 mutex_lock(&v3d->reset_lock); in v3d_gpu_reset_for_timeout()
673 mutex_unlock(&v3d->reset_lock); in v3d_gpu_reset_for_timeout()
Dv3d_drv.h165 struct mutex reset_lock; member
/linux-6.12.1/drivers/scsi/
Dhpsa.h313 spinlock_t reset_lock; member
Dhpsa.c1937 spin_lock_irqsave(&h->reset_lock, flags); in adjust_hpsa_scsi_table()
1940 spin_unlock_irqrestore(&h->reset_lock, flags); in adjust_hpsa_scsi_table()
1943 spin_unlock_irqrestore(&h->reset_lock, flags); in adjust_hpsa_scsi_table()
5807 spin_lock_irqsave(&h->reset_lock, flags); in hpsa_scan_start()
5810 spin_unlock_irqrestore(&h->reset_lock, flags); in hpsa_scan_start()
5814 spin_unlock_irqrestore(&h->reset_lock, flags); in hpsa_scan_start()
6039 spin_lock_irqsave(&h->reset_lock, flags); in hpsa_eh_device_reset_handler()
6041 spin_unlock_irqrestore(&h->reset_lock, flags); in hpsa_eh_device_reset_handler()
6119 spin_lock_irqsave(&h->reset_lock, flags); in hpsa_eh_device_reset_handler()
6123 spin_unlock_irqrestore(&h->reset_lock, flags); in hpsa_eh_device_reset_handler()
[all …]