Searched refs:number (Results 151 - 175 of 937) sorted by relevance

1234567891011>>

/linux-master/drivers/rtc/
H A Drtc-rx8025.c87 static s32 rx8025_read_reg(const struct i2c_client *client, u8 number) argument
89 return i2c_smbus_read_byte_data(client, number << 4);
93 u8 number, u8 length, u8 *values)
95 int ret = i2c_smbus_read_i2c_block_data(client, number << 4, length,
103 static s32 rx8025_write_reg(const struct i2c_client *client, u8 number, argument
106 return i2c_smbus_write_byte_data(client, number << 4, value);
110 u8 number, u8 length, const u8 *values)
112 return i2c_smbus_write_i2c_block_data(client, number << 4,
92 rx8025_read_regs(const struct i2c_client *client, u8 number, u8 length, u8 *values) argument
109 rx8025_write_regs(const struct i2c_client *client, u8 number, u8 length, const u8 *values) argument
/linux-master/arch/s390/boot/
H A Dhead.S43 lgh %r1,__LC_SUBCHANNEL_ID # test if subchannel number
45 llgf %r1,__LC_SUBCHANNEL_ID # load ipl subchannel number
49 stg %r1,IPL_DEVICE-PARMAREA(%r12) # save ipl device number
114 c %r1,__LC_SUBCHANNEL_ID # compare subchannel number
157 c %r1,__LC_SUBCHANNEL_ID # compare subchannel number
167 sgf %r0,8(%r3) # r0/8 = number of ccws executed
168 mghi %r0,10 # *10 = number of bytes in ccws
223 # This is a list of s390 kernel entry points. At address 0x1000f the number of
/linux-master/include/sound/
H A Drawmidi.h49 void (*get_port_info)(struct snd_rawmidi *rmidi, int number,
85 int number; /* substream number */ member in struct:snd_rawmidi_substream
119 unsigned int device; /* device number */
/linux-master/drivers/pinctrl/qcom/
H A Dpinctrl-qdf2xxx.c39 unsigned int avail_gpios; /* The number of GPIOs we support */
43 /* Query the number of GPIOs from ACPI */
54 /* The number of GPIOs in the approved list */
61 * The number of available GPIOs should be non-zero, and no
62 * more than the total number of GPIOS.
89 * still need a number, but nothing else.
92 pins[i].number = i;
93 groups[i].grp.pins = &pins[i].number;
/linux-master/drivers/atm/
H A Deni.c321 "mismatch\n",dev->number);
360 "mis-aligned RX data (0x%lx)\n",vcc->dev->number,
460 vcc->dev->number);
522 vcc->dev->number);
562 vcc->dev->number);
571 vcc->dev->number);
594 vcc->dev->number,vcc->vci,length,size << 2,descr);
690 "found\n",dev->number,vci);
736 "rxing\n",dev->number);
825 "in use\n",vcc->dev->number,vc
[all...]
/linux-master/drivers/acpi/
H A Dpci_slot.c103 if (pci_slot->bus == pci_bus && pci_slot->number == device)
125 pci_slot, pci_bus->number, device, name);
/linux-master/arch/powerpc/platforms/52xx/
H A Defika.c39 | (((bus->number - hose->first_busno) & 0xff) << 16)
54 | (((bus->number - hose->first_busno) & 0xff) << 16)
/linux-master/arch/mips/kernel/
H A Dscall64-n64.S49 LONG_S v0, TI_SYSCALL($28) # Store syscall number
74 ld t1, PT_R2(sp) # syscall number
/linux-master/arch/alpha/kernel/
H A Dpci-noop.c91 return hose->bus->number;
/linux-master/arch/sh/drivers/pci/
H A Dops-sh4.c17 (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3))
/linux-master/arch/sh/lib/
H A Dmemset-sh4.S53 shlr2 r3 ! number of loops
63 shld r0,r2 ! number of loops
/linux-master/arch/m68k/fpsp040/
H A Dsint.S13 | number X in the ETEMP space in the floating-point
15 | (Entry point sintdo) Double-extended number X in
18 | number X in the ETEMP space in the floating-point
214 | ;returns unnormalized number
/linux-master/include/uapi/linux/
H A Djoystick.h48 __u8 number; /* axis/button number */ member in struct:js_event
57 #define JSIOCGAXES _IOR('j', 0x11, __u8) /* get number of axes */
58 #define JSIOCGBUTTONS _IOR('j', 0x12, __u8) /* get number of buttons */
/linux-master/drivers/hid/
H A Dhid-roccat-pyra.h36 uint8_t number; /* Range 0-4 */ member in struct:pyra_profile_settings
103 * data1 contains new profile number in range 1-5
/linux-master/arch/mips/pci/
H A Dops-msc.c36 unsigned char busnum = bus->number;
H A Dops-gt64xxx_pci0.c33 unsigned char busnum = bus->number;
/linux-master/include/linux/mfd/
H A Dkempld.h57 * @buildnr: PLD build number
58 * @number: PLD board specific index
68 unsigned int number; member in struct:kempld_info
100 * @gpio_base GPIO base pin number
/linux-master/include/linux/
H A Denclosure.h89 int number; member in struct:enclosure_component
/linux-master/arch/powerpc/kernel/
H A Dpci_of_scan.c173 * @devfn: PCI function number, extracted from device tree by caller.
204 dev->bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn));
290 bus->primary = dev->bus->number;
331 bus->number);
402 node, bus->number);
/linux-master/drivers/input/joystick/
H A Dturbografx.c154 if (tgfx_cfg[port_idx].args[0] == pp->number)
159 pr_debug("Not using parport%d.\n", pp->number);
183 tgfx->parportno = pp->number;
191 printk(KERN_ERR "turbografx.c: Invalid number of buttons %d\n", n_buttons[i]);
256 if (tgfx_base[i] && tgfx_base[i]->parportno == port->number)
/linux-master/drivers/pci/hotplug/
H A Dcpci_hotplug.h31 u8 number; member in struct:slot
/linux-master/sound/pci/emu10k1/
H A Dtimer.c78 tid.card = emu->card->number;
/linux-master/drivers/infiniband/hw/hfi1/
H A Defivar.c121 dd->pcidev->bus->number,
/linux-master/include/uapi/linux/raid/
H A Dmd_u.h64 /* 63 partitions with the alternate major number (mdp) */
116 int number; member in struct:mdu_disk_info_s
/linux-master/arch/powerpc/platforms/pseries/
H A Dpci_dlpar.c62 pci_domain_nr(b), b->number);

Completed in 429 milliseconds

1234567891011>>