Searched refs:number (Results 401 - 425 of 937) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsd.c235 if (peer->pdev->bus->number < primary->pdev->bus->number)
/linux-master/arch/arc/kernel/
H A Dhead.S134 ; r1 = magic number (always zero as of now)
/linux-master/include/linux/
H A Dtty.h350 int tty_dev_name_to_number(const char *name, dev_t *number);
375 static inline int tty_dev_name_to_number(const char *name, dev_t *number) argument
/linux-master/drivers/pinctrl/pxa/
H A Dpinctrl-pxa2xx.c272 * alternate function, 6 * npins is an absolute high limit of the number
354 group->pins = &ppins[i].pin.number;
378 maxpin = max_t(int, ppins[i].pin.number, maxpin);
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_ctrl.c192 /* info(msg_button_ignore, p_slot->number); */
1109 * @hp_slot: the slot number where the adapter is installed.
1233 slot->number);
1504 ctrl->pci_bus->number = func->bus;
1811 info(msg_button_cancel, p_slot->number);
1831 info(msg_button_off, p_slot->number);
1835 info(msg_button_on, p_slot->number);
2044 pci_bus->number = func->bus;
2092 * @num_of_slots: number of slots to use
2121 * @test_num: the number writte
[all...]
H A Drpadlpar_core.c376 pci_domain_nr(bus), bus->number);
/linux-master/drivers/usb/misc/
H A Dusbtest.c1083 int number; member in struct:subcase
1106 if (subcase->number > 0) {
1107 if ((subcase->number - ctx->last) != 1) {
1110 subcase->number, ctx->last);
1112 ctx->last = subcase->number;
1116 ctx->last = subcase->number;
1131 else if (subcase->number == 12 && status == -EPIPE)
1135 subcase->number, status);
1148 status, ctx->count, subcase->number,
1159 (i + subcase->number)
[all...]
/linux-master/net/atm/
H A Daddr.c44 pvc.sap_addr.itf = dev->number;
/linux-master/arch/arm/lib/
H A Dcsumpartial.S67 .Lless8_byte: tst len, #1 @ odd number of bytes
/linux-master/arch/sh/drivers/pci/
H A Dpci.c77 /* Don't allow 8-bit bus number overflow inside the hose -
236 if (dev->bus->number == 0 && dev->devfn == 0)
/linux-master/drivers/pci/
H A Dpci-label.c12 * number and string name. This code retrieves them and exports them to sysfs.
14 * Method), then the SMBIOS type 41 instance number and string is exported to
18 * the instance number and string from the type 41 record and exports
64 int bus = pdev->bus->number;
/linux-master/include/scsi/
H A Dscsi_transport_sas.h62 int number; member in struct:sas_phy
/linux-master/include/net/
H A Dnetrom.h98 unsigned int number; member in struct:nr_neigh
H A Drose.h68 #define ROSE_DEFAULT_MAXVC 50 /* Maximum number of VCs per neighbour */
100 unsigned int number; member in struct:rose_neigh
/linux-master/drivers/input/joystick/
H A Dgamecon.c513 #define GC_PSX_BYTES 6 /* the maximum number of bytes to read off the controller */
932 if (gc_cfg[port_idx].args[0] == pp->number)
937 pr_debug("Not using parport%d.\n", pp->number);
961 gc->parportno = pp->number;
998 if (gc_base[i] && gc_base[i]->parportno == port->number)
H A Ddb9.c558 if (db9_cfg[port_idx].args[DB9_ARG_PARPORT] == pp->number)
563 pr_debug("Not using parport%d.\n", pp->number);
597 db9->parportno = pp->number;
656 if (db9_base[i] && db9_base[i]->parportno == port->number)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive.h35 u32 number; /* Guest IRQ number */ member in struct:kvmppc_xive_irq_state
36 u32 ipi_number; /* XIVE IPI HW number */
38 u32 pt_number; /* XIVE Pass-through number if any */
63 u32 eisn; /* Guest Effective IRQ number */
118 * so we keep track of the number of valid sources and how many of
157 /* Server number. This is the HW CPU ID from a guest perspective */
162 * block plus the server number.
/linux-master/arch/powerpc/kernel/
H A Dpci_64.c252 if (in_bus >= tmp_bus->number &&
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dcore.h48 #error Invalid number of buffer descriptors (greater than 256)
367 * Various instances of the EMAC core have varying 1) number of
369 * match slots, 3) number of registers for handling address match
421 /* GAHT registers always come after an identical number of
429 /* IAHT registers always come before an identical number of
/linux-master/drivers/pci/controller/
H A Dpcie-altera.c186 if (bus->number != pcie->root_bus_nr) {
192 if (bus->number == pcie->root_bus_nr && dev > 0)
374 * and update local copy of root bus number accordingly.
421 * and update local copy of root bus number accordingly.
515 return _altera_pcie_cfg_read(pcie, bus->number, devfn, where, size,
530 return _altera_pcie_cfg_write(pcie, bus->number, devfn, where, size,
/linux-master/arch/arm/nwfpe/
H A Dentry.S140 and r8, r0, #0x00000f00 @ mask out CP number
/linux-master/drivers/hid/
H A Dhid-roccat-ryos.c27 uint8_t number; /* RYOS_REPORT_NUMBER_SPECIAL */ member in struct:ryos_report_special
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S84 bic $0,7,$4 # .. .. E .. : number bytes as a quadword loop
125 * $0 - number of bytes to be moved
126 * $4 - number of bytes to move as quadwords
197 * $0 - remaining number of bytes left to copy
/linux-master/security/tomoyo/
H A Dcommon.h62 /* Profile number is an integer between 0 and 255. */
65 /* Group number is an integer between 0 and 255. */
287 /* Index numbers for access controls with one pathname and one number. */
457 unsigned long number; member in struct:tomoyo_request_info::__anon212::__anon216
525 /* Structure for holding a number. */
556 struct tomoyo_number_union number; member in struct:tomoyo_number_group
689 u8 profile; /* Profile number to use. */
724 struct tomoyo_number_union number; member in struct:tomoyo_path_number_acl
990 unsigned long number);
1104 * Returns index number fo
[all...]
/linux-master/arch/mips/lib/
H A Dcsum_partial.S505 * len == the number of bytes left to copy < 8*NBYTES
566 SLL rem, len, 3 # rem = number of bits to keep
568 SUB bits, bits, rem # bits = number of bits to discard
590 SUB t2, t2, t1 # t2 = number of bytes copied
593 SLL t4, t1, 3 # t4 = number of bits to discard

Completed in 271 milliseconds

<<11121314151617181920>>