Searched refs:number (Results 101 - 125 of 938) sorted by path

1234567891011>>

/linux-master/include/uapi/linux/
H A Datm.h188 #define ATM_E164_LEN 12 /* maximum E.164 number length */
235 int number; member in struct:atmif_sioc
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/include/uapi/linux/netfilter/
H A Dxt_u32.h15 __u32 number; member in struct:xt_u32_location_element
25 * Any way to allow for an arbitrary number of elements?
/linux-master/net/atm/
H A Daddr.c44 pvc.sap_addr.itf = dev->number;
/linux-master/sound/core/
H A Dpcm_param_trace.h43 __entry->card = substream->pcm->card->number;
45 __entry->subdevice = substream->number;
93 __entry->card = substream->pcm->card->number;
95 __entry->subdevice = substream->number;
/linux-master/sound/drivers/opl4/
H A Dopl4_local.h59 * register number just add the voice number to the bank offset.
161 int number; member in struct:opl4_voice
/linux-master/sound/firewire/dice/
H A Ddice-proc.c73 u32 number; member in struct:__anon1275
173 for (stream = 0; stream < tx_rx_header.number; ++stream) {
199 for (stream = 0; stream < tx_rx_header.number; ++stream) {
/linux-master/sound/pci/hda/
H A Dhda_controller_trace.h27 __entry->card = (chip)->card->number;
49 __entry->card = (chip)->card->number;
/linux-master/tools/bpf/
H A Dbpf_exp.l87 yylval.number = SKF_AD_PROTOCOL;
91 yylval.number = SKF_AD_PKTTYPE;
95 yylval.number = SKF_AD_PAY_OFFSET;
99 yylval.number = SKF_AD_IFINDEX;
103 yylval.number = SKF_AD_NLATTR;
107 yylval.number = SKF_AD_NLATTR_NEST;
111 yylval.number = SKF_AD_MARK;
115 yylval.number = SKF_AD_QUEUE;
119 yylval.number = SKF_AD_HATYPE;
123 yylval.number
[all...]
/linux-master/arch/alpha/boot/
H A Dstdio.c43 static char * number(char * str, unsigned long long num, int base, int size, int precision, int type) function
118 int flags; /* flags to number() */
122 number of chars for from string */
220 str = number(str,
243 /* integer number formats - set up the flags and "break" */
287 str = number(str, num, base, field_width, precision, flags);
/linux-master/arch/alpha/kernel/
H A Dcore_cia.c49 * Given a bus, device, and function number, compute resulting
63 * 10:8 Function number
64 * 7:2 Register number
75 * 23:16 bus number (8 bits = 128 possible buses)
76 * 15:11 Device number (5 bits)
77 * 10:8 function number
78 * 7:2 register number
81 * The function number selects which function of a multi-function device
93 u8 bus = bus_dev->number;
H A Dcore_irongate.c47 * Given a bus, device, and function number, compute resulting
53 * addr[23:16] bus number (8 bits = 128 possible buses)
54 * addr[15:11] Device number (5 bits)
55 * addr[10: 8] function number
56 * addr[ 7: 2] register number
73 * The function number selects which function of a multi-function device
86 u8 bus = pbus->number;
H A Dcore_marvel.c492 * 23:16 bus number (8 bits = 128 possible buses)
493 * 15:11 Device number (5 bits)
494 * 10:8 function number
495 * 7:2 register number
499 * based on the bus number. Therefore the bus number must be set
502 * The function number selects which function of a multi-function device
520 u8 bus = pbus->number;
H A Dcore_titan.c83 * Given a bus, device, and function number, compute resulting
91 * Note also that type 1 is determined by non-zero bus number.
102 * 23:16 bus number (8 bits = 128 possible buses)
103 * 15:11 Device number (5 bits)
104 * 10:8 function number
105 * 7:2 register number
108 * The function number selects which function of a multi-function device
122 u8 bus = pbus->number;
H A Dcore_wildfire.c363 u8 bus = pbus->number;
H A Dpci.c371 /* Don't allow 8-bit bus number overflow inside the hose -
457 return hose->bus->number;
H A Dsys_marvel.c351 dev->bus->number,
H A Dsys_miata.c207 if (dev->bus->number == 0) {
H A Dsys_noritake.c228 if (dev->bus->number == 0) {
H A Dsys_ruffian.c148 if (dev->bus->number == 0) {
H A Dsys_sable.c
H A Dsys_takara.c226 if (dev->bus->number != 0
/linux-master/arch/alpha/lib/
H A Dclear_user.S74 and $1, 7, $2 # e1 : number of bytes in tail
H A Dev6-clear_user.S57 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
60 srl $1, 3, $1 # .. E .. .. : number of quadwords to clear
81 * $1 is number of quadwords to clear (zero is a valid value)
82 * $2 is number of trailing bytes (0..7) ($2 never used...)
116 * $0 is the number of bytes left
117 * $1 is the number of quads left
172 # $1 is the number of quadwords left to go.
190 # We have an unknown number of bytes left to go.
197 # $0 contains the number of bytes left to copy (0..31)
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

Completed in 447 milliseconds

1234567891011>>