/Linux-v4.19/drivers/net/ethernet/freescale/fman/ |
D | fman_keygen.c | 489 struct keygen_scheme *scheme; in keygen_bind_port_to_schemes() local 494 scheme = get_scheme(keygen, scheme_id); in keygen_bind_port_to_schemes() 495 if (!scheme) { in keygen_bind_port_to_schemes() 499 if (!scheme->used) { in keygen_bind_port_to_schemes() 506 ar_reg = build_ar_bind_scheme(scheme->hw_port_id, false); in keygen_bind_port_to_schemes() 515 ar_reg = build_ar_bind_scheme(scheme->hw_port_id, true); in keygen_bind_port_to_schemes() 540 struct keygen_scheme *scheme; in keygen_scheme_setup() local 544 scheme = get_scheme(keygen, scheme_id); in keygen_scheme_setup() 545 if (!scheme) { in keygen_scheme_setup() 549 if (enable && scheme->used) { in keygen_scheme_setup() [all …]
|
/Linux-v4.19/drivers/atm/ |
D | fore200e.c | 273 int scheme, magn, nbr; in fore200e_free_rx_buf() local 276 for (scheme = 0; scheme < BUFFER_SCHEME_NBR; scheme++) { in fore200e_free_rx_buf() 279 if ((buffer = fore200e->host_bsq[ scheme ][ magn ].buffer) != NULL) { in fore200e_free_rx_buf() 281 for (nbr = 0; nbr < fore200e_rx_buf_nbr[ scheme ][ magn ]; nbr++) { in fore200e_free_rx_buf() 297 int scheme, magn; in fore200e_uninit_bs_queue() local 299 for (scheme = 0; scheme < BUFFER_SCHEME_NBR; scheme++) { in fore200e_uninit_bs_queue() 302 struct chunk* status = &fore200e->host_bsq[ scheme ][ magn ].status; in fore200e_uninit_bs_queue() 303 struct chunk* rbd_block = &fore200e->host_bsq[ scheme ][ magn ].rbd_block; in fore200e_uninit_bs_queue() 954 int bsq_audit(int where, struct host_bsq* bsq, int scheme, int magn) in bsq_audit() argument 964 where, scheme, magn, buffer->index); in bsq_audit() [all …]
|
D | fore200e.h | 284 enum buffer_scheme scheme : 8, /* buffer scheme */ 580 enum buffer_scheme scheme; /* buffer scheme */ member 884 enum buffer_scheme scheme; /* rx buffer scheme */ member
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nand.txt | 35 Refer below "How to select correct ECC scheme for your device ?" 105 How to select correct ECC scheme for your device ? 107 Higher ECC scheme usually means better protection against bit-flips and 108 increased system lifetime. However, selection of ECC scheme is dependent 120 Other factor which governs the selection of ecc-scheme is oob-size. 137 trying to use BCH16 (ECC_BYTES=26) ecc-scheme. 144 trying to use BCH16 (ECC_BYTES=26) ecc-scheme. 147 (OOBSIZE=128). So this device can use BCH16 ecc-scheme.
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | btcoex.c | 120 if (btcoex_hw->scheme != ATH_BTCOEX_CFG_2WIRE && in ath9k_hw_btcoex_pin_init() 121 btcoex_hw->scheme != ATH_BTCOEX_CFG_3WIRE) in ath9k_hw_btcoex_pin_init() 146 btcoex_hw->scheme = ATH_BTCOEX_CFG_NONE; in ath9k_hw_btcoex_init_scheme() 151 btcoex_hw->scheme = ATH_BTCOEX_CFG_MCI; in ath9k_hw_btcoex_init_scheme() 153 btcoex_hw->scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_hw_btcoex_init_scheme() 160 btcoex_hw->scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_hw_btcoex_init_scheme() 162 btcoex_hw->scheme = ATH_BTCOEX_CFG_2WIRE; in ath9k_hw_btcoex_init_scheme() 434 if (btcoex_hw->scheme == ATH_BTCOEX_CFG_3WIRE) { in ath9k_hw_btcoex_disable()
|
D | htc_drv_gpio.c | 176 if (ah->btcoex_hw.scheme == ATH_BTCOEX_CFG_3WIRE) in ath9k_htc_stop_btcoex() 192 ah->btcoex_hw.scheme = ATH_BTCOEX_CFG_NONE; in ath9k_htc_init_btcoex() 197 ah->btcoex_hw.scheme = ATH_BTCOEX_CFG_3WIRE; in ath9k_htc_init_btcoex()
|
D | btcoex.h | 108 enum ath_btcoex_scheme scheme; member
|
D | gpio.c | 404 enum ath_btcoex_scheme scheme = ath9k_hw_get_btcoex_scheme(ah); in ath9k_deinit_btcoex() local 406 if (scheme == ATH_BTCOEX_CFG_2WIRE || in ath9k_deinit_btcoex() 407 scheme == ATH_BTCOEX_CFG_3WIRE) in ath9k_deinit_btcoex()
|
/Linux-v4.19/net/decnet/ |
D | TODO | 30 we have a half-way house scheme which seems to work reasonably well, but 31 the full scheme is still worth implementing, its not not top of my list
|
/Linux-v4.19/Documentation/filesystems/ |
D | mandatory-locking.txt | 42 "advisory" locking scheme. However, the world isn't perfect, and there's 46 with a "mandatory" locking scheme, whereby the operating system kernel would 51 The System V mandatory locking scheme was intended to have as little impact as 52 possible on existing user code. The scheme is based on marking individual files 62 Note 2: POSIX.1 does not specify any scheme for mandatory locking, despite 63 borrowing the fcntl() locking scheme from System V. The mandatory locking 64 scheme is defined by the System V Interface Definition (SVID) Version 3.
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | qcom,spmi-pmic.txt | 4 PMICs. These PMICs use a QPNP scheme through SPMI interface. 5 QPNP is effectively a partitioning scheme for dividing the SPMI extended
|
/Linux-v4.19/Documentation/scsi/ |
D | aha152x.txt | 107 The BIOS uses a cylinder/head/sector addressing scheme (C/H/S) 108 scheme instead. DOS expects a BIOS or driver that understands this 116 geometry just to be able to support that addressing scheme. The geometry 126 Moreover there are certain limitations to the C/H/S addressing scheme,
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | ifork.rst | 36 Note that with this block mapping scheme, it is necessary to fill out a 38 led to the creation of the extent mapping scheme, discussed below. 40 Notice also that a file using this mapping scheme cannot be placed 47 tree. Under the old scheme, allocating a contiguous run of 1,000 blocks
|
D | allocators.rst | 25 Under this scheme, when a file needs more blocks to absorb file writes, 51 this scheme evens out the loading on the block groups, though the author
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ti/ |
D | k3.txt | 5 shall follow the following scheme:
|
/Linux-v4.19/Documentation/devicetree/bindings/power/reset/ |
D | qnap-poweroff.txt | 8 Synology NAS devices use a similar scheme, but a different baud rate,
|
/Linux-v4.19/Documentation/iio/ |
D | ep93xx_adc.txt | 11 Numbering scheme for channels 0..4 is defined in EP9301 and EP9302 datasheets.
|
/Linux-v4.19/fs/ceph/ |
D | Kconfig | 35 groups beyond the owner/group/world scheme.
|
/Linux-v4.19/Documentation/devicetree/bindings/firmware/ |
D | nvidia,tegra186-bpmp.txt | 54 services. Put another way, the numbering scheme for I2C buses is distinct from 55 the numbering scheme for any other service the BPMP may provide (e.g. a future
|
/Linux-v4.19/fs/9p/ |
D | Kconfig | 26 groups beyond the owner/group/world scheme.
|
/Linux-v4.19/fs/ext2/ |
D | Kconfig | 26 groups beyond the owner/group/world scheme.
|
/Linux-v4.19/Documentation/mtd/nand/ |
D | pxa3xx-nand.txt | 55 So, repeating the above scheme, a 2048B data chunk will be followed by 32B 73 Because of the above scheme, and because the "spare" OOB is really located in
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | qcom.txt | 6 To support this scheme, we encode this information into the board compatible
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | ti,tas5086.txt | 25 sequence, otherwise the default Low-Z scheme is used.
|
/Linux-v4.19/Documentation/devicetree/bindings/pinctrl/ |
D | ingenic,pinctrl.txt | 10 naming scheme "PxN" where x is a character identifying the GPIO port with
|