Home
last modified time | relevance | path

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

12

/drivers/input/joystick/
Danalog.c113 int initial[4]; member
121 static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons) in analog_decode() argument
128 if (axes[3] < ((initial[3] * ((i << 1) + 1)) >> 3)) { in analog_decode()
142 input_report_key(dev, analog_pads[0], axes[2] < (initial[2] >> 1)); in analog_decode()
144 input_report_key(dev, analog_pads[1], axes[3] < (initial[3] >> 1)); in analog_decode()
146 input_report_key(dev, analog_pads[2], axes[2] > (initial[2] + (initial[2] >> 1))); in analog_decode()
148 input_report_key(dev, analog_pads[3], axes[3] > (initial[3] + (initial[3] >> 1))); in analog_decode()
278 analog_decode(port->analog + i, port->axes, port->initial, port->buttons); in analog_poll()
441 analog_decode(analog, port->axes, port->initial, port->buttons); in analog_init_device()
512 port->initial[i] = port->axes[i]; in analog_init_masks()
/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/pci/
Diov.c562 u16 initial; in sriov_enable() local
575 pci_read_config_word(dev, iov->pos + PCI_SRIOV_INITIAL_VF, &initial); in sriov_enable()
576 if (initial > iov->total_VFs || in sriov_enable()
577 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs))) in sriov_enable()
581 (!(iov->cap & PCI_SRIOV_CAP_VFM) && (nr_virtfn > initial))) in sriov_enable()
625 iov->initial_VFs = initial; in sriov_enable()
626 if (nr_virtfn < initial) in sriov_enable()
627 initial = nr_virtfn; in sriov_enable()
629 rc = pcibios_sriov_enable(dev, initial); in sriov_enable()
642 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.h158 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/media/platform/s3c-camif/
Dcamif-core.h106 int initial; member
/drivers/clocksource/
DKconfig364 int "ARM global timer initial prescaler value"
372 On some machs (i.e. Zynq) the initial prescaler value thus poses
374 increase wrt the initial clock value.
375 This affects CPU_FREQ max delta from the initial frequency.
/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/net/wireless/
DKconfig62 It has basic support for Linux wireless extensions and initial
/drivers/net/dsa/hirschmann/
Dhellcreek.c1539 const struct tc_taprio_sched_entry *cur, *initial, *next; in hellcreek_setup_gcl() local
1542 cur = initial = &schedule->entries[0]; in hellcreek_setup_gcl()
1550 gates = initial->gate_mask ^ in hellcreek_setup_gcl()
1574 (initial->gate_mask << in hellcreek_setup_gcl()
/drivers/staging/unisys/Documentation/ABI/
Dsysfs-platform-visorchipset88 the initial recovery message.
/drivers/spi/
Dspi-fsl-espi.c617 static void fsl_espi_init_regs(struct device *dev, bool initial) in fsl_espi_init_regs() argument
656 if (initial) in fsl_espi_init_regs()
/drivers/video/fbdev/savage/
Dsavagefb.h195 struct savage_reg initial; member
/drivers/scsi/megaraid/
Dmegaraid_sas_base.c243 int initial);
2362 int initial) in megasas_get_ld_vf_affiliation_111() argument
2389 if (initial) in megasas_get_ld_vf_affiliation_111()
2418 if (initial) in megasas_get_ld_vf_affiliation_111()
2439 if (!initial) { in megasas_get_ld_vf_affiliation_111()
2468 int initial) in megasas_get_ld_vf_affiliation_12() argument
2496 if (initial) in megasas_get_ld_vf_affiliation_12()
2525 if (initial) in megasas_get_ld_vf_affiliation_12()
2547 if (!initial) { in megasas_get_ld_vf_affiliation_12()
2634 int initial) in megasas_get_ld_vf_affiliation() argument
[all …]
/drivers/infiniband/hw/irdma/
Dpuda.c81 struct irdma_puda_buf *buf, bool initial) in irdma_puda_post_recvbuf() argument
92 if (!initial) in irdma_puda_post_recvbuf()
118 irdma_puda_replenish_rq(struct irdma_puda_rsrc *rsrc, bool initial) in irdma_puda_replenish_rq() argument
128 irdma_puda_post_recvbuf(rsrc, rsrc->rx_wqe_idx, buf, initial); in irdma_puda_replenish_rq()
/drivers/usb/core/
DKconfig65 or a host. The initial role is decided by the type of
Dhub.c4879 const bool initial = !dev_descr; in hub_port_init() local
4918 if (initial) { in hub_port_init()
4968 (initial ? "new" : "reset"), speed, in hub_port_init()
4971 if (initial) { in hub_port_init()
5019 if (maxp0 > 0 && !initial && in hub_port_init()
5098 if (!initial && maxp0 != udev->descriptor.bMaxPacketSize0) { in hub_port_init()
5159 if (initial) in hub_port_init()
/drivers/gpu/drm/i915/
DKconfig.profile87 May be 0 to disable the initial spin. In practice, we estimate
/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

12