Searched refs:common (Results 26 - 50 of 1335) sorted by last modified time

1234567891011>>

/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_accel.c15 #include <linux/iio/common/inv_sensors_timestamp.h>
H A Dinv_icm42600_buffer.c14 #include <linux/iio/common/inv_sensors_timestamp.h>
H A Dinv_icm42600.h16 #include <linux/iio/common/inv_sensors_timestamp.h>
/linux-master/drivers/iio/dac/
H A Dadi-axi-dac.c26 #include <linux/fpga/adi-axi-common.h>
H A Dad3552r.c715 s64 vref, tmp, common, offset, gn, gp; local
724 common = 2575 * dac->ch_data[i].rfb;
728 tmp = (1024 * gn + AD3552R_GAIN_SCALE * offset) * common;
733 tmp = (1024 * gp - AD3552R_GAIN_SCALE * offset) * common;
/linux-master/drivers/iio/common/inv_sensors/
H A Dinv_sensors_timestamp.c11 #include <linux/iio/common/inv_sensors_timestamp.h>
/linux-master/drivers/iio/adc/
H A Dstm32-adc.c170 * @ccr_vbat: common register & vbat bitfield
171 * @ccr_vref: common register & vrefint bitfield
233 * @common: reference to ADC block common data
260 struct stm32_adc_common *common; member in struct:stm32_adc
580 return readl_relaxed(adc->common->base + adc->offset + reg);
591 return readw_relaxed(adc->common->base + adc->offset + reg);
596 writel_relaxed(val, adc->common->base + adc->offset + reg);
610 spin_lock(&adc->common->lock);
611 writel_relaxed(readl_relaxed(adc->common
[all...]
H A Dqcom-spmi-adc5.c10 #include <linux/iio/adc/qcom-vadc-common.h>
H A Dadi-axi-adc.c23 #include <linux/fpga/adi-axi-common.h>
H A DMakefile96 obj-$(CONFIG_QCOM_VADC_COMMON) += qcom-vadc-common.o
/linux-master/drivers/iio/
H A DMakefile27 obj-y += common/
/linux-master/drivers/extcon/
H A Dextcon-max77843.c13 #include <linux/mfd/max77693-common.h>
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dpdma.c253 * @common: generic dma device structure
262 struct dma_device common; member in struct:xilinx_dpdma_device
458 dent = debugfs_create_file("testcase", 0444, xdev->common.dbg_dev_root,
1580 vchan_init(&chan->vchan, &xdev->common);
1645 INIT_LIST_HEAD(&xdev->common.channels);
1670 ddev = &xdev->common;
1754 dma_async_device_unregister(&xdev->common);
/linux-master/drivers/dma/
H A Ddma-axi-dmac.c25 #include <linux/fpga/adi-axi-common.h>
H A DMakefile37 fsl-edma-objs := fsl-edma-main.o fsl-edma-common.o ${fsl-edma-trace-y}
39 mcf-edma-objs := mcf-edma-main.o fsl-edma-common.o ${fsl-edma-trace-y}
/linux-master/arch/s390/kernel/vdso64/
H A DMakefile29 KBUILD_CFLAGS_64 += -m64 -fPIC -fno-common -fno-builtin -fasynchronous-unwind-tables
/linux-master/arch/s390/kernel/vdso32/
H A DMakefile23 KBUILD_CFLAGS_32 += -m31 -fPIC -shared -fno-common -fno-builtin -fasynchronous-unwind-tables
/linux-master/arch/s390/kernel/
H A Dprocess.c32 #include <linux/entry-common.h>
H A Dirq.c24 #include <linux/entry-common.h>
H A Dipl.c751 /* parm is used to store kernel options, check for common chars */
830 memcpy(loadparm, ibp->common.loadparm, LOADPARM_LEN);
865 memset(ipb->common.loadparm, ' ', LOADPARM_LEN);
867 memcpy(ipb->common.loadparm, buf, lp_len);
868 ASCEBC(ipb->common.loadparm, LOADPARM_LEN);
869 ipb->common.flags |= IPL_PB0_FLAG_LOADPARM;
/linux-master/arch/riscv/kernel/
H A Dtraps_misaligned.c16 #include <asm/entry-common.h>
/linux-master/
H A DMakefile565 KBUILD_CFLAGS += -fno-common
/linux-master/tools/testing/selftests/
H A Dlib.mk82 # The following are built by lib.mk common compile rules.
84 # custom build rule and prevent common build rule use.
86 # TEST_CUSTOM_PROGS and TEST_PROGS will be run by common run_tests
/linux-master/kernel/sched/
H A Dcore.c71 # include <linux/entry-common.h>
3646 * Since this is common to all placement strategies, this lives here.
6192 * Optimize for common case where this CPU has no cookies
8709 #include <linux/entry-common.h>
11309 * cgroup weight knobs should use the common MIN, DFL and MAX
/linux-master/kernel/
H A Dcrash_core.c437 prstatus.common.pr_pid = current->pid;

Completed in 280 milliseconds

1234567891011>>