Home
last modified time | relevance | path

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

/linux-6.15/drivers/reset/
H A Dreset-k210.c94 struct k210_rst *ksr; in k210_rst_probe() local
98 ksr = devm_kzalloc(dev, sizeof(*ksr), GFP_KERNEL); in k210_rst_probe()
99 if (!ksr) in k210_rst_probe()
105 if (IS_ERR(ksr->map)) in k210_rst_probe()
106 return PTR_ERR(ksr->map); in k210_rst_probe()
108 ksr->rcdev.owner = THIS_MODULE; in k210_rst_probe()
109 ksr->rcdev.dev = dev; in k210_rst_probe()
110 ksr->rcdev.of_node = dev->of_node; in k210_rst_probe()
111 ksr->rcdev.ops = &k210_rst_ops; in k210_rst_probe()
113 ksr->rcdev.of_reset_n_cells = 1; in k210_rst_probe()
[all …]
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-firmware-attributes5 Prasanth KSR <prasanth.ksr@dell.com>
153 Prasanth KSR <prasanth.ksr@dell.com>
334 Prasanth KSR <prasanth.ksr@dell.com>
363 Prasanth KSR <prasanth.ksr@dell.com>
/linux-6.15/
H A DMAINTAINERS6690 M: Prasanth Ksr <prasanth.ksr@dell.com>