Home
last modified time | relevance | path

Searched refs:way (Results 1 – 25 of 59) sorted by relevance

123

/drivers/acpi/apei/
DKconfig27 Generic Hardware Error Source provides a way to report
31 Linux by firmware. This way, some non-standard hardware
67 ERST is a way provided by APEI to save and retrieve hardware
/drivers/staging/gs_fpgaboot/
DREADME23 a dedicated device or CPU assisted way (serial or parallel).
24 This driver provides a way to download FPGA firmware.
53 We download FPGA firmware from user triggered or some other way, and that's it.
/drivers/net/dsa/sja1105/
Dsja1105_main.c1223 static int sja1105et_fdb_index(int bin, int way) in sja1105et_fdb_index() argument
1225 return bin * SJA1105ET_FDB_BIN_SIZE + way; in sja1105et_fdb_index()
1233 int way; in sja1105et_is_fdb_entry_in_bin() local
1235 for (way = 0; way < SJA1105ET_FDB_BIN_SIZE; way++) { in sja1105et_is_fdb_entry_in_bin()
1237 int index = sja1105et_fdb_index(bin, way); in sja1105et_is_fdb_entry_in_bin()
1245 *last_unused = way; in sja1105et_is_fdb_entry_in_bin()
1253 return way; in sja1105et_is_fdb_entry_in_bin()
1268 int bin, way, rc; in sja1105et_fdb_add() local
1272 way = sja1105et_is_fdb_entry_in_bin(priv, bin, addr, vid, in sja1105et_fdb_add()
1274 if (way >= 0) { in sja1105et_fdb_add()
[all …]
/drivers/powercap/
DKconfig10 capping settings to user space in a consistent way. Usually, it consists
44 provides a way to force idle periods on a set of specified
/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_cls.c359 void mvpp2_cls_lookup_read(struct mvpp2 *priv, int lkpid, int way, in mvpp2_cls_lookup_read() argument
364 val = (way << MVPP2_CLS_LKP_INDEX_WAY_OFFS) | lkpid; in mvpp2_cls_lookup_read()
366 le->way = way; in mvpp2_cls_lookup_read()
377 val = (le->way << MVPP2_CLS_LKP_INDEX_WAY_OFFS) | le->lkpid; in mvpp2_cls_lookup_write()
478 le.way = 0; in mvpp2_cls_flow_lkp_init()
923 le.way = 0; in mvpp2_cls_init()
926 le.way = 1; in mvpp2_cls_init()
961 le.way = 0; in mvpp2_cls_port_config()
Dmvpp2_cls.h258 u32 way; member
297 void mvpp2_cls_lookup_read(struct mvpp2 *priv, int lkpid, int way,
/drivers/staging/fieldbus/Documentation/
Dfieldbus_dev.txt60 Note that this simple interface does not provide a way to modify adapter
62 configuration settings some other way, e.g. non-volatile memory on the adapter,
/drivers/edac/
Di5100_edac.c314 unsigned way[2]; member
808 priv->mir[0].way[1] = i5100_mir_way1(w); in i5100_init_interleaving()
809 priv->mir[0].way[0] = i5100_mir_way0(w); in i5100_init_interleaving()
813 priv->mir[1].way[1] = i5100_mir_way1(w); in i5100_init_interleaving()
814 priv->mir[1].way[0] = i5100_mir_way0(w); in i5100_init_interleaving()
/drivers/staging/media/zoran/
DTODO14 The original way of sending video was via mplayer vo_zr/vo_zr2, but it does not compile
/drivers/gpu/drm/omapdrm/
DTODO12 There should be some way to do this with less wheel-reinvention.
/drivers/md/bcache/
DKconfig37 way.
/drivers/net/wan/
DKconfig26 # There is no way to detect a comtrol sv11 - force it modular for now.
88 # There is no way to detect a Sealevel board. Force it modular
299 only way for the driver to know that it shouldn't return a success
309 As a replacement, some vendors provide a way to assert the PCI #RST
330 Frame Relay is a fast low-cost way to connect to a remote Internet
/drivers/isdn/capi/
DKconfig7 access ISDN hardware in a device independent way. (For details see
/drivers/firmware/broadcom/
DKconfig10 This driver provides an easy way to get value of requested parameter.
/drivers/iio/buffer/
DKconfig36 Provides a way to bonding when an IIO device has a direct connection
/drivers/net/ethernet/netronome/
DKconfig40 either directly, with Open vSwitch, or any other way. Note that
/drivers/gnss/
DKconfig63 way to communicate a binding through firmware such as DT or ACPI.
/drivers/input/
DKconfig101 emulated IntelliMouse Explorer PS/2 mouse. That way, all user space
157 under char device 13:64+ - /dev/input/eventX in a generic way.
/drivers/gpu/drm/nouveau/
DKconfig32 ways, so offer a way to disable it now. For uapi compat with
/drivers/video/fbdev/omap2/omapfb/dss/
DKconfig71 SDI is a high speed one-way display serial bus between the host
/drivers/leds/
DTODO39 about LED color. In particular, there's no way to make LED "white".
/drivers/gpio/
DTODO32 The best way to get out of the problem is to make the global GPIO numbers
104 gpio-pch. In similar way gpio-intel-mid into gpio-pxa.
/drivers/gpu/drm/omapdrm/dss/
DKconfig92 SDI is a high speed one-way display serial bus between the host
/drivers/acpi/
DKconfig108 information in a special way.
127 Controller in a way that a normal reboot is not enough. You then
468 This config item changes the way the ACPI code is built. When this
/drivers/gpu/drm/msm/
DNOTES69 have a better way than just stashing the platform device in a global

123