Searched refs:configure (Results 26 - 50 of 95) sorted by relevance

1234

/linux-master/drivers/phy/amlogic/
H A Dphy-meson-g12a-mipi-dphy-analog.c114 .configure = phy_g12a_mipi_dphy_analog_configure,
H A Dphy-meson-axg-mipi-pcie-analog.c190 .configure = phy_axg_mipi_pcie_analog_configure,
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_est.c169 .configure = est_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...]
/linux-master/drivers/char/agp/
H A Dali-agp.c208 .configure = ali_configure,
232 .configure = ali_configure,
H A Dvia-agp.c176 .configure = via_configure_agp3,
203 .configure = via_configure,
H A Damd-k7-agp.c370 .configure = amd_irongate_configure,
493 return amd_irongate_driver.configure();
H A Dbackend.c187 if (bridge->driver->configure()) {
H A Dagp.h106 int (*configure)(void); member in struct:agp_bridge_driver
H A Duninorth-agp.c516 .configure = uninorth_configure,
544 .configure = uninorth_configure,
H A Defficeon-agp.c317 .configure = efficeon_configure,
/linux-master/tools/testing/selftests/wireguard/qemu/
H A DMakefile371 cd $(IPERF_PATH) && CFLAGS="$(CFLAGS) -D_GNU_SOURCE" ./configure --prefix=/ $(CROSS_COMPILE_FLAG) --enable-static --disable-shared --with-openssl=no
405 cd $(BASH_PATH) && ./configure --prefix=/ $(CROSS_COMPILE_FLAG) --without-bash-malloc --disable-debugger --disable-help-builtin --disable-history --disable-progcomp --disable-readline --disable-mem-scramble
427 sed -i -e "/nfnetlink=[01]/s:=[01]:=0:" -e "/nfconntrack=[01]/s:=[01]:=0:" $(IPTABLES_PATH)/configure
431 cd $(IPTABLES_PATH) && ./configure --prefix=/ $(CROSS_COMPILE_FLAG) --enable-static --disable-shared --disable-nftables --disable-bpf-compiler --disable-nfsynproxy --disable-libipq --disable-connlabel --with-kernel=$(BUILD_PATH)/include
441 cd $(NMAP_PATH) && ./configure --prefix=/ $(CROSS_COMPILE_FLAG) --enable-static --disable-shared --without-ndiff --without-zenmap --without-nping --with-libpcap=included --with-libpcre=included --with-libdnet=included --without-liblua --with-liblinear=included --without-nmap-update --without-openssl --with-pcap=linux --without-libssh
/linux-master/drivers/thermal/qcom/
H A Dqcom-spmi-adc-tm5.c170 int (*configure)(struct adc_tm5_channel *channel, int low, int high); member in struct:adc_tm5_data
481 dev_err(chip->dev, "adc-tm channel configure failed with %d\n", ret);
635 dev_err(chip->dev, "adc-tm channel configure failed with %d\n", ret);
658 ret = chip->data->configure(channel, low, high);
907 .configure = adc_tm5_configure,
920 .configure = adc_tm5_configure,
934 .configure = adc_tm5_gen2_configure,
/linux-master/drivers/remoteproc/
H A Domap_remoteproc.c304 * @configure: boolean flag used to acquire and configure the timer handle
307 * a remoteproc. The configure flag is provided to allow the driver
313 static int omap_rproc_enable_timers(struct rproc *rproc, bool configure) argument
329 if (!configure)
426 if (configure)
444 * @configure: boolean flag used to release the timer handle
447 * a remoteproc. The configure flag is provided to allow the driver
453 static int omap_rproc_disable_timers(struct rproc *rproc, bool configure) argument
465 if (configure) {
[all...]
/linux-master/drivers/soc/ti/
H A Dsmartreflex.c162 if (!sr_class || !(sr_class->enable) || !(sr_class->configure)) {
331 * configure the error generator module inside the smartreflex module.
454 * configure the minmaxavg module inside the smartreflex module.
583 ret = sr_class->configure(sr);
697 if (!sr_class || !(sr_class->enable) || !(sr_class->configure)) {
/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/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);
H A Dspectrum_fid.c81 int (*configure)(struct mlxsw_sp_fid *fid); member in struct:mlxsw_sp_fid_ops
1237 .configure = mlxsw_sp_fid_8021d_configure,
1264 .configure = mlxsw_sp_fid_8021d_configure,
1512 .configure = mlxsw_sp_fid_rfid_configure,
1641 .configure = mlxsw_sp_fid_rfid_configure,
1711 .configure = mlxsw_sp_fid_dummy_configure,
1763 * FID was configured, otherwise, configure new mapping.
1805 .configure = mlxsw_sp_fid_8021q_configure,
1825 .configure = mlxsw_sp_fid_8021q_configure,
2042 err = fid->fid_family->ops->configure(fi
[all...]
/linux-master/arch/sh/drivers/dma/
H A Ddma-sh.c379 .configure = sh_dmac_configure_channel,
/linux-master/drivers/phy/cadence/
H A Dcdns-dphy-rx.c233 .configure = cdns_dphy_rx_configure,
/linux-master/drivers/phy/starfive/
H A Dphy-jh7110-dphy-rx.c149 .configure = stf_dphy_configure,
/linux-master/include/net/
H A Dfib_rules.h76 int (*configure)(struct fib_rule *, member in struct:fib_rules_ops
/linux-master/drivers/usb/host/
H A Dxhci-dbgcap.h119 int (*configure)(struct xhci_dbc *dbc); member in struct:dbc_driver
/linux-master/drivers/media/usb/gspca/
H A Dtouptek.c430 static int configure(struct gspca_dev *gspca_dev) function
435 gspca_dbg(gspca_dev, D_STREAM, "configure()\n\n");
542 rc = configure(gspca_dev);
544 gspca_err(gspca_dev, "Failed configure\n");
/linux-master/drivers/gpu/drm/tegra/
H A Ddp.c166 * configure the link based on the link's capabilities.
326 * drm_dp_link_configure() - configure a DisplayPort link
337 if (link->ops && link->ops->configure) {
338 err = link->ops->configure(link);
340 DRM_ERROR("failed to configure DP link: %d\n", err);
743 DRM_ERROR("failed to configure DP link: %d\n", err);
799 DRM_ERROR("failed to configure DP link: %d\n", err);

Completed in 636 milliseconds

1234