Searched refs:configure (Results 51 - 75 of 95) sorted by relevance

1234

/linux-master/drivers/staging/most/i2c/
H A Di2c.c56 * configure_channel - called from MOST core to configure a channel
317 dev->most_iface.configure = configure_channel;
/linux-master/drivers/phy/amlogic/
H A Dphy-meson-axg-mipi-dphy.c326 .configure = phy_meson_axg_mipi_dphy_configure,
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-dphy-rx0.c302 .configure = rk_dphy_configure,
H A Dphy-rockchip-inno-csidphy.c335 .configure = rockchip_inno_csidphy_configure,
/linux-master/drivers/char/agp/
H A Dparisc-agp.c230 .configure = parisc_agp_configure,
H A Dnvidia-agp.c316 .configure = nvidia_configure,
H A Dsworks-agp.c425 .configure = serverworks_configure,
H A Damd64-agp.c222 .configure = amd_8151_configure,
H A Dati-agp.c418 .configure = ati_configure,
/linux-master/drivers/phy/cadence/
H A Dcdns-dphy.c404 .configure = cdns_dphy_configure,
/linux-master/net/ipv4/
H A Dfib_rules.c384 .configure = fib4_rule_configure,
/linux-master/drivers/phy/freescale/
H A Dphy-fsl-imx8qm-lvds-phy.c271 .configure = mixel_lvds_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/net/wireless/intel/iwlwifi/
H A Diwl-trans.h406 * @scd_set_active: should the transport configure the SCD for HCMD queue
525 * this one. The op_mode must not configure the HCMD queue. The scheduler
530 * @txq_disable: de-configure a Tx queue to send AMPDUs
549 * @configure: configure parameters required by the transport layer from
628 void (*configure)(struct iwl_trans *trans, member in struct:iwl_trans_ops
1193 trans->ops->configure(trans, trans_cfg);
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c126 int (*configure)(struct dw_hdmi *hdmi, member in struct:dw_hdmi_phy_data
628 * configure the channel status information of all the channel status
1651 ret = phy->configure(hdmi, pdata, mpixelclock);
3162 .configure = hdmi_phy_configure_dwc_hdmi_3d_tx,
3168 .configure = hdmi_phy_configure_dwc_hdmi_3d_tx,
3173 .configure = hdmi_phy_configure_dwc_hdmi_3d_tx,
3178 .configure = hdmi_phy_configure_dwc_hdmi_3d_tx,
3184 .configure = hdmi_phy_configure_dwc_hdmi_3d_tx,
3221 if (!dw_hdmi_phys[i].configure &&
3400 dev_err(dev, "Failed to configure regma
[all...]
/linux-master/drivers/phy/
H A Dphy-core.c557 if (!phy->ops->configure)
561 ret = phy->ops->configure(phy, opts);
/linux-master/arch/alpha/kernel/
H A Dcore_titan.c729 .configure = titan_agp_configure,
/linux-master/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c533 .configure = sun6i_dphy_configure,
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c488 .configure = xhci_dbc_tty_register_device,
H A Dxhci-dbgcap.c914 if (dbc->driver->configure)
915 dbc->driver->configure(dbc);
/linux-master/net/ipv6/
H A Dfib6_rules.c468 .configure = fib6_rule_configure,
/linux-master/drivers/atm/
H A Dfore200e.h808 int (*configure)(struct fore200e*); member in struct:fore200e_bus
/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/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/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)

Completed in 322 milliseconds

1234