Searched refs:configure (Results 1 - 25 of 95) sorted by last modified time

1234

/linux-master/net/ipv6/
H A Dip6mr.c220 .configure = ip6mr_rule_configure,
H A Dfib6_rules.c468 .configure = fib6_rule_configure,
/linux-master/net/ipv4/
H A Dipmr.c231 .configure = ipmr_rule_configure,
/linux-master/net/core/
H A Dfib_rules.c144 if (ops->match == NULL || ops->configure == NULL ||
812 err = ops->configure(rule, skb, frh, tb, extack);
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c1051 /* configure the ucode to be ready to get the secured image */
3523 .configure = iwl_trans_pcie_configure, \
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dhwif.h655 int (*configure)(struct stmmac_priv *priv, struct stmmac_est *cfg, member in struct:stmmac_est_ops
662 stmmac_do_callback(__priv, est, configure, __args)
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_span.c163 .configure = mlxsw_sp1_span_entry_cpu_configure,
223 .configure = mlxsw_sp_span_entry_phys_configure,
515 .configure = mlxsw_sp_span_entry_gretap4_configure,
620 .configure = mlxsw_sp_span_entry_gretap6_configure,
679 .configure = mlxsw_sp_span_entry_vlan_configure,
733 .configure = mlxsw_sp2_span_entry_cpu_configure,
772 .configure = mlxsw_sp_span_entry_nop_configure,
793 err = span_entry->ops->configure(span_entry, sparms);
/linux-master/drivers/char/agp/
H A Dalpha-agp.c79 agp->ops->configure(agp);
131 .configure = alpha_core_agp_configure,
/linux-master/drivers/atm/
H A Dfore200e.h808 int (*configure)(struct fore200e*); member in struct:fore200e_bus
H A Dfore200e.c616 .configure = fore200e_pca_configure,
752 .configure = fore200e_sba_configure,
2476 if (fore200e->bus->configure(fore200e) < 0)
/linux-master/arch/sh/include/asm/
H A Ddma.h58 int (*configure)(struct dma_channel *chan, unsigned long flags); member in struct:dma_ops
/linux-master/arch/sh/drivers/dma/
H A Ddma-api.c146 if (info->ops->configure)
147 info->ops->configure(channel, flags);
/linux-master/arch/alpha/kernel/
H A Dcore_marvel.c1024 .configure = marvel_agp_configure,
/linux-master/drivers/s390/cio/
H A Dchp.c39 /* Map for pending configure tasks. */
52 /* Wait queue for configure completion events. */
303 static DEVICE_ATTR(configure, 0644, chp_configure_show, chp_configure_write);
693 * chp_info_get_status - retrieve configure status of a channel-path
723 /* Return configure task for chpid. */
729 /* Set configure task for chpid. */
735 /* Fetch the first configure task. Set chpid accordingly. */
749 /* Perform one configure/deconfigure request. Reschedule work function until
798 * @configure: Non-zero for configure, zer
802 chp_cfg_schedule(struct chp_id chpid, int configure) argument
[all...]
H A Dchp.h73 void chp_cfg_schedule(struct chp_id chpid, int configure);
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-combo.c2800 .configure = qmp_combo_dp_configure,
H A Dphy-qcom-edp.c639 .configure = qcom_edp_phy_configure,
/linux-master/include/linux/phy/
H A Dphy.h94 * @configure:
103 int (*configure)(struct phy *phy, union phy_configure_opts *opts); member in struct:phy_ops
/linux-master/drivers/usb/host/
H A Dxhci-dbgcap.c914 if (dbc->driver->configure)
915 dbc->driver->configure(dbc);
H A Dxhci-dbgcap.h119 int (*configure)(struct xhci_dbc *dbc); member in struct:dbc_driver
/linux-master/drivers/thunderbolt/
H A Dlc.c152 static int tb_lc_set_xdomain_configured(struct tb_port *port, bool configure) argument
175 if (configure)
407 * @sw: Switch whose wakes to configure
/linux-master/drivers/phy/
H A Dphy-core.c557 if (!phy->ops->configure)
561 ret = phy->ops->configure(phy, opts);
/linux-master/drivers/most/
H A Dcore.c1111 if (c->iface->configure(c->iface, c->channel_id, &c->cfg)) {
1285 if (!iface || !iface->enqueue || !iface->configure ||
/linux-master/drivers/phy/xilinx/
H A Dphy-zynqmp.c521 * we need to configure any lane ICM_CFG to valid protocol. This
627 /* Ensure that disable clock only, which configure for lane */
669 .configure = xpsgtr_phy_configure,
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8qm-lvds-phy.c271 .configure = mixel_lvds_phy_configure,

Completed in 378 milliseconds

1234