| /kernel/linux/linux-6.6/lib/math/ |
| D | lcm.c | 5 #include <linux/lcm.h> 8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() function 15 EXPORT_SYMBOL_GPL(lcm); 19 unsigned long l = lcm(a, b); in lcm_not_zero()
|
| D | Makefile | 2 obj-y += div64.o gcd.o lcm.o int_log.o int_pow.o int_sqrt.o reciprocal_div.o
|
| /kernel/linux/linux-5.10/lib/math/ |
| D | lcm.c | 5 #include <linux/lcm.h> 8 unsigned long lcm(unsigned long a, unsigned long b) in lcm() function 15 EXPORT_SYMBOL_GPL(lcm); 19 unsigned long l = lcm(a, b); in lcm_not_zero()
|
| D | Makefile | 2 obj-y += div64.o gcd.o lcm.o int_pow.o int_sqrt.o reciprocal_div.o
|
| /kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
| D | gss_krb5_keys.c | 62 #include <linux/lcm.h> 85 /* first compute lcm(n,k) */ in krb5_nfold() 86 ulcm = lcm(inbits, outbits); in krb5_nfold() 93 /* this will end up cycling through k lcm(k,n)/k times, which in krb5_nfold()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | lcm.h | 7 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | lcm.h | 7 unsigned long lcm(unsigned long a, unsigned long b) __attribute_const__;
|
| /kernel/linux/linux-6.6/net/sunrpc/auth_gss/ |
| D | gss_krb5_keys.c | 62 #include <linux/lcm.h> 94 /* first compute lcm(n,k) */ in krb5_nfold() 95 ulcm = lcm(inbits, outbits); in krb5_nfold() 102 /* this will end up cycling through k lcm(k,n)/k times, which in krb5_nfold()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/regulator/ |
| D | richtek,rt4831-regulator.yaml | 29 "^DSV(LCM|P|N)$":
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/ |
| D | jdi,lt070me05000.yaml | 30 power supply for LCM (1.8V)
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
| D | jdi,lt070me05000.yaml | 30 power supply for LCM (1.8V)
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | at91-dvk_su60_somc_lcm.dtsi | 41 regulator-name = "VCC LCM";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/microchip/ |
| D | at91-dvk_su60_somc_lcm.dtsi | 41 regulator-name = "VCC LCM";
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | smiapp-pll.c | 13 #include <linux/lcm.h> 220 more_mul_factor = lcm(div, pll->pre_pll_clk_div) / div; in __smiapp_pll_calculate() 222 more_mul_factor = lcm(more_mul_factor, op_limits->min_sys_clk_div); in __smiapp_pll_calculate()
|
| D | aptina-pll.c | 11 #include <linux/lcm.h>
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | ccs-pll.c | 14 #include <linux/lcm.h> 653 more_mul_factor = lcm(div, op_pll_fr->pre_pll_clk_div) / div; in ccs_pll_calculate_op() 655 more_mul_factor = lcm(more_mul_factor, op_lim_bk->min_sys_clk_div); in ccs_pll_calculate_op()
|
| /kernel/linux/linux-6.6/drivers/iio/imu/ |
| D | adis16475.c | 19 #include <linux/lcm.h> 306 * 1. lcm of the input clock and the desired output rate. in adis16475_set_freq() 312 unsigned long scaled_rate = lcm(st->clk_freq, freq); in adis16475_set_freq() 316 * If lcm is bigger than the IMU maximum sampling rate there's no perfect in adis16475_set_freq()
|
| D | adis16480.c | 18 #include <linux/lcm.h> 349 * 1. lcm of the input clock and the desired output rate. in adis16480_set_freq() 355 unsigned long scaled_rate = lcm(st->clk_freq, t); in adis16480_set_freq() 359 * If lcm is bigger than the IMU maximum sampling rate there's no perfect in adis16480_set_freq()
|
| /kernel/linux/linux-5.10/drivers/video/backlight/ |
| D | Kconfig | 80 tristate "VGG2432A4 LCM device support"
|
| /kernel/linux/linux-6.6/drivers/video/backlight/ |
| D | Kconfig | 80 tristate "VGG2432A4 LCM device support"
|
| /kernel/linux/linux-5.10/drivers/media/platform/xilinx/ |
| D | xilinx-dma.c | 13 #include <linux/lcm.h> 562 align = lcm(dma->align, info->bpp); in __xvip_dma_try_format()
|
| /kernel/linux/linux-6.6/drivers/media/platform/xilinx/ |
| D | xilinx-dma.c | 13 #include <linux/lcm.h> 543 align = lcm(dma->align, info->bpp); in __xvip_dma_try_format()
|
| /kernel/linux/linux-5.10/sound/soc/atmel/ |
| D | mchp-i2s-mcc.c | 18 #include <linux/lcm.h> 416 lcm_rate = lcm(sysclk, bclk); in mchp_i2s_mcc_config_divs()
|
| /kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
| D | hisi_sas.h | 18 #include <linux/lcm.h>
|
| /kernel/linux/linux-6.6/sound/soc/atmel/ |
| D | mchp-i2s-mcc.c | 18 #include <linux/lcm.h> 438 lcm_rate = lcm(sysclk, bclk); in mchp_i2s_mcc_config_divs()
|