Searched refs:single (Results 1 - 25 of 125) sorted by relevance

12345

/linux-master/samples/rust/hostprogs/
H A DMakefile3 hostprogs-always-y := single
5 single-rust := y
/linux-master/scripts/gcc-plugins/
H A DMakefile18 # No extra code is needed for single-file plugins.
39 plugin-single := $(foreach m, $(GCC_PLUGIN), $(if $($(m:%.so=%-objs)),,$(m)))
40 plugin-multi := $(filter-out $(plugin-single), $(GCC_PLUGIN))
43 targets += $(plugin-single) $(plugin-multi) $(plugin-objs)
46 plugin-single := $(addprefix $(obj)/, $(plugin-single))
53 $(plugin-single): $(obj)/%.so: $(src)/%.c FORCE
/linux-master/drivers/media/dvb-frontends/
H A Dstv0910.h21 u8 single; member in struct:stv0910_cfg
/linux-master/kernel/
H A Dcpu.c55 * @single: Single callback invocation
58 * single entry callback for install/remove
60 * @cb_state: The state for a single callback (install/uninstall)
74 bool single; member in struct:cpuhp_cpu_state
128 int (*single)(unsigned int cpu); member in union:cpuhp_step::__anon43
133 int (*single)(unsigned int cpu); member in union:cpuhp_step::__anon44
154 return bringup ? !step->startup.single : !step->teardown.single;
162 * @node: For multi-instance, do a single entry callback for install/remove
191 cb = bringup ? step->startup.single
[all...]
/linux-master/arch/powerpc/math-emu/
H A Dfrsp.c9 #include <math-emu/single.h>
H A Dfsqrts.c9 #include <math-emu/single.h>
H A Dlfs.c9 #include <math-emu/single.h>
H A Dfadds.c9 #include <math-emu/single.h>
H A Dstfs.c9 #include <math-emu/single.h>
H A Dfmsubs.c9 #include <math-emu/single.h>
H A Dfsubs.c9 #include <math-emu/single.h>
H A Dfmadds.c9 #include <math-emu/single.h>
H A Dfdivs.c9 #include <math-emu/single.h>
/linux-master/drivers/gpu/drm/i915/
H A Di915_deps.h16 * struct i915_deps - Collect dependencies into a single dma-fence
17 * @single: Storage for pointer if the collection is a single fence.
18 * @fences: Allocated array of fence pointers if more than a single fence;
19 * otherwise points to the address of @single.
25 struct dma_fence *single; member in struct:i915_deps
H A Di915_deps.c38 if (deps->fences != &deps->single)
42 deps->fences = &deps->single;
71 if (deps->fences != &deps->single)
92 if (new_fences != &deps->single)
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-mpic.dtsi43 single-cpu-affinity;
/linux-master/include/linux/power/
H A Dbq27xxx_battery.h43 int (*read)(struct bq27xxx_device_info *di, u8 reg, bool single);
44 int (*write)(struct bq27xxx_device_info *di, u8 reg, int value, bool single);
/linux-master/include/linux/amba/
H A Dpl08x.h51 * @single: the device connected to this channel will request single DMA
62 bool single; member in struct:pl08x_channel_data
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_dap_fasi.h112 * + single master mode means no use of repeated starts
114 * Default is single master.
119 * + single master means remember memory address between i2c packets
121 * Default is single master, DAP FASI changes multi-master setting silently
122 * into single master setting. This cannot be overridden.
134 * Comments about DRXDAP_MAX_WCHUNKSIZE in single or multi master mode and
139 * In single master mode, data can be written by sending the register address
146 * Data in single master mode is transferred as follows:
170 * | single | multi | single | mult
[all...]
/linux-master/drivers/gpu/drm/ci/
H A Dbuild-igt.sh6 git clone https://gitlab.freedesktop.org/drm/igt-gpu-tools.git --single-branch --no-checkout
/linux-master/arch/sparc/kernel/
H A Dsun4d_smp.c185 int single; member in struct:sun4d_ipi_work
202 work->single = work->msk = work->resched = 0;
210 if (work->single) {
211 work->single = 0;
242 work->single = 1;
398 .single = sun4d_ipi_single,
H A Dleon_smp.c262 int single; member in struct:leon_ipi_work
299 work->single = work->msk = work->resched = 0;
315 work->single = 1;
347 if (work->single) {
348 work->single = 0;
460 .single = leon_ipi_single,
/linux-master/arch/mips/kernel/
H A Delf.c31 * @single: The program being loaded needs an FPU but it will only issue
32 * single precision instructions meaning that it can execute in
52 bool single; member in struct:mode_req
220 prog_req.single = interp_req.single && prog_req.single;
239 * preferred by the hardware. Next, if we only use single-precision
241 * (ie single + any ABI combination), we set again the FPU mode to the
243 * will only use single-precision instructions, shown by single bein
[all...]
/linux-master/drivers/power/supply/
H A Dbq27xxx_battery_i2c.c28 bool single)
45 if (single)
54 if (!single)
63 int value, bool single)
74 if (single) {
27 bq27xxx_battery_i2c_read(struct bq27xxx_device_info *di, u8 reg, bool single) argument
62 bq27xxx_battery_i2c_write(struct bq27xxx_device_info *di, u8 reg, int value, bool single) argument
H A Dbq27xxx_battery_hdq.c41 bool single)
48 if (!single) {
40 bq27xxx_battery_hdq_read(struct bq27xxx_device_info *di, u8 reg, bool single) argument

Completed in 601 milliseconds

12345