Searched refs:fixed (Results 26 - 50 of 147) sorted by relevance

123456

/linux-master/drivers/regulator/
H A Dfixed-helper.c6 #include <linux/regulator/fixed.h>
23 * regulator_register_always_on - register an always-on regulator with a fixed name
53 data->pdev.name = "reg-fixed-voltage";
/linux-master/scripts/
H A Dcheckpatch.pl1263 my @fixed = ();
1341 @fixed = ();
2703 push(@fixed, $rawline) if ($fix);
3036 $fixed[$fixlinenr] =~ s/$sign_off/$suggested_signature/;
3044 $fixed[$fixlinenr] =
3052 $fixed[$fixlinenr] =
3061 $fixed[$fixlinenr] =
3081 $fixed[$fixlinenr] =~ s/\Q$email\E/$suggested_email/;
3092 $fixed[$fixlinenr] =~ s/\Q$email_address\E/$stripped_address/;
3127 $fixed[
[all...]
/linux-master/kernel/dma/
H A Dcontiguous.c217 bool fixed = false; local
228 fixed = true;
248 fixed);
263 * @fixed: hint about where to place the reserved area
271 * If @fixed is true, reserve contiguous area at exactly @base. If false,
276 bool fixed)
280 ret = cma_declare_contiguous(base, size, limit, 0, 0, fixed,
274 dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, phys_addr_t limit, struct cma **res_cma, bool fixed) argument
/linux-master/arch/powerpc/mm/book3s64/
H A Dslice.c431 int fixed = (flags & MAP_FIXED); local
439 if (addr >= high_limit || (fixed && (addr + len > high_limit)))
446 if (fixed) {
474 if (!fixed && addr) {
514 if (fixed)
527 if (addr != 0 || fixed) {
558 if (addr != 0 || fixed) {
567 if (fixed)
616 if (compat_maskp && !fixed)
756 * be fixed a
[all...]
/linux-master/arch/sh/boards/
H A Dboard-apsh4ad0a.c12 #include <linux/regulator/fixed.h>
H A Dboard-polaris.c13 #include <linux/regulator/fixed.h>
H A Dboard-apsh4a3a.c13 #include <linux/regulator/fixed.h>
H A Dboard-sh2007.c10 #include <linux/regulator/fixed.h>
/linux-master/include/uapi/linux/
H A Dif_hippi.h105 __be32 fixed; member in struct:hippi_fp_hdr
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddbring.h27 struct ath11k_wmi_dma_buf_release_fixed_param fixed; member in struct:ath11k_dbring_buf_release_event
/linux-master/io_uring/
H A Dopenclose.c120 bool fixed = !!open->file_slot; local
134 if (!fixed) {
147 if (!fixed)
161 if (!fixed)
272 /* must be a fixed file */
/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dloopback.sh80 if ethtool -k $h1 | grep loopback | grep -q fixed; then
/linux-master/sound/usb/line6/
H A Dmidibuf.c156 unsigned char fixed = command & 0xf0; local
157 this->buf[this->pos_read] = fixed;
158 command = fixed;
/linux-master/mm/
H A Dcma.c217 * @fixed: hint about where to place the reserved area
227 * If @fixed is true, reserve contiguous area at exactly @base. If false,
233 bool fixed, const char *name, struct cma **res_cma,
266 if (fixed && base & (alignment - 1)) {
277 fixed = false;
284 * If allocating at a fixed base the request region must not cross the
287 if (fixed && base < highmem_start && base + size > highmem_start) {
310 if (fixed) {
230 cma_declare_contiguous_nid(phys_addr_t base, phys_addr_t size, phys_addr_t limit, phys_addr_t alignment, unsigned int order_per_bit, bool fixed, const char *name, struct cma **res_cma, int nid) argument
/linux-master/arch/x86/kvm/
H A Dmtrr.c139 * - segment, it indicates the address segments covered by fixed MTRRs.
154 /* MSR_MTRRfix64K_00000, 1 unit. 64K fixed mtrr. */
164 * 16K fixed mtrr.
175 * 4K fixed mtrr.
329 /* fixed MTRRs. */
454 /* used for fixed MTRRs. */
468 bool fixed; member in struct:mtrr_iter
482 iter->fixed = true;
529 iter->fixed = false;
541 iter->fixed
[all...]
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_plane.c89 * Allocate the correct fixed plane when sourcing frames from VSPD0 or VSPD1,
101 int fixed = -1; local
109 fixed = 0;
112 fixed = plane->group->index == 0 ? 1 : 0;
115 if (fixed >= 0)
116 return free & (1 << fixed) ? fixed : -EBUSY;
/linux-master/drivers/clk/
H A DMakefile7 obj-$(CONFIG_COMMON_CLK) += clk-fixed-factor.o
8 obj-$(CONFIG_COMMON_CLK) += clk-fixed-rate.o
35 obj-$(CONFIG_COMMON_CLK_FIXED_MMIO) += clk-fixed-mmio.o
H A Dclk-loongson1.c26 u32 fixed; member in struct:ls1x_clk_pll_data
68 rate = d->fixed;
158 .fixed = (_fixed), \
/linux-master/drivers/staging/rtl8712/
H A Dwlan_bssdef.h185 int fixed; /* set to fixed when not to be removed asi member in struct:wlan_network
/linux-master/drivers/staging/rtl8723bs/include/
H A Dwlan_bssdef.h72 * Except for ie_length, all other fields are fixed length. Therefore, we can
180 int fixed; /* set to fixed when not to be removed as site-surveying */ member in struct:wlan_network
/linux-master/drivers/iio/cdc/
H A Dad7150.c165 /*check if threshold mode is fixed or adaptive*/
260 u8 thresh_type, cfg, fixed; local
279 fixed = 0;
281 fixed = 1;
288 cfg |= FIELD_PREP(AD7150_CFG_FIX, fixed) |
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_freesync.h103 struct mod_vrr_params_fixed_refresh fixed; member in struct:mod_vrr_params
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dsdio.c53 void *buf, size_t len, bool fixed)
66 if (fixed)
91 void *buf, size_t len, bool fixed)
114 if (fixed)
52 wl12xx_sdio_raw_read(struct device *child, int addr, void *buf, size_t len, bool fixed) argument
90 wl12xx_sdio_raw_write(struct device *child, int addr, void *buf, size_t len, bool fixed) argument
/linux-master/drivers/dma/ptdma/
H A Dptdma.h288 unsigned int fixed:1; member in struct:dword3
295 unsigned int fixed:1; member in struct:dword5
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-pcie-msm8996.c588 * Register a fixed rate pipe clock.
607 struct clk_fixed_rate *fixed; local
617 fixed = devm_kzalloc(qmp->dev, sizeof(*fixed), GFP_KERNEL);
618 if (!fixed)
624 fixed->fixed_rate = 125000000;
625 fixed->hw.init = &init;
627 ret = devm_clk_hw_register(qmp->dev, &fixed->hw);
631 ret = of_clk_add_hw_provider(np, of_clk_hw_simple_get, &fixed->hw);

Completed in 229 milliseconds

123456