Symbol: initial
drivers/connector/cn_proc.c
401
int err = 0, initial = 0;
drivers/connector/cn_proc.c
437
initial = 1;
drivers/connector/cn_proc.c
449
if (initial || (prev_mc_op != PROC_CN_MCAST_LISTEN))
drivers/connector/cn_proc.c
453
if (!initial && (prev_mc_op != PROC_CN_MCAST_IGNORE))
drivers/crypto/padlock-aes.c
266
u32 initial = count & (ecb_fetch_blocks - 1);
drivers/crypto/padlock-aes.c
273
count -= initial;
drivers/crypto/padlock-aes.c
275
if (initial)
drivers/crypto/padlock-aes.c
278
: "d"(control_word), "b"(key), "c"(initial));
drivers/crypto/padlock-aes.c
288
u32 initial = count & (cbc_fetch_blocks - 1);
drivers/crypto/padlock-aes.c
293
count -= initial;
drivers/crypto/padlock-aes.c
295
if (initial)
drivers/crypto/padlock-aes.c
298
: "d" (control_word), "b" (key), "c" (initial));
drivers/infiniband/hw/irdma/puda.c
116
static int irdma_puda_replenish_rq(struct irdma_puda_rsrc *rsrc, bool initial)
drivers/infiniband/hw/irdma/puda.c
126
irdma_puda_post_recvbuf(rsrc, rsrc->rx_wqe_idx, buf, initial);
drivers/infiniband/hw/irdma/puda.c
80
struct irdma_puda_buf *buf, bool initial)
drivers/infiniband/hw/irdma/puda.c
91
if (!initial)
drivers/input/joystick/analog.c
111
int initial[4];
drivers/input/joystick/analog.c
119
static void analog_decode(struct analog *analog, int *axes, int *initial, int buttons)
drivers/input/joystick/analog.c
126
if (axes[3] < ((initial[3] * ((i << 1) + 1)) >> 3)) {
drivers/input/joystick/analog.c
140
input_report_key(dev, analog_pads[0], axes[2] < (initial[2] >> 1));
drivers/input/joystick/analog.c
142
input_report_key(dev, analog_pads[1], axes[3] < (initial[3] >> 1));
drivers/input/joystick/analog.c
144
input_report_key(dev, analog_pads[2], axes[2] > (initial[2] + (initial[2] >> 1)));
drivers/input/joystick/analog.c
146
input_report_key(dev, analog_pads[3], axes[3] > (initial[3] + (initial[3] >> 1)));
drivers/input/joystick/analog.c
276
analog_decode(port->analog + i, port->axes, port->initial, port->buttons);
drivers/input/joystick/analog.c
440
analog_decode(analog, port->axes, port->initial, port->buttons);
drivers/input/joystick/analog.c
511
port->initial[i] = port->axes[i];
drivers/media/platform/samsung/s3c-camif/camif-capture.c
57
f->dma_offset.initial = f->rect.top * f->f_width + f->rect.left;
drivers/media/platform/samsung/s3c-camif/camif-capture.c
61
f->dma_offset.initial, f->dma_offset.line);
drivers/media/platform/samsung/s3c-camif/camif-core.h
106
int initial;
drivers/media/platform/samsung/s3c-camif/camif-regs.c
268
cfg = S3C_CISS_OFFS_INITIAL(offset->initial);
drivers/net/dsa/hirschmann/hellcreek.c
1582
const struct tc_taprio_sched_entry *cur, *initial, *next;
drivers/net/dsa/hirschmann/hellcreek.c
1585
cur = initial = &schedule->entries[0];
drivers/net/dsa/hirschmann/hellcreek.c
1593
gates = initial->gate_mask ^
drivers/net/dsa/hirschmann/hellcreek.c
1617
(initial->gate_mask <<
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
1129
pci_read_config_word(dev, pos + PCI_SRIOV_INITIAL_VF, &iov->initial);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.c
1162
iov->initial, iov->nr_virtfn, iov->offset, iov->stride, iov->pgsz);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h
52
u16 initial; /* initial VFs associated with the PF */
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
398
struct stmmac_counters initial, final;
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
401
memset(&initial, 0, sizeof(initial));
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
422
if (final.mmc_tx_framecount_g <= initial.mmc_tx_framecount_g)
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
430
struct stmmac_extra_stats *initial, *final;
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
437
initial = kzalloc_obj(*initial);
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
438
if (!initial)
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
447
memcpy(initial, &priv->xstats, sizeof(*initial));
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
458
initial->irq_tx_path_in_lpi_mode_n)
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
469
initial->irq_tx_path_in_lpi_mode_n) {
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
475
initial->irq_tx_path_exit_lpi_mode_n) {
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c
483
kfree(initial);
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
168
const bool initial)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
211
if (!initial) {
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
321
const unsigned int buf_cnt, const bool initial)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
379
if (!initial)
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.c
384
if (initial) {
drivers/net/wwan/t7xx/t7xx_hif_dpmaif_rx.h
104
const bool initial);
drivers/pci/iov.c
654
u16 initial;
drivers/pci/iov.c
667
pci_read_config_word(dev, iov->pos + PCI_SRIOV_INITIAL_VF, &initial);
drivers/pci/iov.c
668
if (initial > iov->total_VFs ||
drivers/pci/iov.c
669
(!(iov->cap & PCI_SRIOV_CAP_VFM) && (initial != iov->total_VFs)))
drivers/pci/iov.c
673
(!(iov->cap & PCI_SRIOV_CAP_VFM) && (nr_virtfn > initial)))
drivers/pci/iov.c
722
iov->initial_VFs = initial;
drivers/pci/iov.c
723
if (nr_virtfn < initial)
drivers/pci/iov.c
724
initial = nr_virtfn;
drivers/pci/iov.c
726
rc = pcibios_sriov_enable(dev, initial);
drivers/pci/iov.c
739
rc = sriov_add_vfs(dev, initial);
drivers/scsi/megaraid/megaraid_sas.h
2754
int initial);
drivers/scsi/megaraid/megaraid_sas_base.c
2366
int initial)
drivers/scsi/megaraid/megaraid_sas_base.c
2393
if (initial)
drivers/scsi/megaraid/megaraid_sas_base.c
242
int initial);
drivers/scsi/megaraid/megaraid_sas_base.c
2422
if (initial)
drivers/scsi/megaraid/megaraid_sas_base.c
2443
if (!initial) {
drivers/scsi/megaraid/megaraid_sas_base.c
2472
int initial)
drivers/scsi/megaraid/megaraid_sas_base.c
2500
if (initial)
drivers/scsi/megaraid/megaraid_sas_base.c
2529
if (initial)
drivers/scsi/megaraid/megaraid_sas_base.c
2551
if (!initial) {
drivers/scsi/megaraid/megaraid_sas_base.c
2638
int initial)
drivers/scsi/megaraid/megaraid_sas_base.c
2643
retval = megasas_get_ld_vf_affiliation_111(instance, initial);
drivers/scsi/megaraid/megaraid_sas_base.c
2645
retval = megasas_get_ld_vf_affiliation_12(instance, initial);
drivers/scsi/megaraid/megaraid_sas_base.c
2651
int initial)
drivers/scsi/megaraid/megaraid_sas_base.c
2668
if (initial) {
drivers/scsi/megaraid/megaraid_sas_fusion.c
65
int initial);
drivers/spi/spi-fsl-espi.c
616
static void fsl_espi_init_regs(struct device *dev, bool initial)
drivers/spi/spi-fsl-espi.c
655
if (initial)
drivers/staging/media/ipu3/ipu3.c
228
int imgu_queue_buffers(struct imgu_device *imgu, bool initial, unsigned int pipe)
drivers/staging/media/ipu3/ipu3.c
319
if (initial)
drivers/staging/media/ipu3/ipu3.h
157
int imgu_queue_buffers(struct imgu_device *imgu, bool initial,
drivers/usb/core/hub.c
4915
const bool initial = !dev_descr;
drivers/usb/core/hub.c
4954
if (initial) {
drivers/usb/core/hub.c
4998
(initial ? "new" : "reset"), speed,
drivers/usb/core/hub.c
5001
if (initial) {
drivers/usb/core/hub.c
5049
if (maxp0 > 0 && !initial &&
drivers/usb/core/hub.c
5122
if (!initial && maxp0 != udev->descriptor.bMaxPacketSize0) {
drivers/usb/core/hub.c
5184
if (initial)
drivers/video/fbdev/savage/savagefb.h
195
struct savage_reg initial;
drivers/video/fbdev/savage/savagefb_driver.c
1619
savage_get_default_par(par, &par->initial);
drivers/video/fbdev/savage/savagefb_driver.c
1634
savage_set_default_par(par, &par->initial);
fs/btrfs/free-space-cache.c
2695
bool initial;
fs/btrfs/free-space-cache.c
2700
initial = ((size == block_group->length) && (block_group->alloc_offset == 0));
fs/btrfs/free-space-cache.c
2701
WARN_ON(!initial && offset + size > block_group->zone_capacity);
fs/btrfs/free-space-cache.c
2702
if (!initial)
fs/btrfs/free-space-cache.c
2707
else if (initial)
fs/erofs/dir.c
100
if (initial) {
fs/erofs/dir.c
101
initial = false;
fs/erofs/dir.c
59
bool initial = true;
fs/ext4/extents.c
2519
if (partial->state != initial &&
fs/ext4/extents.c
2531
partial->state = initial;
fs/ext4/extents.c
2556
partial->state = initial;
fs/ext4/extents.c
2572
if (partial->state != initial && partial->pclu != EXT4_B2C(sbi, pblk))
fs/ext4/extents.c
2573
partial->state = initial;
fs/ext4/extents.c
2586
if (partial->state == initial) {
fs/ext4/extents.c
2592
partial->state = initial;
fs/ext4/extents.c
2804
partial->state = initial;
fs/ext4/extents.c
2850
partial.state = initial;
fs/ext4/extents.c
2930
partial.state == initial) {
fs/ext4/extents.c
3066
partial.state = initial;