Home
last modified time | relevance | path

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

12

/drivers/w1/masters/
DKconfig3 # 1-wire bus master configuration
6 menu "1-wire Bus Masters"
9 tristate "Matrox G400 transport layer for 1-wire"
12 Say Y here if you want to communicate with your 1-wire devices
19 tristate "DS2490 USB <-> W1 transport layer for 1-wire"
39 tristate "Freescale MXC 1-wire busmaster"
42 Say Y here to enable MXC 1-wire host
45 tristate "Maxim DS1WM 1-wire busmaster"
47 Say Y here to enable the DS1WM 1-wire driver, such as that
52 tristate "GPIO 1-wire busmaster"
[all …]
/drivers/w1/slaves/
DKconfig3 # 1-wire slaves configuration
6 menu "1-wire Slaves"
11 Say Y here if you want to connect 1-wire thermal sensors to your
12 wire.
17 Say Y here if you want to connect 1-wire
18 simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire.
23 Say Y or M here if you want to use a DS2405 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
54 Say Y or M here if you want to use a 1-wire
[all …]
/drivers/i2c/busses/
Di2c-gpio.c82 #define WIRE_ATTRIBUTE(wire) \ argument
83 static int fops_##wire##_get(void *data, u64 *val) \
88 *val = get##wire(&priv->bit_data); \
92 static int fops_##wire##_set(void *data, u64 val) \
97 set##wire(&priv->bit_data, val); \
101 DEFINE_DEBUGFS_ATTRIBUTE(fops_##wire, fops_##wire##_get, fops_##wire##_set, "%llu\n")
/drivers/w1/
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.
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/
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()
391 if (mem->sig.dif.pi_interval == wire->sig.dif.pi_interval && 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()
397 if (mem->sig.dif.app_tag == wire->sig.dif.app_tag) in mlx5_set_bsf()
398 basic->wire.copy_byte_mask |= MLX5_CPY_APP_MASK; in mlx5_set_bsf()
399 if (mem->sig.dif.ref_tag == wire->sig.dif.ref_tag) in mlx5_set_bsf()
400 basic->wire.copy_byte_mask |= MLX5_CPY_REF_MASK; in mlx5_set_bsf()
[all …]
/drivers/infiniband/ulp/iser/
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/net/ethernet/sfc/
Dtc.c487 struct efx_tc_flow_rule *rule = &efx->tc->dflt.wire; in efx_tc_configure_default_rule_wire()
622 efx_tc_deconfigure_default_rule(efx, &efx->tc->dflt.wire); in efx_fini_tc()
651 INIT_LIST_HEAD(&efx->tc->dflt.wire.acts.list); in efx_init_struct_tc()
652 efx->tc->dflt.wire.fw_id = MC_CMD_MAE_ACTION_RULE_INSERT_OUT_ACTION_RULE_ID_NULL; in efx_init_struct_tc()
671 EFX_WARN_ON_PARANOID(efx->tc->dflt.wire.fw_id != in efx_fini_struct_tc()
Dtc.h99 struct efx_tc_flow_rule wire; member
/drivers/spmi/
DKconfig8 SPMI (System Power Management Interface) is a two-wire
/drivers/video/fbdev/
Dpxa168fb.h193 #define CFG_SPI_3W4WB(wire) ((wire) << 1) argument
/drivers/bluetooth/
DKconfig176 bool "Three-wire UART (H5) protocol support"
180 The HCI Three-wire UART Transport Layer makes it possible to
182 Three-wire UART Transport Layer assumes that the UART
186 Say Y here to compile support for Three-wire UART protocol.
/drivers/net/ppp/
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/freescale/
DKconfig54 an external MII PHY chip or 10 Mbps 7-wire interface
/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.h402 #define CFG_SPI_3W4WB(wire) ((wire)<<1) argument
/drivers/net/ethernet/mellanox/mlx5/core/
DKconfig96 reformat packets in wire speeds without involving the host cpu.
/drivers/infiniband/core/
Drw.c439 if (sig_attrs->wire.sig_type == IB_SIG_TYPE_NONE) in rdma_rw_ctx_signature_init()
/drivers/infiniband/ulp/isert/
Dib_isert.c2012 isert_set_dif_domain(se_cmd, &sig_attrs->wire); in isert_set_sig_attrs()
2016 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in isert_set_sig_attrs()
2021 isert_set_dif_domain(se_cmd, &sig_attrs->wire); in isert_set_sig_attrs()
/drivers/nvme/target/
Drdma.c609 sig_attrs->wire.sig_type = IB_SIG_TYPE_NONE; in nvmet_rdma_set_sig_attrs()
619 nvmet_rdma_set_sig_domain(bi, cmd, &sig_attrs->wire, control, in nvmet_rdma_set_sig_attrs()
/drivers/nvme/host/
Drdma.c1408 nvme_rdma_set_sig_domain(bi, cmd, &sig_attrs->wire, control, in nvme_rdma_set_sig_attrs()
1415 nvme_rdma_set_sig_domain(bi, cmd, &sig_attrs->wire, control, in nvme_rdma_set_sig_attrs()
/drivers/video/backlight/
DKconfig190 which is a 1-wire GPIO-controlled backlight found in some mobile
/drivers/input/touchscreen/
DKconfig806 Say Y here if you have 4/5/8 wire touchscreen controller
1342 the on-board provided 4-wire touchscreen driver.
/drivers/auxdisplay/
DKconfig124 For help about how to wire your LCD to the parallel port,
/drivers/leds/
DKconfig588 LT3593 controller. This controller uses a special one-wire pulse
/drivers/spi/
DKconfig21 SPI is one of a family of similar protocols using a four wire

12