Home
last modified time | relevance | path

Searched refs:wire (Results 1 – 25 of 26) sorted by relevance

12

/drivers/w1/masters/
A DKconfig3 # 1-wire bus master configuration
6 menu "1-wire Bus Masters"
9 tristate "AMD AXI 1-wire bus host"
11 Say Y here is you want to support the AMD AXI 1-wire IP core.
20 tristate "Matrox G400 transport layer for 1-wire"
23 Say Y here if you want to communicate with your 1-wire devices
30 tristate "DS2490 USB <-> W1 transport layer for 1-wire"
50 tristate "Freescale MXC 1-wire busmaster"
53 Say Y here to enable MXC 1-wire host
56 tristate "GPIO 1-wire busmaster"
[all …]
/drivers/w1/slaves/
A DKconfig3 # 1-wire slaves configuration
6 menu "1-wire Slaves"
12 wire.
17 Say Y here if you want to connect 1-wire
31 Say Y here if you want to use a 1-wire
47 Say Y here if you want to use a 1-wire
59 tristate "Counter 1-wire device (DS2423)"
66 Say Y here if you want to use a 1-wire
72 Say Y here if you want to use a 1-wire
88 Say Y here if you want to use a 1-wire
[all …]
/drivers/i2c/busses/
A Di2c-gpio.c80 #define WIRE_ATTRIBUTE(wire) \ argument
81 static int fops_##wire##_get(void *data, u64 *val) \
86 *val = get##wire(&priv->bit_data); \
90 static int fops_##wire##_set(void *data, u64 val) \
95 set##wire(&priv->bit_data, val); \
99 DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
/drivers/w1/
A DKconfig3 tristate "Dallas's 1-wire support"
6 Dallas' 1-wire bus is useful to connect slow 1-pin devices
12 will be called wire.
A DMakefile6 obj-$(CONFIG_W1) += wire.o
7 wire-objs := w1.o w1_int.o w1_family.o w1_netlink.o w1_io.o
/drivers/infiniband/hw/mlx5/
A Dwr.c363 struct ib_sig_domain *wire = &sig_attrs->wire; in mlx5_set_bsf() local
387 switch (sig_attrs->wire.sig_type) { in mlx5_set_bsf()
392 mem->sig_type == wire->sig_type) { in mlx5_set_bsf()
395 if (mem->sig.dif.bg_type == wire->sig.dif.bg_type) in mlx5_set_bsf()
396 basic->wire.copy_byte_mask |= MLX5_CPY_GRD_MASK; in mlx5_set_bsf()
398 basic->wire.copy_byte_mask |= MLX5_CPY_APP_MASK; in mlx5_set_bsf()
400 basic->wire.copy_byte_mask |= MLX5_CPY_REF_MASK; in mlx5_set_bsf()
402 basic->wire.bs_selector = in mlx5_set_bsf()
403 bs_selector(wire->sig.dif.pi_interval); in mlx5_set_bsf()
406 mlx5_fill_inl_bsf(wire, &bsf->w_inl); in mlx5_set_bsf()
[all …]
/drivers/infiniband/ulp/iser/
A Diser_memory.c200 iser_set_dif_domain(sc, &sig_attrs->wire); in iser_set_sig_attrs()
201 sig_attrs->wire.sig.dif.bg_type = IB_T10DIF_CRC; in iser_set_sig_attrs()
205 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in iser_set_sig_attrs()
212 iser_set_dif_domain(sc, &sig_attrs->wire); in iser_set_sig_attrs()
213 sig_attrs->wire.sig.dif.bg_type = IB_T10DIF_CRC; in iser_set_sig_attrs()
/drivers/video/fbdev/
A Dpxa168fb.h193 #define CFG_SPI_3W4WB(wire) ((wire) << 1) argument
/drivers/spmi/
A DKconfig8 SPMI (System Power Management Interface) is a two-wire
/drivers/bluetooth/
A DKconfig188 bool "Three-wire UART (H5) protocol support"
192 The HCI Three-wire UART Transport Layer makes it possible to
194 Three-wire UART Transport Layer assumes that the UART
198 Say Y here to compile support for Three-wire UART protocol.
/drivers/net/ppp/
A DKconfig44 sent over the wire. The machine at the other end of the PPP link
65 each PPP packet before it is sent over the wire. The machine at the
/drivers/net/ethernet/sfc/
A Dtc.h329 struct efx_tc_flow_rule wire; member
A Dtc.c2715 struct efx_tc_flow_rule *rule = &efx->tc->dflt.wire; in efx_tc_configure_default_rule_wire()
2914 efx_tc_deconfigure_default_rule(efx, &efx->tc->dflt.wire); in efx_fini_tc()
3032 INIT_LIST_HEAD(&efx->tc->dflt.wire.acts.list); in efx_init_struct_tc()
3033 efx->tc->dflt.wire.fw_id = MC_CMD_MAE_ACTION_RULE_INSERT_OUT_ACTION_RULE_ID_NULL; in efx_init_struct_tc()
3071 EFX_WARN_ON_PARANOID(efx->tc->dflt.wire.fw_id != in efx_fini_struct_tc()
/drivers/net/ethernet/freescale/
A DKconfig55 an external MII PHY chip or 10 Mbps 7-wire interface
/drivers/video/backlight/
A DKconfig183 which is a 1-wire GPIO-controlled backlight found in some mobile
190 Say Y to enable the backlight driver for the Kinetic KTD2801 1-wire
298 attached via the Apple DWI 2-wire interface which is found in some
/drivers/video/fbdev/mmp/hw/
A Dmmp_ctrl.h402 #define CFG_SPI_3W4WB(wire) ((wire)<<1) argument
/drivers/net/ethernet/mellanox/mlx5/core/
A DKconfig98 reformat packets in wire speeds without involving the host cpu.
/drivers/infiniband/core/
A Drw.c439 if (sig_attrs->wire.sig_type == IB_SIG_TYPE_NONE) in rdma_rw_ctx_signature_init()
/drivers/infiniband/ulp/isert/
A Dib_isert.c2008 isert_set_dif_domain(se_cmd, &sig_attrs->wire); in isert_set_sig_attrs()
2012 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in isert_set_sig_attrs()
2017 isert_set_dif_domain(se_cmd, &sig_attrs->wire); in isert_set_sig_attrs()
/drivers/nvme/target/
A Drdma.c602 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in nvmet_rdma_set_sig_attrs()
612 nvmet_rdma_set_sig_domain(bi, cmd, &sig_attrs->wire, control, in nvmet_rdma_set_sig_attrs()
/drivers/nvme/host/
A Drdma.c1377 nvme_rdma_set_sig_domain(bi, cmd, &sig_attrs->wire, control, in nvme_rdma_set_sig_attrs()
1384 nvme_rdma_set_sig_domain(bi, cmd, &sig_attrs->wire, control, in nvme_rdma_set_sig_attrs()
/drivers/leds/
A DKconfig347 It uses a one-wire interface to control up to 1024 LEDs.
708 LT3593 controller. This controller uses a special one-wire pulse
/drivers/input/touchscreen/
A DKconfig837 Say Y here if you have 4/5/8 wire touchscreen controller
1343 the on-board provided 4-wire touchscreen driver.
/drivers/auxdisplay/
A DKconfig435 For help about how to wire your LCD to the parallel port,
/drivers/spi/
A DKconfig21 SPI is one of a family of similar protocols using a four wire

Completed in 72 milliseconds

12