Home
last modified time | relevance | path

Searched refs:configure (Results 1 – 25 of 127) sorted by relevance

123456

/drivers/staging/most/Documentation/ABI/
A Dsysfs-class-most.txt88 This is used to check and configure the MAC address.
96 This is used to check and configure the MAC address.
104 This is used to check and configure the MAC address.
112 This is used to check and configure the MEP filter address.
120 This is used to check and configure the MEP hash table.
128 This is used to check and configure the MEP hash table.
136 This is used to check and configure the MEP hash table.
144 This is used to check and configure the MEP hash table.
196 configure it.
272 This is to configure the direction of the current channel.
[all …]
/drivers/soc/renesas/
A Drcar-rst.c58 int (*configure)(void __iomem *base); /* Platform specific config */ member
68 .configure = rcar_rst_enable_wdt_reset,
79 .configure = rcar_rst_v3u_enable_wdt_reset,
148 if (cfg->configure) { in rcar_rst_init()
149 error = cfg->configure(base); in rcar_rst_init()
/drivers/char/agp/
A Dintel-agp.c456 .configure = intel_configure,
483 .configure = intel_815_configure,
510 .configure = intel_820_configure,
537 .configure = intel_830mp_configure,
564 .configure = intel_840_configure,
591 .configure = intel_845_configure,
618 .configure = intel_850_configure,
645 .configure = intel_860_configure,
672 .configure = intel_7505_configure,
825 bridge->driver->configure(); in agp_intel_resume()
A Dsis-agp.c128 .configure = sis_configure,
174 sis_driver.configure = agp3_generic_configure; in sis_get_driver()
222 return sis_driver.configure(); in agp_sis_resume()
A Dalpha-agp.c79 agp->ops->configure(agp); in alpha_core_agp_enable()
131 .configure = alpha_core_agp_configure,
A Dali-agp.c208 .configure = ali_configure,
232 .configure = ali_configure,
/drivers/watchdog/
A Drave-sp-wdt.c41 int (*configure)(struct watchdog_device *, bool); member
114 return to_rave_sp_wdt(wdd)->variant->configure(wdd, on); in rave_sp_wdt_configure()
230 .configure = rave_sp_wdt_legacy_configure,
237 .configure = rave_sp_wdt_rdu_configure,
/drivers/staging/most/Documentation/
A Ddriver_usage.txt122 configure and establish communication pathways (links) to attached devices on
129 configure the buffer size for this channel
131 configure the sub-buffer size for this channel (needed for
134 configure number of buffers used for this channel
136 configure type of data that will travel over this channel
138 configure whether this link will be an input or output
140 configure DBR data buffer size (this is used for MediaLB communication
143 configure the number of packets that will be collected from the
/drivers/infiniband/sw/rxe/
A DKconfig24 To configure and work with soft-RoCE driver please use the
25 following wiki page under "configure Soft-RoCE (RXE)" section:
/drivers/pnp/
A DKconfig17 Say Y here if you would like Linux to configure your Plug and Play
19 Alternatively, you can say N here and configure your PnP devices
/drivers/base/
A Dtransport_class.c209 if (tclass->configure) in transport_configure()
210 tclass->configure(tcont, dev, cdev); in transport_configure()
/drivers/net/slip/
A DKconfig12 other local Unix box or if you want to configure your Linux box as a
27 configure SLIP. Note that you don't need this option if you just
58 <http://www.tldp.org/docs.html#howto>, explains how to configure
/drivers/nvme/host/
A DKconfig62 To configure a NVMe over Fabrics controller use the nvme-cli tool
78 To configure a NVMe over Fabrics controller use the nvme-cli tool
95 To configure a NVMe over Fabrics controller use the nvme-cli tool
/drivers/misc/eeprom/
A DKconfig14 configure the driver to know about each chip on your target
22 you configure as a 24c32 (32 kbit) or larger is NOT really a
44 after you configure the board init code to know about each eeprom
/drivers/net/hamradio/
A DKconfig96 your serial interface chip. To configure the driver, use the sethdlc
113 the full-duplex driver. This driver is deprecated. To configure
128 par96 designs. To configure the driver, use the sethdlc utility
143 designs. To configure the driver, use the sethdlc utility available
/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_span.c163 .configure = mlxsw_sp1_span_entry_cpu_configure,
223 .configure = mlxsw_sp_span_entry_phys_configure,
514 .configure = mlxsw_sp_span_entry_gretap4_configure,
619 .configure = mlxsw_sp_span_entry_gretap6_configure,
678 .configure = mlxsw_sp_span_entry_vlan_configure,
732 .configure = mlxsw_sp2_span_entry_cpu_configure,
771 .configure = mlxsw_sp_span_entry_nop_configure,
792 err = span_entry->ops->configure(span_entry, sparms); in mlxsw_sp_span_entry_configure()
/drivers/fpga/
A DKconfig221 with the embedded Nios processor to configure the retimers on
232 for userspace applications to configure, enumerate, open and access
246 to configure the programmable logic(PL) through PS
255 configure the programmable logic(PL).
/drivers/s390/cio/
A Dchp.c316 static DEVICE_ATTR(configure, 0644, chp_configure_show, chp_configure_write);
816 void chp_cfg_schedule(struct chp_id chpid, int configure) in chp_cfg_schedule() argument
819 configure); in chp_cfg_schedule()
821 cfg_set_task(chpid, configure ? cfg_configure : cfg_deconfigure); in chp_cfg_schedule()
A Dchp.h74 void chp_cfg_schedule(struct chp_id chpid, int configure);
/drivers/thermal/qcom/
A Dqcom-spmi-adc-tm5.c170 int (*configure)(struct adc_tm5_channel *channel, int low, int high); member
658 ret = chip->data->configure(channel, low, high); in adc_tm5_set_trips()
904 .configure = adc_tm5_configure,
917 .configure = adc_tm5_configure,
931 .configure = adc_tm5_gen2_configure,
/drivers/platform/cznic/
A DKconfig46 - configure resets of various peripherals on board revisions 32+,
59 ability to configure wake up from this mode (via rtcwake).
/drivers/platform/x86/intel/telemetry/
A DKconfig12 This driver provides interfaces to configure and use
/drivers/remoteproc/
A Domap_remoteproc.c317 static int omap_rproc_enable_timers(struct rproc *rproc, bool configure) in omap_rproc_enable_timers() argument
333 if (!configure) in omap_rproc_enable_timers()
430 if (configure) in omap_rproc_enable_timers()
457 static int omap_rproc_disable_timers(struct rproc *rproc, bool configure) in omap_rproc_disable_timers() argument
469 if (configure) { in omap_rproc_disable_timers()
/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
A Dsun8i_a83t_dphy.c47 .configure = sun8i_a83t_dphy_configure,
/drivers/gpu/drm/tegra/
A Ddp.h72 int (*configure)(struct drm_dp_link *link); member

Completed in 65 milliseconds

123456