Searched refs:number (Results 176 - 200 of 937) sorted by last modified time

1234567891011>>

/linux-master/drivers/pci/
H A Dquirks.c1196 * any device number. All its subdevices are functions of
1227 * quirk_via_vlink - VIA VLink IRQ number update
1252 if (dev->bus->number != 0 || PCI_SLOT(dev->devfn) > via_vlink_dev_hi ||
2389 * The subdevice ID is of the form 0x00PS, where <P> is the number
2390 * of parallel ports and <S> is the number of serial ports.
2714 * declared quirk, and search for the APC bridge by slot number.
4826 * number and does provide isolation features to disable peer transactions
4845 * segment number.
5258 * ensures that requester IDs fall within the bus number range
5632 pdev->bus->number,
[all...]
/linux-master/drivers/md/
H A Draid1.c344 * Find the disk number which triggered given bio
567 * len is the number of sectors from start_sector to end of the
849 * the one with most number of sectors.
1681 * we pass the maximum number of sectors down
1963 int number = rdev->raid_disk; local
1964 struct raid1_info *p = conf->mirrors + number;
1966 if (unlikely(number >= conf->raid_disks))
1970 number += conf->raid_disks;
1971 p = conf->mirrors + number;
1976 if (!raid1_remove_conf(conf, number)) {
[all...]
/linux-master/drivers/ata/
H A Dahci.c1125 if (pdev->bus->number == 0 && pdev->devfn == PCI_DEVFN(0x1f, 2) &&
1258 if (pdev->bus->number != 0 || pdev->devfn != PCI_DEVFN(0x12, 0) ||
1291 /* PCI slot number of the controller */
1300 /* PCI slot number of the controller */
1392 if (!dmi || pdev->bus->number || pdev->devfn != PCI_DEVFN(0x1f, 2))
1501 return pdev->bus->number == (val >> 8) && pdev->devfn == (val & 0xff);
1678 * If number of MSIs is less than number of ports then Sharing Last
1767 * isn't programmed, ahci automatically generates it from number
1965 * determining the maximum port number require
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c450 newinfo->number))
687 newinfo->number = repl->num_entries;
695 offsets = xt_alloc_entry_offsets(newinfo->number);
814 countersize = sizeof(struct xt_counters) * private->number;
950 ret = xt_compat_init_offsets(AF_INET6, info->number);
998 info.num_entries = private->number;
1085 /* Update module usage count based on number of rules */
1086 if ((oldinfo->number > oldinfo->initial_entries) ||
1087 (newinfo->number <= oldinfo->initial_entries))
1089 if ((oldinfo->number > oldinf
[all...]
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c432 newinfo->number))
670 newinfo->number = repl->num_entries;
678 offsets = xt_alloc_entry_offsets(newinfo->number);
798 countersize = sizeof(struct xt_counters) * private->number;
934 ret = xt_compat_init_offsets(AF_INET, info->number);
982 info.num_entries = private->number;
1068 /* Update module usage count based on number of rules */
1069 if ((oldinfo->number > oldinfo->initial_entries) ||
1070 (newinfo->number <= oldinfo->initial_entries))
1072 if ((oldinfo->number > oldinf
[all...]
H A Darp_tables.c370 newinfo->number))
531 newinfo->number = repl->num_entries;
539 offsets = xt_alloc_entry_offsets(newinfo->number);
659 countersize = sizeof(struct xt_counters) * private->number;
779 ret = xt_compat_init_offsets(NFPROTO_ARP, info->number);
827 info.num_entries = private->number;
916 /* Update module usage count based on number of rules */
917 if ((oldinfo->number > oldinfo->initial_entries) ||
918 (newinfo->number <= oldinfo->initial_entries))
920 if ((oldinfo->number > oldinf
[all...]
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dcore.c77 /* Get the OS vector number for the interrupt */
127 PDS_CORE_DRV_NAME, pdsc->pdev->bus->number, qcq->q.name);
328 /* Scale the descriptor ring length based on number of CPUs and VFs */
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S36 dsubu t0, v0, __NR_O32_Linux # check syscall number
83 * absolute syscall number is in v0 unless we called syscall(__NR_###)
84 * where the real syscall number is in a0
92 LONG_S a0, TI_SYSCALL($28) # Save a0 as syscall number
95 LONG_S v0, TI_SYSCALL($28) # Save v0 as syscall number
114 ld t1, PT_R2(sp) # syscall number
147 dsubu t0, v0, __NR_O32_Linux # check (new) syscall number
196 subu t0, a0, __NR_O32_Linux # check syscall number
H A Dscall64-n64.S49 LONG_S v0, TI_SYSCALL($28) # Store syscall number
74 ld t1, PT_R2(sp) # syscall number
H A Dscall64-n32.S35 dsubu t0, v0, __NR_N32_Linux # check syscall number
47 LONG_S v0, TI_SYSCALL($28) # Store syscall number
65 ld t1, PT_R2(sp) # syscall number
90 dsubu t2, v0, __NR_N32_Linux # check (new) syscall number
H A Dscall32-o32.S81 * syscall number is in v0 unless we called syscall(__NR_###)
82 * where the real syscall number is in a0
86 LONG_S a0, TI_SYSCALL($28) # Save a0 as syscall number
89 LONG_S v0, TI_SYSCALL($28) # Save v0 as syscall number
97 subu v0, v0, __NR_O32_Linux # check syscall number
115 lw t1, PT_R2(sp) # syscall number
184 subu t0, a0, __NR_O32_Linux # check syscall number
/linux-master/net/bridge/netfilter/
H A Debtables.c1824 static int ebt_compat_init_offsets(unsigned int number) argument
1826 if (number > INT_MAX)
1830 number += NF_BR_NUMHOOKS;
1832 return xt_compat_init_offsets(NFPROTO_BRIDGE, number);
/linux-master/drivers/pinctrl/
H A Dpinctrl-amd.c236 /* Illegal bank number, ignore */
876 int pin = desc->pins[i].number;
919 int pin = desc->pins[i].number;
949 int pin = desc->pins[i].number;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c4696 /* Use alternate PCI bus number */
5399 /* save HBA serial number */
8023 /* save HBA serial number */
8620 "Loading risc segment@ risc addr %x number of "
9236 /* save HBA serial number */
9964 rsp_data->entry[i].tgt_num = fcport->rport->number;
9984 tgt_data->stats.entry[0].tgt_num = rport->number;
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h131 uint16_t entry_count; /* Current number of RQ slots */
132 uint16_t buffer_count; /* Current number of buffers posted */
184 * specifies the interval (number of
188 * specifies the interval (number of
200 * specifies the maximum number of
290 uint8_t number; member in struct:lpfc_sli4_link
/linux-master/tools/iio/
H A Diio_utils.c75 * @bits_used: output number of valid bits of data
556 * Returns the device number of a matched IIO device on success, otherwise a
563 int number, numstrlen, ret; local
582 ret = sscanf(ent->d_name + strlen(type), "%d", &number);
586 "failed to read element number\n");
591 "failed to match element number\n");
595 numstrlen = calc_digits(number);
607 type, number);
635 return number;
/linux-master/sound/drivers/
H A Dserial-generic.c283 sprintf(substream->name, "Serial MIDI %d-%d", dev_num, substream->number);
/linux-master/sound/core/
H A Dcontrol.c218 * @count: the number of elements in this control
223 * elements as many as the given number (@count). Each element has given
796 * snd_ctl_find_numid_locked - find the control instance with the given number-id
798 * @numid: the number-id to search
800 * Finds the control instance with the given number-id from the card.
822 * snd_ctl_find_numid - find the control instance with the given number-id
824 * @numid: the number-id to search
826 * Finds the control instance with the given number-id from the card.
906 info->card = card->number;
1661 /* Check the number o
[all...]
H A Dtimer.c184 timer->card->number != tid->card))
993 if (timer1->card->number > timer->card->number)
995 if (timer1->card->number < timer->card->number)
1214 timer->card->number, timer->tmr_device);
1217 snd_iprintf(buffer, "P%i-%i-%i: ", timer->card->number,
1222 timer->card ? timer->card->number : -1,
1493 id->card = timer->card ? timer->card->number : -1;
1555 if (timer->card->number > i
[all...]
/linux-master/scripts/kconfig/
H A Dqconf.cc73 stringList.push_back(QString::number(*it));
/linux-master/drivers/video/fbdev/
H A Dtgafb.c1521 to_pci_dev(dev)->bus->number,
/linux-master/drivers/usb/host/
H A Dxhci.c1385 unsigned int number = DIV_ROUND_UP(ep_index, 2); local
1387 return direction | number;
2132 /* Use hweight32 to count the number of ones in the add flags, or
2133 * number of endpoints added. Don't count endpoints that are changed
2154 * We need to reserve the new number of endpoints before the configure endpoint
2155 * command completes. We can't subtract the dropped endpoints from the number
2324 * the number of packets).
2327 * in. For this algorithm, if we can schedule the same number of packets for
2329 * remaining number of packets will be saved to be transmitted in the gaps in
2333 * we have to double the number o
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c109 " Set number of queues (default is as a number of CPUs)");
2541 /* For 2 port configuration the absolute function number formula
3243 /* This should be a maximum number of data bytes that may be
3256 /* Maximum number or simultaneous TPA aggregation for this Queue.
3258 * For PF Clients it should be the maximum available number.
3911 /* CID needs port number to be encoded int it */
7814 /* T1 hash bits value determines the T1 number of entries */
8608 BNX2X_DEV_INFO("Failed to enable multiple MSI-X (%d), set number of queues to %d\n",
8620 BNX2X_DEV_INFO("set number o
[all...]
/linux-master/drivers/iio/adc/
H A Dmax1363.c125 * @num_channels: number of channels
129 * @num_modes: number of modes
808 int number = chan->channel; local
812 val = (1 << number) & st->mask_low;
814 val = (1 << number) & st->mask_high;
959 int number = chan->channel; local
969 st->mask_low &= ~(1 << number);
971 ret = __max1363_check_event_mask((1 << number),
975 st->mask_low |= (1 << number);
979 st->mask_high &= ~(1 << number);
[all...]
/linux-master/kernel/trace/
H A Dtrace_events_trigger.c711 * optional 'n' param (n = number of times the trigger should fire)
776 * that starts with a number, that corresponds to the case of a
777 * trigger with :n (n = number of times the trigger should fire) and
870 * event_trigger_parse_num - parse and return the number param for a trigger
874 * Parse the :n (n = number of times the trigger should fire) param
882 char *number; local
886 number = strsep(&param, ":");
888 if (!strlen(number))
895 ret = kstrtoul(number, 0, &trigger_data->count);

Completed in 788 milliseconds

1234567891011>>