Searched refs:bypass (Results 51 - 75 of 105) sorted by relevance

12345

/linux-master/drivers/misc/
H A Dxilinx_sdfec.c273 &xsdfec->config.bypass);
759 bool bypass; local
762 err = get_user(bypass, arg);
770 if (bypass)
775 xsdfec->config.bypass = bypass;
/linux-master/drivers/media/usb/dvb-usb/
H A Dvp702x.c152 static int vp702x_set_pld_mode(struct dvb_usb_adapter *adap, u8 bypass) argument
163 ret = vp702x_usb_in_op(adap->dev, 0xe0, (bypass << 8) | 0x0e,
228 vp702x_set_pld_mode(adap, 1); /* bypass */
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-ciu-defs.h121 __BITFIELD_FIELD(uint64_t bypass:4,
/linux-master/arch/powerpc/boot/
H A D4xx.c443 goto bypass;
450 bypass:
771 goto bypass;
776 bypass:
/linux-master/drivers/crypto/amcc/
H A Dcrypto4xx_reg_def.h264 u32 bypass:8; member in struct:ce_pd_ctl_len::__anon172
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c494 bool bypass; local
505 bypass = cap_pix->width == out_pix->width &&
516 bypass);
530 ret = mxc_isi_channel_chain(m2m->pipe, bypass);
H A Dimx8-isi-pipe.c835 bool bypass; local
848 bypass = sink_fmt->width == src_fmt->width &&
852 ret = mxc_isi_channel_acquire(pipe, irq_handler, bypass);
858 ret = mxc_isi_channel_chain(pipe, bypass);
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmdp_sm_mt8195.h22 u32 bypass; member in struct:img_comp_frame_8195
/linux-master/kernel/rcu/
H A Dtree_nocb.h350 * happen regardless. But queue it onto the bypass list first so that
351 * the lazy CB is ordered with the existing CBs in the bypass list.
410 * Finally, it is not permitted to use the bypass during early boot,
468 // Lazy CBs throttle this back and do immediate bypass queuing.
512 // We need to use the bypass.
531 // bypass list entry), or:
533 // a. The bypass list previously had only lazy CBs, and:
583 // Only lazy CBs in bypass list
632 /* Not enqueued on bypass but locked, do regular enqueue */
690 bool bypass local
[all...]
/linux-master/drivers/base/regmap/
H A Dregmap.c2651 bool bypass; local
2655 bypass = map->cache_bypass;
2660 map->cache_bypass = bypass;
2855 bool bypass, cache_only; local
2862 bypass = map->cache_bypass;
2869 map->cache_bypass = bypass;
3361 bool bypass; local
3380 bypass = map->cache_bypass;
3388 map->cache_bypass = bypass;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c936 cdclk_config->cdclk = cdclk_config->bypass = cdclk_config->ref;
1065 cdclk != dev_priv->display.cdclk.hw.bypass);
1171 dev_priv->display.cdclk.hw.cdclk == dev_priv->display.cdclk.hw.bypass)
1229 cdclk_config.cdclk = cdclk_config.bypass;
1454 if (cdclk == dev_priv->display.cdclk.hw.bypass)
1611 cdclk_config->bypass = cdclk_config->ref / 2;
1613 cdclk_config->bypass = 50000;
1615 cdclk_config->bypass = cdclk_config->ref;
1618 cdclk_config->cdclk = cdclk_config->bypass;
1777 cdclk != dev_priv->display.cdclk.hw.bypass);
[all...]
/linux-master/drivers/clk/at91/
H A Dclk-main.c156 bool bypass)
182 if (bypass)
152 at91_clk_register_main_osc(struct regmap *regmap, const char *name, const char *parent_name, struct clk_parent_data *parent_data, bool bypass) argument
H A Dpmc.h166 struct clk_parent_data *parent_data, bool bypass);
H A Ddt-compat.c259 bool bypass; local
263 bypass = of_property_read_bool(np, "atmel,osc-bypass");
272 hw = at91_clk_register_main_osc(regmap, name, parent_name, NULL, bypass);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace_ibhdrs.h91 const char *hfi1_trace_fmt_lrh(struct trace_seq *p, bool bypass,
97 const char *hfi1_trace_fmt_rest(struct trace_seq *p, bool bypass, u8 l4,
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h489 void lan966x_ifh_set_bypass(void *ifh, u64 bypass);
490 void lan966x_ifh_set_port(void *ifh, u64 bypass);
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_queue.sh75 ip protocol icmp queue bypass
76 icmpv6 type { "echo-request", "echo-reply" } queue num 1 bypass
179 # queue without bypass keyword should drop traffic if no listener exists.
385 # queue bypass works (rules were skipped, no listener)
/linux-master/drivers/net/phy/mscc/
H A Dmscc_macsec.h101 u8 bypass:1; member in struct:macsec_flow::__anon1928
H A Dmscc_macsec.c415 else if (flow->action.bypass || flow->port == MSCC_MS_PORT_UNCONTROLLED)
660 flow->action.bypass = 1;
675 flow->action.bypass = 1;
/linux-master/drivers/gpu/drm/tegra/
H A Dhub.c544 u32 value, min_width, bypass = 0; local
612 bypass |= INPUT_SCALER_HBYPASS;
623 bypass |= INPUT_SCALER_VBYPASS;
626 tegra_plane_writel(p, bypass, DC_WIN_WINDOWGROUP_SET_INPUT_SCALER_USAGE);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Dmcs.h43 /* Reserved resources for default bypass entry */
152 bool bypass; member in struct:mcs
/linux-master/drivers/irqchip/
H A Dirq-gic.c443 u32 bypass = 0; local
455 * Preserve bypass disable bits to be written back later
457 bypass = readl(cpu_base + GIC_CPU_CTRL);
458 bypass &= GICC_DIS_BYPASS_MASK;
460 writel_relaxed(bypass | mode | GICC_ENABLE, cpu_base + GIC_CPU_CTRL);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.c464 drc->control.bypass = val;
686 isp->control.bypass = CONTROL_BYPASS_DISABLE;
858 fd->control.bypass = CONTROL_BYPASS_DISABLE;
/linux-master/drivers/clk/ingenic/
H A Dcgu.c87 bool bypass; local
108 bypass = !!(ctl & BIT(pll_info->bypass_bit));
110 if (bypass)
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_clocking.c62 u64 bypass; member in struct:sja1105_cgu_pll_ctrl
334 sja1105_packing(buf, &cmd->bypass, 1, 1, size, op);
569 /* The "BYPASS" bit in SJA1110 is actually a "don't bypass" */
711 pll.bypass = 0x0;

Completed in 688 milliseconds

12345