Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 38) sorted by relevance

12

/drivers/crypto/
Dpadlock-aes.c266 u32 initial = count & (ecb_fetch_blocks - 1); in padlock_xcrypt_ecb() local
273 count -= initial; in padlock_xcrypt_ecb()
275 if (initial) in padlock_xcrypt_ecb()
278 : "d"(control_word), "b"(key), "c"(initial)); in padlock_xcrypt_ecb()
288 u32 initial = count & (cbc_fetch_blocks - 1); in padlock_xcrypt_cbc() local
293 count -= initial; in padlock_xcrypt_cbc()
295 if (initial) in padlock_xcrypt_cbc()
298 : "d" (control_word), "b" (key), "c" (initial)); in padlock_xcrypt_cbc()
/drivers/input/joystick/
Danalog.c118 int initial[4]; member
186 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument
193 if (axes[3] < ((initial[3] * ((i << 1) + 1)) >> 3)) { in analog_decode()
207 input_report_key(dev, analog_pads[0], axes[2] < (initial[2] >> 1)); in analog_decode()
209 input_report_key(dev, analog_pads[1], axes[3] < (initial[3] >> 1)); in analog_decode()
211 input_report_key(dev, analog_pads[2], axes[2] > (initial[2] + (initial[2] >> 1))); in analog_decode()
213 input_report_key(dev, analog_pads[3], axes[3] > (initial[3] + (initial[3] >> 1))); in analog_decode()
343 analog_decode(port->analog + i, port->axes, port->initial, port->buttons); in analog_poll()
522 analog_decode(analog, port->axes, port->initial, port->buttons); in analog_init_device()
593 port->initial[i] = port->axes[i]; in analog_init_masks()
/drivers/pci/
Diov.c465 u16 initial; in sriov_enable() local
478 pci_read_config_word(dev, iov->pos + PCI_SRIOV_INITIAL_VF, &initial); in sriov_enable()
479 if (initial > iov->total_VFs || in sriov_enable()
480 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable()
484 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (nr_virtfn > initial))) in sriov_enable()
528 iov->initial_VFs = initial; in sriov_enable()
529 if (nr_virtfn < initial) in sriov_enable()
530 initial = nr_virtfn; in sriov_enable()
532 rc = pcibios_sriov_enable(dev, initial); in sriov_enable()
545 rc = sriov_add_vfs(dev, initial); in sriov_enable()
/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c398 struct stmmac_counters initial, final; in stmmac_test_mmc() local
401 memset(&initial, 0, sizeof(initial)); in stmmac_test_mmc()
422 if (final.mmc_tx_framecount_g <= initial.mmc_tx_framecount_g) in stmmac_test_mmc()
430 struct stmmac_extra_stats *initial, *final; in stmmac_test_eee() local
437 initial = kzalloc(sizeof(*initial), GFP_KERNEL); in stmmac_test_eee()
438 if (!initial) in stmmac_test_eee()
447 memcpy(initial, &priv->xstats, sizeof(*initial)); in stmmac_test_eee()
458 initial->irq_tx_path_in_lpi_mode_n) in stmmac_test_eee()
469 initial->irq_tx_path_in_lpi_mode_n) { in stmmac_test_eee()
475 initial->irq_tx_path_exit_lpi_mode_n) { in stmmac_test_eee()
[all …]
/drivers/staging/media/ipu3/
Dipu3.h163 int imgu_queue_buffers(struct imgu_device *imgu, bool initial,
Dipu3.c227 int imgu_queue_buffers(struct imgu_device *imgu, bool initial, unsigned int pipe) in imgu_queue_buffers() argument
318 if (initial) in imgu_queue_buffers()
/drivers/net/wireless/intersil/hostap/
Dhostap_hw.c1279 static int prism2_hw_init(struct net_device *dev, int initial) in prism2_hw_init() argument
1335 static int prism2_hw_init2(struct net_device *dev, int initial) in prism2_hw_init2() argument
1363 if (initial || local->pri_only) { in prism2_hw_init2()
1405 if (initial) { in prism2_hw_init2()
1433 static int prism2_hw_enable(struct net_device *dev, int initial) in prism2_hw_enable() argument
1456 if (initial && prism2_reset_port(dev)) { in prism2_hw_enable()
1472 static int prism2_hw_config(struct net_device *dev, int initial) in prism2_hw_config() argument
1483 if (prism2_hw_init(dev, initial)) { in prism2_hw_config()
1487 if (prism2_hw_init2(dev, initial)) in prism2_hw_config()
1493 (initial == 0 || (initial == 2 && local->num_dev_open > 0))) { in prism2_hw_config()
[all …]
Dhostap_wlan.h592 int (*hw_enable)(struct net_device *dev, int initial);
593 int (*hw_config)(struct net_device *dev, int initial);
/drivers/platform/mellanox/
DKconfig58 device driver to do necessary initial swap of the boot partition.
/drivers/infiniband/hw/i40iw/
Di40iw_puda.c50 *rsrc, bool initial);
110 struct i40iw_puda_buf *buf, bool initial) in i40iw_puda_post_recvbuf() argument
121 if (!initial) in i40iw_puda_post_recvbuf()
138 bool initial) in i40iw_puda_replenish_rq() argument
149 initial); in i40iw_puda_replenish_rq()
/drivers/media/platform/s3c-camif/
Dcamif-core.h106 int initial; member
/drivers/scsi/aic7xxx/
DKconfig.aic79xx42 The number of milliseconds to delay after an initial bus reset.
DKconfig.aic7xxx47 The number of milliseconds to delay after an initial bus reset.
/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset88 the initial recovery message.
/drivers/spi/
Dspi-fsl-espi.c624 static void fsl_espi_init_regs(struct device *dev, bool initial) in fsl_espi_init_regs() argument
663 if (initial) in fsl_espi_init_regs()
/drivers/net/wireless/
DKconfig75 It has basic support for Linux wireless extensions and initial
/drivers/gpu/drm/i915/
DKconfig.profile73 May be 0 to disable the initial spin. In practice, we estimate
/drivers/video/fbdev/savage/
Dsavagefb.h195 struct savage_reg initial; member
/drivers/scsi/megaraid/
Dmegaraid_sas_base.c228 int initial);
2347 int initial) in megasas_get_ld_vf_affiliation_111() argument
2374 if (initial) in megasas_get_ld_vf_affiliation_111()
2403 if (initial) in megasas_get_ld_vf_affiliation_111()
2424 if (!initial) { in megasas_get_ld_vf_affiliation_111()
2453 int initial) in megasas_get_ld_vf_affiliation_12() argument
2481 if (initial) in megasas_get_ld_vf_affiliation_12()
2510 if (initial) in megasas_get_ld_vf_affiliation_12()
2532 if (!initial) { in megasas_get_ld_vf_affiliation_12()
2619 int initial) in megasas_get_ld_vf_affiliation() argument
[all …]
/drivers/usb/core/
DKconfig65 or a host. The initial role is decided by the type of
Dhub.c4779 const bool initial = !dev_descr; in hub_port_init() local
4818 if (initial) { in hub_port_init()
4868 (initial ? "new" : "reset"), speed, in hub_port_init()
4871 if (initial) { in hub_port_init()
4919 if (maxp0 > 0 && !initial && in hub_port_init()
4994 if (!initial && maxp0 != udev->descriptor.bMaxPacketSize0) { in hub_port_init()
5055 if (initial) in hub_port_init()
/drivers/gpu/drm/amd/display/
DTODO85 16. Move to core SCDC helpers (I think those are new since initial DC review).
/drivers/net/arcnet/
DKconfig59 acknowledge back to userspace. After the initial protocol byte every
/drivers/auxdisplay/
DKconfig449 prompt "Backlight initial state"
452 Select the initial backlight state on boot or module load.
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h52 u16 initial; /* initial VFs associated with the PF */ member

12