Searched refs:smd (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-space-map-disk.c | 36 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/ |
D | clk-smd.c | 38 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 …]
|
D | Makefile | 11 obj-$(CONFIG_HAVE_AT91_SMD) += clk-smd.o
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | Makefile | 5 smd.o \
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | at91-clock.txt | 63 "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/ |
D | imx53-smd.dts | 18 compatible = "fsl,imx53-smd", "fsl,imx53"; 107 imx53-smd {
|
D | at91sam9x5.dtsi | 205 smd: smdclk { label 206 compatible = "atmel,at91sam9x5-clk-smd"; 225 clocks = <&smd>;
|
D | sama5d3.dtsi | 1010 smd: smdclk { label 1011 compatible = "atmel,at91sam9x5-clk-smd"; 1030 clocks = <&smd>;
|
D | sama5d4.dtsi | 493 smd: smdclk { label 494 compatible = "atmel,at91sam9x5-clk-smd"; 519 clocks = <&smd>;
|
D | Makefile | 252 imx53-smd.dtb \
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fsl.txt | 38 - compatible = "fsl,imx53-smd", "fsl,imx53";
|