Home
last modified time | relevance | path

Searched refs:smd (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/md/persistent-data/
Ddm-space-map-disk.c36 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_destroy() local
38 kfree(smd); in sm_disk_destroy()
43 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_extend() local
45 return sm_ll_extend(&smd->ll, extra_blocks); in sm_disk_extend()
50 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_blocks() local
51 *count = smd->old_ll.nr_blocks; in sm_disk_get_nr_blocks()
58 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_free() local
59 *count = (smd->old_ll.nr_blocks - smd->old_ll.nr_allocated) - smd->nr_allocated_this_transaction; in sm_disk_get_nr_free()
67 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_count() local
68 return sm_ll_lookup(&smd->ll, b, result); in sm_disk_get_count()
[all …]
/linux-4.1.27/drivers/clk/at91/
Dclk-smd.c38 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_recalc_rate() local
39 struct at91_pmc *pmc = smd->pmc; in at91sam9x5_clk_smd_recalc_rate()
71 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_set_parent() local
72 struct at91_pmc *pmc = smd->pmc; in at91sam9x5_clk_smd_set_parent()
85 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_get_parent() local
86 struct at91_pmc *pmc = smd->pmc; in at91sam9x5_clk_smd_get_parent()
95 struct at91sam9x5_clk_smd *smd = to_at91sam9x5_clk_smd(hw); in at91sam9x5_clk_smd_set_rate() local
96 struct at91_pmc *pmc = smd->pmc; in at91sam9x5_clk_smd_set_rate()
120 struct at91sam9x5_clk_smd *smd; in at91sam9x5_clk_register_smd() local
124 smd = kzalloc(sizeof(*smd), GFP_KERNEL); in at91sam9x5_clk_register_smd()
[all …]
DMakefile11 obj-$(CONFIG_HAVE_AT91_SMD) += clk-smd.o
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
DMakefile5 smd.o \
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dat91-clock.txt63 "atmel,at91sam9x5-clk-smd":
370 Required properties for smd clock:
372 - clocks : shall be the smd clock source phandles.
376 smd: smdck {
377 compatible = "atmel,at91sam9x5-clk-smd";
418 - clocks : shall be the smd clock source phandles.
/linux-4.1.27/arch/arm/boot/dts/
Dimx53-smd.dts18 compatible = "fsl,imx53-smd", "fsl,imx53";
107 imx53-smd {
Dat91sam9x5.dtsi205 smd: smdclk { label
206 compatible = "atmel,at91sam9x5-clk-smd";
225 clocks = <&smd>;
Dsama5d3.dtsi1010 smd: smdclk { label
1011 compatible = "atmel,at91sam9x5-clk-smd";
1030 clocks = <&smd>;
Dsama5d4.dtsi493 smd: smdclk { label
494 compatible = "atmel,at91sam9x5-clk-smd";
519 clocks = <&smd>;
DMakefile252 imx53-smd.dtb \
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dfsl.txt38 - compatible = "fsl,imx53-smd", "fsl,imx53";