| /linux/drivers/bluetooth/ |
| H A D | hci_ll.c | 69 struct clk *ext_clk; member 132 if (!IS_ERR(lldev->ext_clk)) in ll_open() 133 clk_prepare_enable(lldev->ext_clk); in ll_open() 169 clk_disable_unprepare(lldev->ext_clk); in ll_close() 706 lldev->ext_clk = devm_clk_get(&serdev->dev, "ext_clock"); in hci_ti_probe() 707 if (IS_ERR(lldev->ext_clk) && PTR_ERR(lldev->ext_clk) != -ENOENT) in hci_ti_probe() 708 return PTR_ERR(lldev->ext_clk); in hci_ti_probe()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | hwa742.c | 762 static void calc_hwa742_clk_rates(unsigned long ext_clk, in calc_hwa742_clk_rates() argument 775 *sys_clk = ext_clk * sys_mul / sys_div; in calc_hwa742_clk_rates() 777 *sys_clk = ext_clk; in calc_hwa742_clk_rates() 781 "ext_clk %ld pix_src %d pix_div %d sys_div %d sys_mul %d\n", in calc_hwa742_clk_rates() 782 ext_clk, pix_clk_src & (0x3 << 1), pix_div, sys_div, sys_mul); in calc_hwa742_clk_rates() 939 unsigned long ext_clk; in hwa742_init() local 962 ext_clk = clk_get_rate(hwa742.sys_ck); in hwa742_init() 963 if ((r = calc_extif_timings(ext_clk, &extif_mem_div)) < 0) in hwa742_init() 968 calc_hwa742_clk_rates(ext_clk, &sys_clk, &pix_clk); in hwa742_init()
|
| /linux/drivers/iio/imu/ |
| H A D | adis16480.c | 176 struct clk *ext_clk; member 1667 return clk_prepare_enable(st->ext_clk); in adis16480_ext_clk_config() 1674 st->ext_clk = devm_clk_get_optional(dev, "sync"); in adis16480_get_ext_clocks() 1675 if (IS_ERR(st->ext_clk)) in adis16480_get_ext_clocks() 1676 return dev_err_probe(dev, PTR_ERR(st->ext_clk), "failed to get ext clk\n"); in adis16480_get_ext_clocks() 1677 if (st->ext_clk) { in adis16480_get_ext_clocks() 1683 st->ext_clk = devm_clk_get_optional(dev, "pps"); in adis16480_get_ext_clocks() 1684 if (IS_ERR(st->ext_clk)) in adis16480_get_ext_clocks() 1685 return dev_err_probe(dev, PTR_ERR(st->ext_clk), "failed to get ext clk\n"); in adis16480_get_ext_clocks() 1686 if (st->ext_clk) { in adis16480_get_ext_clocks() [all …]
|
| /linux/arch/arm/boot/dts/axis/ |
| H A D | artpec6.dtsi | 91 ext_clk: ext_clk { label 107 clocks = <&ext_clk>;
|
| /linux/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adi,axi-adc.yaml | 120 clocks = <&ext_clk>;
|
| /linux/drivers/iio/adc/ |
| H A D | ad4170-4.c | 2494 struct clk *ext_clk; in ad4170_clock_select() local 2497 ext_clk = devm_clk_get_optional_enabled(dev, NULL); in ad4170_clock_select() 2498 if (IS_ERR(ext_clk)) in ad4170_clock_select() 2499 return dev_err_probe(dev, PTR_ERR(ext_clk), in ad4170_clock_select() 2502 if (!ext_clk) { in ad4170_clock_select() 2523 st->mclk_hz = clk_get_rate(ext_clk); in ad4170_clock_select()
|
| /linux/include/linux/mfd/ |
| H A D | tps6594.h | 1191 #define TPS6594_IRQ_NAME_EXT_CLK "ext_clk" 1297 #define TPS65224_IRQ_NAME_EXT_CLK "ext_clk"
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0900_core.c | 271 static u32 stv0900_get_mclk_freq(struct stv0900_internal *intp, u32 ext_clk) in stv0900_get_mclk_freq() argument 278 mclk = (div + 1) * ext_clk / ad_div; in stv0900_get_mclk_freq()
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | atombios.h | 1095 UCHAR ucRefClkSource:2; //bit5:4: PPLL1 =0, PPLL2=1, EXT_CLK=2 1107 UCHAR ucRefClkSource:2; //bit5:4: PPLL1 =0, PPLL2=1, EXT_CLK=2 1191 UCHAR ucRefClkSource:2; //bit5:4: PPLL1 =0, PPLL2=1, DCPLL=2, EXT_CLK=3 <= New 1203 UCHAR ucRefClkSource:2; //bit5:4: PPLL1 =0, PPLL2=1, DCPLL=2, EXT_CLK=3 <= New
|
| /linux/drivers/gpu/drm/amd/include/ |
| H A D | atombios.h | 1301 UCHAR ucRefClkSource:2; //bit5:4: PPLL1 =0, PPLL2=1, EXT_CLK=2 1313 UCHAR ucRefClkSource:2; //bit5:4: PPLL1 =0, PPLL2=1, EXT_CLK=2 1397 UCHAR ucRefClkSource:2; //bit5:4: PPLL1 =0, PPLL2=1, DCPLL=2, EXT_CLK=3 <= New 1409 UCHAR ucRefClkSource:2; //bit5:4: PPLL1 =0, PPLL2=1, DCPLL=2, EXT_CLK=3 <= New
|