/linux-4.1.27/drivers/acpi/acpica/ |
D | utprint.c | 65 u64 number, 68 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper); 143 static char *acpi_ut_put_number(char *string, u64 number, u8 base, u8 upper) in acpi_ut_put_number() argument 152 if (number == 0) { in acpi_ut_put_number() 155 while (number) { in acpi_ut_put_number() 156 (void)acpi_ut_divide(number, base, &number, in acpi_ut_put_number() 181 u64 number = 0; in acpi_ut_scan_number() local 184 number *= 10; in acpi_ut_scan_number() 185 number += *(string++) - '0'; in acpi_ut_scan_number() 188 *number_ptr = number; in acpi_ut_scan_number() [all …]
|
/linux-4.1.27/sound/core/ |
D | pcm_trace.h | 17 __field( unsigned int, number ) 27 __entry->card = (substream)->pcm->card->number; 29 __entry->number = (substream)->number; 40 __entry->number, 55 __field( unsigned int, number ) 63 __entry->card = (substream)->pcm->card->number; 65 __entry->number = (substream)->number; 75 __entry->number, 88 __field( unsigned int, number ) 93 __entry->card = (substream)->pcm->card->number; [all …]
|
D | sound_oss.c | 75 minor = SNDRV_MINOR_OSS(card->number, (dev ? SNDRV_MINOR_OSS_MIXER1 : SNDRV_MINOR_OSS_MIXER)); in snd_oss_kernel_minor() 86 minor = SNDRV_MINOR_OSS(card->number, (dev ? SNDRV_MINOR_OSS_PCM1 : SNDRV_MINOR_OSS_PCM)); in snd_oss_kernel_minor() 91 minor = SNDRV_MINOR_OSS(card->number, (dev ? SNDRV_MINOR_OSS_MIDI1 : SNDRV_MINOR_OSS_MIDI)); in snd_oss_kernel_minor() 94 minor = SNDRV_MINOR_OSS(card->number, SNDRV_MINOR_OSS_DMFM); in snd_oss_kernel_minor() 118 if (card && card->number >= SNDRV_MINOR_OSS_DEVICES) in snd_register_oss_device() 126 preg->card = card ? card->number : -1; in snd_register_oss_device() 178 if (card && card->number >= SNDRV_MINOR_OSS_DEVICES) in snd_unregister_oss_device()
|
/linux-4.1.27/tools/net/ |
D | bpf_exp.y | 50 uint32_t number; member 63 %token number label 66 %type <number> number 122 : OP_LDB '[' 'x' '+' number ']' { 124 | OP_LDB '[' '%' 'x' '+' number ']' { 126 | OP_LDB '[' number ']' { 176 : OP_LDH '[' 'x' '+' number ']' { 178 | OP_LDH '[' '%' 'x' '+' number ']' { 180 | OP_LDH '[' number ']' { 230 : OP_LDI '#' number { [all …]
|
D | bpf_exp.l | 115 yylval.number = strtoul(yytext, NULL, 16); 116 return number; 119 yylval.number = strtol(yytext + 2, NULL, 2); 120 return number; 123 yylval.number = strtol(yytext, NULL, 10); 124 return number; 127 yylval.number = strtol(yytext + 1, NULL, 8); 128 return number;
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | voice.c | 48 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number, in voice_alloc() argument 56 for (i = emu->next_free_voice, j = 0; j < NUM_G ; i += number, j += number) { in voice_alloc() 64 if ((number == 2) && (i % 2)) { in voice_alloc() 70 for (k = 0; k < number; k++) { in voice_alloc() 80 last_voice = (i + number) % NUM_G; in voice_alloc() 89 for (i = 0; i < number; i++) { in voice_alloc() 115 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number, in snd_emu10k1_voice_alloc() argument 123 if (snd_BUG_ON(!number)) in snd_emu10k1_voice_alloc() 128 result = voice_alloc(emu, type, number, rvoice); in snd_emu10k1_voice_alloc() 163 snd_emu10k1_voice_init(emu, pvoice->number); in snd_emu10k1_voice_free()
|
/linux-4.1.27/net/atm/ |
D | resources.c | 51 static struct atm_dev *__atm_dev_lookup(int number) in __atm_dev_lookup() argument 58 if (dev->number == number) { in __atm_dev_lookup() 66 struct atm_dev *atm_dev_lookup(int number) in atm_dev_lookup() argument 71 dev = __atm_dev_lookup(number); in atm_dev_lookup() 78 const struct atmdev_ops *ops, int number, in atm_dev_register() argument 89 if (number != -1) { in atm_dev_register() 90 inuse = __atm_dev_lookup(number); in atm_dev_register() 97 dev->number = number; in atm_dev_register() 99 dev->number = 0; in atm_dev_register() 100 while ((inuse = __atm_dev_lookup(dev->number))) { in atm_dev_register() [all …]
|
D | clip.c | 270 to_atmarpd(act_need, PRIV(neigh->dev)->number, *ip); in clip_neigh_solicit() 361 to_atmarpd(act_need, PRIV(dev)->number, *((__be32 *)n->primary_key)); in clip_start_xmit() 507 static int clip_create(int number) in clip_create() argument 513 if (number != -1) { in clip_create() 515 if (PRIV(dev)->number == number) in clip_create() 518 number = 0; in clip_create() 520 if (PRIV(dev)->number >= number) in clip_create() 521 number = PRIV(dev)->number + 1; in clip_create() 528 sprintf(dev->name, "atm%d", number); in clip_create() 530 clip_priv->number = number; in clip_create() [all …]
|
/linux-4.1.27/fs/dlm/ |
D | plock.c | 80 static void do_unlock_close(struct dlm_ls *ls, u64 number, in do_unlock_close() argument 92 op->info.number = number; in do_unlock_close() 104 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file, in dlm_posix_lock() argument 128 op->info.number = number; in dlm_posix_lock() 151 (unsigned long long)number); in dlm_posix_lock() 156 do_unlock_close(ls, number, file, fl); in dlm_posix_lock() 167 (unsigned long long)number); in dlm_posix_lock() 177 (unsigned long long)number); in dlm_posix_lock() 200 (unsigned long long)op->info.number); in dlm_plock_callback() 228 (unsigned long long)op->info.number, file, fl); in dlm_plock_callback() [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-net-statistics | 6 Indicates the number of collisions seen by this network device. 14 Indicates the number of multicast packets received by this 22 Indicates the number of bytes received by this network device. 31 Indicates the number of compressed packets received by this 40 Indicates the number of packets received with a CRC (FCS) error 49 Indicates the number of packets received by the network device 59 Indicates the number of receive FIFO errors seen by this 68 Indicates the number of received frames with error, such as 78 Indicates the number of received error packet with a length 87 Indicates the number of received packets that have been missed [all …]
|
D | debugfs-pfo-nx-crypto | 29 - The total number of bytes encrypted using AES in any of the driver's 33 - The total number of AES operations submitted to the hardware. 36 - The total number of bytes hashed by the hardware using SHA-256. 39 - The total number of SHA-256 operations submitted to the hardware. 42 - The total number of bytes hashed by the hardware using SHA-512. 45 - The total number of SHA-512 operations submitted to the hardware.
|
D | sysfs-fs-nilfs2 | 97 Show start block number of the latest segment. 109 Show checkpoint number of the latest segment. 121 Show index number of the latest full segment. 127 Show index number of the full segment index 141 Show next checkpoint number. 174 Show number of dirty data blocks. 187 Show number of segments on a volume. 193 Show number of blocks in segment. 218 Show number of checkpoints on volume. 224 Show number of snapshots on volume. [all …]
|
D | sysfs-fs-ext4 | 22 The maximum number of extents the multiblock allocator 29 The minimum number of extents the multiblock allocator 55 Tuning parameter which controls the maximum number of 63 This file is read-only and shows the number of blocks 71 This file is read-only and shows the number of kilobytes 79 This file is read-only and shows the number of 97 The maximum number of megabytes the writeback code will 104 The maximum number of kilobytes which will be zeroed
|
D | sysfs-driver-hid-roccat-kone | 6 When read, this file returns the raw number of the actual dpi 7 setting reported by the mouse. This number has to be further 24 Description: When read, this file returns the number of the actual profile. 31 Description: When read, this file returns the raw integer version number of the 34 number the decimal point has to be shifted 2 positions to the 50 The mouse will reject invalid data, whereas the profile number 51 stored in the profile doesn't need to fit the number of the 70 When read, this attribute returns the number of the profile 72 When written, this file sets the number of the startup profile
|
D | sysfs-block-zram | 29 The num_reads file is read-only and specifies the number of 36 The num_writes file is read-only and specifies the number of 43 The invalid_io file is read-only and specifies the number of 50 The failed_reads file is read-only and specifies the number of 57 The failed_writes file is read-only and specifies the number of 65 number of backend's zcomp_strm compression streams (number of 81 scenario it may account a) the number of pages freed because 82 of swap slot free notifications or b) the number of pages freed 93 The zero_pages file is read-only and specifies number of zero
|
D | sysfs-memory-page-offline | 7 written into this file. Input is a hex number specifying the 20 number, or a error when the offlining failed. Reading 29 address written into this file. Input is a hex number 42 Return value is the size of the number, or a error when
|
D | sysfs-devices-online | 7 callbacks. The number read from it (0 or 1) reflects the value 8 of the device's 'offline' field. If that number is 1 and '0' 12 turn, if that number is 0 and '1' (or 'y', or 'Y') is written to
|
D | configfs-usb-gadget-midi | 11 in_ports - number of MIDI input ports 12 out_ports - number of MIDI output ports
|
D | sysfs-ocfs2 | 17 The protocol version has a major and minor number. Two 19 major number and an overlapping minor number - thus, 24 number and minor number joined by a period, eg "1.10".
|
D | sysfs-kernel-mm-hugepages | 5 /sys/kernel/mm/hugepages/ contains a number of subdirectories 9 Under these directories are a number of files:
|
D | dev-kmsg | 14 prefix number is composed of the 3 lowest bits being the syslog 15 priority and the higher bits the syslog facility number. 17 If no prefix is given, the priority number is the default kernel 18 log priority and the facility number is set to LOG_USER (1). It 20 facility number LOG_KERN (0), to make sure that the origin of 61 sequence number and the monotonic timestamp in microseconds,
|
/linux-4.1.27/arch/microblaze/pci/ |
D | indirect_pci.c | 32 if (bus->number != hose->first_busno) in indirect_read_config() 39 if (bus->number != hose->first_busno) in indirect_read_config() 42 bus_no = (bus->number == hose->first_busno) ? in indirect_read_config() 43 hose->self_busno : bus->number; in indirect_read_config() 86 if (bus->number != hose->first_busno) in indirect_write_config() 93 if (bus->number != hose->first_busno) in indirect_write_config() 96 bus_no = (bus->number == hose->first_busno) ? in indirect_write_config() 97 hose->self_busno : bus->number; in indirect_write_config() 114 (bus->number == hose->first_busno)) in indirect_write_config()
|
/linux-4.1.27/Documentation/block/ |
D | stat.txt | 23 read I/Os requests number of read I/Os processed 24 read merges requests number of read I/Os merged with in-queue I/O 25 read sectors sectors number of sectors read 27 write I/Os requests number of write I/Os processed 28 write merges requests number of write I/Os merged with in-queue I/O 29 write sectors sectors number of sectors written 31 in_flight requests number of I/Os currently in flight 49 These values count the number of sectors read from or written to this 57 These values count the number of milliseconds that I/O requests have 66 This value counts the number of I/O requests that have been issued to [all …]
|
D | queue-sysfs.txt | 26 the number of bytes that can be trimmed or unmapped in a single operation. 28 number of bytes that can be discarded in a single operation. Discard 52 This is the maximum number of kilobytes supported in a single data transfer. 61 This is the maximum number of kilobytes that the block layer will allow 67 Maximum number of segments of the device. 88 read or write requests. Note that the total allocated number may be twice 109 Maximum number of kilobytes to read-ahead for filesystems on this block
|
/linux-4.1.27/include/linux/ |
D | quotaops.h | 41 void inode_add_rsv_space(struct inode *inode, qsize_t number); 42 void inode_claim_rsv_space(struct inode *inode, qsize_t number); 43 void inode_sub_rsv_space(struct inode *inode, qsize_t number); 44 void inode_reclaim_rsv_space(struct inode *inode, qsize_t number); 64 int __dquot_alloc_space(struct inode *inode, qsize_t number, int flags); 65 void __dquot_free_space(struct inode *inode, qsize_t number, int flags); 69 int dquot_claim_space_nodirty(struct inode *inode, qsize_t number); 71 void dquot_reclaim_space_nodirty(struct inode *inode, qsize_t number); 225 static inline int __dquot_alloc_space(struct inode *inode, qsize_t number, in __dquot_alloc_space() argument 229 inode_add_bytes(inode, number); in __dquot_alloc_space() [all …]
|
D | dlm_plock.h | 13 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file, 15 int dlm_posix_unlock(dlm_lockspace_t *lockspace, u64 number, struct file *file, 17 int dlm_posix_get(dlm_lockspace_t *lockspace, u64 number, struct file *file,
|
/linux-4.1.27/net/netfilter/ |
D | xt_u32.c | 36 pos = ct->location[0].number; in u32_match_it() 48 u_int32_t number = ct->location[i].number; in u32_match_it() local 51 val &= number; in u32_match_it() 54 val <<= number; in u32_match_it() 57 val >>= number; in u32_match_it() 63 pos = number; in u32_match_it()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | README | 106 num_tx_bytes = <number of bytes sent to device> 107 num_rx_bytes = <number of bytes received from device and sent to kernel> 108 num_tx_pkts = <number of packets sent to device> 109 num_rx_pkts = <number of packets received from device and sent to kernel> 110 num_tx_pkts_dropped = <number of Tx packets dropped by driver> 111 num_rx_pkts_dropped = <number of Rx packets dropped by driver> 112 num_tx_pkts_err = <number of Tx packets failed to send to device> 113 num_rx_pkts_err = <number of Rx packets failed to receive from device> 120 wmm_ac_vo = <number of packets sent to device from WMM AcVo queue> 121 wmm_ac_vi = <number of packets sent to device from WMM AcVi queue> [all …]
|
/linux-4.1.27/arch/x86/pci/ |
D | intel_mid_pci.c | 68 if (raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, in fixed_bar_cap() 77 raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, in fixed_bar_cap() 97 busnum = bus->number; in pci_device_update_fixed() 165 if (type1_access_ok(bus->number, devfn, where)) in pci_read() 166 return pci_direct_conf1.read(pci_domain_nr(bus), bus->number, in pci_read() 168 return raw_pci_ext_ops->read(pci_domain_nr(bus), bus->number, in pci_read() 202 if (type1_access_ok(bus->number, devfn, where)) in pci_write() 203 return pci_direct_conf1.write(pci_domain_nr(bus), bus->number, in pci_write() 205 return raw_pci_ext_ops->write(pci_domain_nr(bus), bus->number, devfn, in pci_write() 283 if (type1_access_ok(dev->bus->number, dev->devfn, PCI_DEVICE_ID)) in pci_d3delay_fixup()
|
/linux-4.1.27/Documentation/RCU/ |
D | trace.txt | 30 rcutorture update version number: 615 32 The first line shows the number of rcutorture tests that have completed 34 string will appear as shown above. The second line shows the number of 71 o The number at the beginning of each line is the CPU number. 76 substantially larger than the number of actual CPUs. 83 Note that although the grace-period number is an unsigned long, 107 due to an interrupt. This number is even if the CPU is in idle 108 from RCU's viewpoint and odd otherwise. The number after the 110 or a large number added to the interrupt-nesting depth when 114 interrupt-nesting levels. The number after the second "/" [all …]
|
D | torture.txt | 61 in which case n_barrier_cbs specifies the number of 70 nfakewriters This is the number of RCU fake writer threads to run. Fake 79 nreaders This is the number of RCU reading threads supported. 80 The default is twice the number of CPUs. Why twice? 85 The number of seconds between each attempt to execute a 92 onoff_holdoff The number of seconds to wait until starting CPU-hotplug 100 The number of seconds to keep the test threads affinitied 104 shutdown_secs The number of seconds to run the test before terminating 109 stall_cpu The number of seconds that a CPU should be stalled while 124 The number of seconds to wait after rcutorture starts [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | cdns,xtensa-pic.txt | 6 - #interrupt-cells: The number of cells to define the interrupts. 8 When it's 1, the first cell is the internal IRQ number. 9 When it's 2, the first cell is the IRQ number, and the second cell 19 /* one cell: internal irq number, 20 * two cells: second cell == 0: internal irq number 21 * second cell == 1: external irq number
|
D | cdns,xtensa-mx.txt | 12 /* one cell: internal irq number, 13 * two cells: second cell == 0: internal irq number 14 * second cell == 1: external irq number
|
D | marvell,orion-intc.txt | 9 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1 33 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1 36 - marvell,#interrupts: number of interrupts provided by bridge interrupt
|
/linux-4.1.27/scripts/rt-tester/ |
D | t2-l1-signal.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t2-l1-pi.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t3-l1-pi-1rt.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t2-l2-2rt-deadlock.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t3-l1-pi-3rt.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t3-l2-pi.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t2-l1-2rt-sameprio.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t3-l1-pi-2rt.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t3-l1-pi-steal.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t3-l1-pi-signal.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t5-l4-pi-boost-deboost.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t4-l2-pi-deboost.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
D | t5-l4-pi-boost-deboost-setsched.tst | 40 # opcodeeq command opcode or number 41 # opcodelt number 42 # opcodegt number 43 # eventeq number 44 # eventgt number 45 # eventlt number
|
/linux-4.1.27/Documentation/ |
D | IRQ-domain.txt | 1 irq_domain interrupt number mapping library 3 The current design of the Linux kernel uses a single large number 4 space where each separate IRQ source is assigned a different number. 10 The number of interrupt controllers registered as unique irqchips 16 Here the interrupt number loose all kind of correspondence to 20 interrupt line to the CPU) nowadays this number is just a number. 27 the controller-local IRQ (hwirq) number into the Linux IRQ number 49 hwirq number as arguments. If a mapping for the hwirq doesn't already 55 be used to find the Linux IRQ number from the hwirq number. 61 If the driver has the Linux IRQ number or the irq_data pointer, and [all …]
|
D | iostats.txt | 38 be a better choice if you are watching a large number of disks because 61 This is the total number of reads completed successfully. 68 This is the total number of sectors read successfully. 70 This is the total number of milliseconds spent by all reads (as 73 This is the total number of writes completed successfully. 77 This is the total number of sectors written successfully. 79 This is the total number of milliseconds spent by all writes (as 88 merge, or read of these stats by the number of I/Os in progress 89 (field 9) times the number of milliseconds spent doing I/O since the 119 This is the total number of reads issued to this partition. [all …]
|
D | lzo.txt | 21 opcode and on the number of literals copied by previous instruction. The 25 - a length (number of bytes to copy from dictionary) 26 - the number of literals to copy, which is retained in variable "state" 37 Lengths are always encoded on a variable size starting with a small number 38 of bits in the operand. If the number of bits isn't enough to represent the 46 length += 255*(number of zero bytes) 58 are copied before starting the next instruction. The number of literals that 62 in this implementation. This number of immediate literals to be copied is 71 instructions are called under the assumption that a certain number of bytes 97 Depends on the number of literals copied by the last instruction. [all …]
|
D | IRQ.txt | 8 An IRQ number is a kernel identifier used to talk about a hardware 13 An IRQ number is an enumeration of the possible interrupt sources on a 14 machine. Typically what is enumerated is the number of input pins on
|
D | md-cluster.txt | 39 number is based on the slot number returned by the DLM subsystem. Since 41 subtracted from the DLM slot number to arrive at the bitmap slot number. 128 - acquires the bitmap<number> lock of the failed node 133 - releases bitmap<number> lock of the failed node 160 2. Node 1 sends NEWDISK with uuid and slot number 161 3. Other nodes issue kobject_uevent_env with uuid and slot number 168 disc.number set to slot number)
|
D | md.txt | 19 md device no. = the number of the md device ... 110 version number. The major version number selects which superblock 111 format is to be used. The minor number might be used to tune handling 116 provides, in particular, a major and minor number identifying the 161 to it, which may be a name like the above, or may be a number 165 a text file with a simple number indicating the number of devices 168 the new number of devices. 173 reduce the size of the array. To reduce the number of drives 187 simply a number that is interpretted differently by different 193 devices. Writing a number (in Kilobytes) which is less than [all …]
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | network_protocol.txt | 7 __u16 cmd; /* Command number */ 25 @cmd - command number, which specifies command to be processed. Following 28 NETFS_READDIR = 1, /* Read directory for given inode number */ 66 @id - local inode number of the directory to read. 74 @id - inode number. 76 @size - number of bytes to read plus length of the path to object. 89 @id - local inode number 98 @id - local inode number. 107 @id - local inode number of the directory to look object in. 108 @start - local inode number of the object to look at. [all …]
|
D | info.txt | 4 All but index, number of crypto threads and maximum IO size can changed via remount. 14 trees looking for stale requests, which have to be resent, or if number of 30 This is the number of times that a transaction will be resent to a server that did 32 When the number of resends exceeds this limit, the transaction is completed with error. 40 Maximum number of pages in a single transaction. This parameter also controls 41 the number of pages, allocated for crypto processing (each crypto thread has 42 pool of pages, the number of which is equal to 'trans_max_pages'. 50 Maximum number of milliseconds to wait for the mcache objects to be processed. 93 -w workers - number of workers per connected client. Default: 1. 99 Bulk single-client transafers usually are better handled with smaller number (like 1-3).
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | twlxxxx-usb.txt | 6 interrupt number is the otg interrupt number that raises ID interrupts when 7 the controller has to act as host and the second interrupt number is the 8 usb interrupt number that raises VBUS interrupts when the controller has to 26 interrupt number is the otg interrupt number that raises ID interrupts 27 and VBUS interrupts. The second interrupt number is optional.
|
/linux-4.1.27/arch/powerpc/platforms/pasemi/ |
D | pci.c | 76 if (!is_root_port(bus->number, devfn) || !is_5945_reg(offset)) in workaround_5945() 81 addr = pa_pxp_cfg_addr(hose, bus->number, devfn, offset & ~0x3); in workaround_5945() 88 dummy = pa_pxp_cfg_addr(hose, bus->number, devfn, 0x10); in workaround_5945() 121 if (!pa_pxp_offset_valid(bus->number, devfn, offset)) in pa_pxp_read_config() 127 addr = pa_pxp_cfg_addr(hose, bus->number, devfn, offset); in pa_pxp_read_config() 158 if (!pa_pxp_offset_valid(bus->number, devfn, offset)) in pa_pxp_write_config() 161 addr = pa_pxp_cfg_addr(hose, bus->number, devfn, offset); in pa_pxp_write_config() 243 return (void __iomem *)pa_pxp_cfg_addr(hose, dev->bus->number, dev->devfn, offset); in pasemi_pci_getcfgaddr()
|
/linux-4.1.27/arch/mips/pci/ |
D | ops-vr41xx.c | 35 static inline int set_pci_configuration_address(unsigned char number, in set_pci_configuration_address() argument 38 if (number == 0) { in set_pci_configuration_address() 54 writel(((uint32_t)number << 16) | ((devfn & 0xff) << 8) | in set_pci_configuration_address() 67 if (set_pci_configuration_address(bus->number, devfn, where) < 0) in pci_config_read() 95 if (set_pci_configuration_address(bus->number, devfn, where) < 0) in pci_config_write()
|
D | ops-sni.c | 45 if ((res = set_config_address(bus->number, devfn, reg))) in pcimt_read() 68 if ((res = set_config_address(bus->number, devfn, reg))) in pcimt_write() 110 if (bus->number == 0) { in pcit_read() 120 if ((res = pcit_set_config_address(bus->number, devfn, reg))) in pcit_read() 142 if ((res = pcit_set_config_address(bus->number, devfn, reg))) in pcit_write()
|
D | ops-bcm63xx.c | 157 return bcm63xx_do_cfg_read(type, bus->number, devfn, in bcm63xx_pci_read() 171 return bcm63xx_do_cfg_write(type, bus->number, devfn, in bcm63xx_pci_write() 368 fake_cb_bridge_bus_number = bus->number; in bcm63xx_cb_read() 377 bus->number == fake_cb_bridge_regs.cardbus_busn && in bcm63xx_cb_read() 390 fake_cb_bridge_bus_number = bus->number; in bcm63xx_cb_write() 395 bus->number == fake_cb_bridge_regs.cardbus_busn && in bcm63xx_cb_write() 432 if (dev->bus->number == fake_cb_bridge_bus_number) in bcm63xx_fixup() 437 dev->bus->number == fake_cb_bridge_regs.cardbus_busn && in bcm63xx_fixup() 470 switch (bus->number) { in bcm63xx_pcie_can_access() 491 if (bus->number == PCIE_BUS_DEVICE) in bcm63xx_pcie_read() [all …]
|
D | fixup-rc32434.c | 43 if (dev->bus->number < 2 && PCI_SLOT(dev->devfn) < 12) in pcibios_map_irq() 44 irq = irq_map[dev->bus->number][PCI_SLOT(dev->devfn)]; in pcibios_map_irq() 51 if (PCI_SLOT(dev->devfn) == 6 && dev->bus->number == 0) { in rc32434_pci_early_fixup()
|
D | pci-xlp.c | 72 if (bus->number == 0) { in pci_cfg_read_32bit() 77 } else if (bus->parent->number == 0) { /* SoC bus */ in pci_cfg_read_32bit() 83 } else if (bus->number == 0 && PCI_SLOT(devfn) == 1 && where == 0x954) { in pci_cfg_read_32bit() 87 pci_cfg_addr(bus->number, devfn, where)); in pci_cfg_read_32bit() 98 pci_cfg_addr(bus->number, devfn, where & ~3)); in pci_cfg_write_32bit() 187 for (p = bus->parent; p && p->parent && p->parent->number != 0; in xlp_get_pcie_link() 193 for (p = bus->parent; p && p->number != 0; p = p->parent) in xlp_get_pcie_link()
|
/linux-4.1.27/drivers/char/ |
D | raw.c | 126 static int bind_set(int number, u64 major, u64 minor) in bind_set() argument 132 if (number <= 0 || number >= max_raw_minors) in bind_set() 138 rawdev = &raw_devices[number]; in bind_set() 169 device_destroy(raw_class, MKDEV(RAW_MAJOR, number)); in bind_set() 175 dev_t raw = MKDEV(RAW_MAJOR, number); in bind_set() 179 "raw%d", number); in bind_set() 186 static int bind_get(int number, dev_t *dev) in bind_get() argument 191 if (number <= 0 || number >= max_raw_minors) in bind_get() 194 rawdev = &raw_devices[number]; in bind_get()
|
/linux-4.1.27/include/linux/iio/ |
D | events.h | 44 #define IIO_MOD_EVENT_CODE(chan_type, number, modifier, \ argument 46 IIO_EVENT_CODE(chan_type, 0, modifier, direction, type, number, 0, 0) 56 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \ argument 57 IIO_EVENT_CODE(chan_type, 0, 0, direction, type, number, 0, 0)
|
/linux-4.1.27/sound/drivers/opl4/ |
D | opl4_synth.c | 287 opl4->voices[i].number = i; in snd_opl4_synth_reset() 383 snd_opl4_write(opl4, OPL4_REG_LEVEL + voice->number, in snd_opl4_update_volume() 400 snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc); in snd_opl4_update_pan() 415 snd_opl4_write(opl4, OPL4_REG_LFO_VIBRATO + voice->number, in snd_opl4_update_vibrato_depth() 443 snd_opl4_write(opl4, OPL4_REG_OCTAVE + voice->number, in snd_opl4_update_pitch() 447 snd_opl4_write(opl4, OPL4_REG_F_NUMBER + voice->number, voice->reg_f_number); in snd_opl4_update_pitch() 453 snd_opl4_write(opl4, OPL4_REG_ATTACK_DECAY1 + voice->number, in snd_opl4_update_tone_parameters() 455 snd_opl4_write(opl4, OPL4_REG_LEVEL_DECAY2 + voice->number, in snd_opl4_update_tone_parameters() 457 snd_opl4_write(opl4, OPL4_REG_RELEASE_CORRECTION + voice->number, in snd_opl4_update_tone_parameters() 459 snd_opl4_write(opl4, OPL4_REG_TREMOLO + voice->number, in snd_opl4_update_tone_parameters() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpic.txt | 76 Some MPICs do not correctly report the number of hardware sources 85 <1st-cell> interrupt-number 108 The interrupt-number cell contains 109 the SoC device interrupt number. The 111 interrupt-number is derived from the 121 The interrupt-number cell contains 122 the SoC device interrupt number for 125 interrupt number. 129 The interrupt-number cell identifies 130 the MPIC IPI number. The type-specific [all …]
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-ib_srp | 9 * id_ext, a 16-digit hexadecimal number specifying the eight 13 * ioc_guid, a 16-digit hexadecimal number specifying the eight 16 * dgid, a 32-digit hexadecimal number specifying the 18 * pkey, a four-digit hexadecimal number specifying the 20 * service_id, a 16-digit hexadecimal number specifying the 24 * max_sect, a decimal number specifying the maximum number of 26 * max_cmd_per_lun, a decimal number specifying the maximum 27 number of outstanding commands for a single LUN. 28 * io_class, a hexadecimal number specifying the SRP I/O class. 32 * initiator_ext, a 16-digit hexadecimal number specifying the [all …]
|
/linux-4.1.27/drivers/xen/ |
D | pci.c | 50 .add.bus = pci_dev->bus->number, in xen_add_device() 62 add->physfn.bus = physfn->bus->number; in xen_add_device() 116 .bus = pci_dev->bus->number, in xen_add_device() 119 .physfn.bus = physfn->bus->number, in xen_add_device() 129 .bus = pci_dev->bus->number, in xen_add_device() 138 .bus = pci_dev->bus->number, in xen_add_device() 157 .bus = pci_dev->bus->number, in xen_remove_device() 167 .bus = pci_dev->bus->number, in xen_remove_device()
|
/linux-4.1.27/Documentation/virtual/kvm/devices/ |
D | xics.txt | 7 Attributes: One per interrupt source, indexed by the source number. 11 sources, each identified by a 20-bit source number, and a set of 17 the interrupt server number (i.e. the vcpu number from the XICS's 32 * Pending interrupt source number, 24 bits 41 KVM_DEV_XICS_SOURCES attribute group, with the attribute number being 42 the interrupt source number. The 64 bit state word has the following 45 * Destination (server number), 32 bits 47 interrupt server number specified for the destination vcpu.
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | Kconfig | 16 int "Maximum number of serial ports supported" 19 Set this to the maximum number of serial ports you want the 23 int "Maximum number of serial ports supported per adapter" 27 Set this to the maximum number of serial ports each firewire 28 adapter supports. The actual number of serial ports registered
|
/linux-4.1.27/arch/sparc/kernel/ |
D | pcic.c | 217 if (bus->number != 0) return -EINVAL; in pcic_read_config() 220 pcic_read_config_dword(bus->number, devfn, where&~3, &v); in pcic_read_config() 225 pcic_read_config_dword(bus->number, devfn, where&~3, &v); in pcic_read_config() 230 pcic_read_config_dword(bus->number, devfn, where&~3, val); in pcic_read_config() 256 if (bus->number != 0) return -EINVAL; in pcic_write_config() 259 pcic_read_config_dword(bus->number, devfn, where&~3, &v); in pcic_write_config() 262 return pcic_write_config_dword(bus->number, devfn, where&~3, v); in pcic_write_config() 265 pcic_read_config_dword(bus->number, devfn, where&~3, &v); in pcic_write_config() 268 return pcic_write_config_dword(bus->number, devfn, where&~3, v); in pcic_write_config() 271 return pcic_write_config_dword(bus->number, devfn, where, val); in pcic_write_config() [all …]
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | indirect_pci.c | 85 return __indirect_read_config(hose, bus->number, devfn, offset, len, in indirect_read_config() 98 if (bus->number != hose->first_busno) in indirect_write_config() 105 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in indirect_write_config() 109 if (bus->number != hose->first_busno) in indirect_write_config() 112 bus_no = (bus->number == hose->first_busno) ? in indirect_write_config() 113 hose->self_busno : bus->number; in indirect_write_config() 130 (bus->number == hose->first_busno)) in indirect_write_config()
|
D | tsi108_pci.c | 68 if (ppc_md.pci_exclude_device(hose, bus->number, devfunc)) in tsi108_direct_write_config() 71 cfg_addr = (unsigned char *)(tsi_mk_config_addr(bus->number, in tsi108_direct_write_config() 77 printk("%d:0x%x:0x%x ", bus->number, devfunc, offset); in tsi108_direct_write_config() 155 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in tsi108_direct_read_config() 158 cfg_addr = (unsigned char *)(tsi_mk_config_addr(bus->number, in tsi108_direct_read_config() 180 printk("%d:0x%x:0x%x ", bus->number, devfn, offset); in tsi108_direct_read_config()
|
/linux-4.1.27/arch/mn10300/unit-asb2305/ |
D | pci.c | 56 (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) 71 return bus->number == 0 && (devfn == PCI_DEVFN(0, 0)); in __query() 72 return bus->number == 1; in __query() 73 return bus->number == 0 && in __query() 87 if (bus->number == 0 && devfn == PCI_DEVFN(0, 0)) { in pci_ampci_read_config_byte() 107 if (bus->number == 0 && devfn == PCI_DEVFN(0, 0)) { in pci_ampci_read_config_word() 127 if (bus->number == 0 && devfn == PCI_DEVFN(0, 0)) { in pci_ampci_read_config_dword() 147 if (bus->number == 0 && devfn == PCI_DEVFN(0, 0)) { in pci_ampci_write_config_byte() 151 if (bus->number == 0 && in pci_ampci_write_config_byte() 167 if (bus->number == 0 && devfn == PCI_DEVFN(0, 0)) { in pci_ampci_write_config_word() [all …]
|
/linux-4.1.27/arch/powerpc/oprofile/cell/ |
D | spu_task_sync.c | 201 info = get_cached_info(spu, spu->number); in prepare_cached_spu_info() 233 spu_info[spu->number] = info; in prepare_cached_spu_info() 398 spu_buff_add(ESCAPE_CODE, spu->number); in process_context_switch() 399 spu_buff_add(SPU_CTX_SWITCH_CODE, spu->number); in process_context_switch() 400 spu_buff_add(spu->number, spu->number); in process_context_switch() 401 spu_buff_add(spu->pid, spu->number); in process_context_switch() 402 spu_buff_add(spu->tgid, spu->number); in process_context_switch() 403 spu_buff_add(app_dcookie, spu->number); in process_context_switch() 404 spu_buff_add(spu_cookie, spu->number); in process_context_switch() 405 spu_buff_add(offset, spu->number); in process_context_switch() [all …]
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | sputrace.h | 16 __field(int, number) 22 __entry->number = spu ? spu->number : -1; 26 __entry->name, __entry->owner_tid, __entry->number)
|
/linux-4.1.27/include/asm-generic/ |
D | gpio.h | 41 static inline bool gpio_is_valid(int number) in gpio_is_valid() argument 43 return number >= 0 && number < ARCH_NR_GPIOS; in gpio_is_valid() 143 static inline bool gpio_is_valid(int number) in gpio_is_valid() argument 146 return number >= 0; in gpio_is_valid()
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | Kconfig | 6 int "maximum number of DVB/ATSC adapters" 11 Maximum number of DVB/ATSC adapters. Increasing this number 13 if a much lower number of DVB/ATSC adapters is present. 24 allocation for any device that uses the DVB major number.
|
/linux-4.1.27/Documentation/networking/ |
D | altera_tse.txt | 83 The driver is able to mitigate the number of its DMA interrupts 146 an integral number of bytes in length and do not pass the CRC test as the frame 151 integral number of bytes in length and do not pass the CRC test as the frame is 171 a count of the number of packets received containing errors that prevented the 175 is a count of the number of packets that could not be transmitted due to errors. 178 statistic is a count of the number of packets received that were not addressed 182 statistic is a count of the number of packets received that were addressed to 186 statistic is a count of the number of packets received that were addressed to 190 statistic is the number of outbound packets not transmitted even though an 195 statistic counts the number of packets transmitted that were not addressed to [all …]
|
D | proc_net_tcp.txt | 14 | | | | |------> remote TCP port number 16 | | |--------------------> local TCP port number 18 |----------------------------------> number of entry 21 | | | | |--> number of unrecovered RTO timeouts 22 | | | |----------> number of jiffies until timer expires
|
/linux-4.1.27/Documentation/sysctl/ |
D | fs.txt | 45 aio-nr is the running total of the number of events specified on the 79 The file dquot-max shows the maximum number of cached disk 82 The file dquot-nr shows the number of allocated disk quota 83 entries and the number of free disk quota entries. 85 If the number of free cached disk quotas is very low and 86 you have some awesome number of simultaneous system users, 93 The value in file-max denotes the maximum number of file- 100 file-nr denote the number of allocated file handles, the number 101 of allocated but unused file handles, and the maximum number of 102 file handles. Linux 2.6 always reports 0 as the number of free [all …]
|
/linux-4.1.27/drivers/misc/sgi-xp/ |
D | xpc_channel.c | 71 ch->number, ch->partid); in xpc_process_connect() 161 "reason=%d\n", ch->number, ch->partid, ch->reason); in xpc_process_disconnect() 171 part->chctl.flags[ch->number] |= in xpc_process_disconnect() 212 ch->partid, ch->number); in xpc_process_openclose_chctl_flags() 286 "%d, channel=%d\n", ch->partid, ch->number); in xpc_process_openclose_chctl_flags() 321 ch->partid, ch->number); in xpc_process_openclose_chctl_flags() 374 args->remote_nentries, ch->partid, ch->number); in xpc_process_openclose_chctl_flags() 412 ch->partid, ch->number); in xpc_process_openclose_chctl_flags() 421 ch->partid, ch->number); in xpc_process_openclose_chctl_flags() 432 "partid=%d, channel=%d\n", ch->partid, ch->number); in xpc_process_openclose_chctl_flags() [all …]
|
D | xpc_sn2.c | 354 chctl.flags[ch->number] = chctl_flag; in xpc_send_notify_IRQ_sn2() 361 chctl_flag_string, ch->partid, ch->number, ret); in xpc_send_notify_IRQ_sn2() 387 chctl.flags[ch->number] = chctl_flag; in xpc_send_local_notify_IRQ_sn2() 391 chctl_flag_string, ch->partid, ch->number); in xpc_send_local_notify_IRQ_sn2() 1589 ch->local_nentries, ch->partid, ch->number); in xpc_allocate_local_msgqueue_sn2() 1598 "queue, partid=%d, channel=%d\n", ch->partid, ch->number); in xpc_allocate_local_msgqueue_sn2() 1628 ch->remote_nentries, ch->partid, ch->number); in xpc_allocate_remote_msgqueue_sn2() 1637 "partid=%d, channel=%d\n", ch->partid, ch->number); in xpc_allocate_remote_msgqueue_sn2() 1693 ch->flags, ch->partid, ch->number); in xpc_teardown_msg_structures_sn2() 1737 (void *)notify, get, ch->partid, ch->number); in xpc_notify_senders_sn2() [all …]
|
/linux-4.1.27/Documentation/PCI/ |
D | MSI-HOWTO.txt | 91 pin-based interrupt mode to MSI mode. The dev->irq number is changed 92 to a new number which represents the message signaled interrupt; 101 This function allows a device driver to request any number of MSI 104 If this function returns a positive number it indicates the number of 110 number of successfully allocated MSI interrupts to further allocate 113 If this function returns a negative number, it indicates an error and 121 It is ideal if drivers can cope with a variable number of MSI interrupts; 123 exact number that a driver asks for. 125 There could be devices that can not operate with just any number of MSI 129 4.2.1.1 Maximum possible number of MSI interrupts [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-74x164.txt | 5 - reg : chip select number 7 - #gpio-cells : Should be two. The first cell is the pin number and 11 - registers-number: Number of daisy-chained shift registers 20 registers-number = <4>;
|
D | snps-dwapb-gpio.txt | 9 The GPIO controller has a configurable number of ports, each of which are 15 - #gpio-cells : Should be two. The first cell is the pin number and 24 - #interrupt-cells : Specifies the number of cells needed to encode an 25 interrupt. Shall be set to 2. The first cell defines the interrupt number, 31 - snps,nr-gpios : The number of pins in the port, a single cell.
|
D | gpio-msm.txt | 7 - first cell is the pin number 12 - interrupts : Specify the TLMM summary interrupt number 13 - ngpio : Specify the number of MSM GPIOs
|
D | gpio-davinci.txt | 12 - first cell is the pin number 17 - interrupts: Array of GPIO interrupt number. Only banked or unbanked IRQs are 20 - ti,ngpio: The number of GPIO pins supported. 22 - ti,davinci-gpio-unbanked: The number of GPIOs that have an individual interrupt
|
D | gpio-mvebu.txt | 24 - #interrupt-cells: specifies the number of cells needed to encode an 26 The first cell is the GPIO number. 36 - ngpios: number of GPIOs this controller has 38 - #gpio-cells: Should be two. The first cell is the pin number. The
|
D | brcm,kona-gpio.txt | 17 interrupt per GPIO bank. The number of interrupts listed depends on the 18 number of GPIO banks on the SoC. The interrupts must be ordered by bank, 21 - #gpio-cells: Should be <2>. The first cell is the pin number, the second 25 - #interrupt-cells: Should be <2>. The first cell is the GPIO number. The
|
D | gpio-tz1090.txt | 23 [gpio number within the gpio bank] 27 - GPIO number: a value in the range 0 to 29. 44 [gpio number within the gpio bank] 48 - GPIO number: a value in the range 0 to 29
|
D | gpio-omap.txt | 10 - first cell is the pin number 14 The first cell is the GPIO number. 24 "gpio<X>", <X> being the 1-based instance number
|
D | fsl-imx-gpio.txt | 7 one number. If two numbers, the first one is the interrupt shared 10 - #gpio-cells : Should be two. The first cell is the pin number and 15 - #interrupt-cells : Should be 2. The first cell is the GPIO number.
|
/linux-4.1.27/security/tomoyo/ |
D | group.c | 37 ->number, in tomoyo_same_number_group() 39 ->number, in tomoyo_same_number_group() 41 ->number)); in tomoyo_same_number_group() 91 !tomoyo_parse_number_union(param, &e.number)) in tomoyo_write_group() 159 if (min > member->number.values[1] || in tomoyo_number_matches_group() 160 max < member->number.values[0]) in tomoyo_number_matches_group()
|
/linux-4.1.27/sound/drivers/ |
D | mtpav.c | 131 u8 number; member 326 struct mtpav_port *portp = &mtp_card->ports[substream->number]; in snd_mtpav_output_write() 356 struct mtpav_port *portp = &mtp_card->ports[substream->number]; in snd_mtpav_input_open() 374 struct mtpav_port *portp = &mtp_card->ports[substream->number]; in snd_mtpav_input_close() 392 struct mtpav_port *portp = &mtp_card->ports[substream->number]; in snd_mtpav_input_trigger() 445 struct mtpav_port *portp = &mtp_card->ports[substream->number]; in snd_mtpav_output_open() 461 struct mtpav_port *portp = &mtp_card->ports[substream->number]; in snd_mtpav_output_close() 477 struct mtpav_port *portp = &mtp_card->ports[substream->number]; in snd_mtpav_output_trigger() 623 if (substream->number >= 0 && substream->number < chip->num_ports) in snd_mtpav_set_name() 624 sprintf(substream->name, "MTP direct %d", (substream->number % chip->num_ports) + 1); in snd_mtpav_set_name() [all …]
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE | 20 had a unique version number. The last version, distributed separately 22 got a separate version number. These numbers are shown at initialization, 37 the version number. If that number starts with 0, it refers to the old, 40 ***CHANGEIx refers to the revision number of the isdnif.h 46 This field has to be set by the HL-driver to the number of channels 87 int Channel-number locally to the driver. (starting with 0) 138 int channel-number locally to the HL-driver. (starts with 0) 167 int channel-number locally to the HL-driver. (starts with 0) 169 ***CHANGEI1.14: The driver-Id and channel-number are new since this revision. 191 int channel-number locally to the HL-driver. (starts with 0) [all …]
|
/linux-4.1.27/Documentation/device-mapper/ |
D | statistics.txt | 49 number of areas. 104 The number of lines to include in the output. 116 1. the number of reads completed 117 2. the number of reads merged 118 3. the number of sectors read 119 4. the number of milliseconds spent reading 120 5. the number of writes completed 121 6. the number of writes merged 122 7. the number of sectors written 123 8. the number of milliseconds spent writing [all …]
|
D | dm-queue-length.txt | 5 which selects a path with the least number of in-flight I/Os. 9 <repeat_count>: The number of I/Os to dispatch using the selected 16 <fail-count>: The number of path failures. 17 <in-flight>: The number of in-flight I/Os on the path.
|
D | switch.txt | 10 number of fixed-sized address regions but there is no simple pattern 19 consists of a number of distinct storage arrays ("members") each having 74 The number of paths across which to distribute the I/O. 77 The number of 512-byte sectors in a region. Each region can be redirected 81 The number of optional arguments. Currently, no optional arguments 89 of 512-byte sectors). This number is added to the sector number when 101 The region number (region size was specified in constructor parameters). 106 The path number in the range 0 ... (<num_paths> - 1).
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 1064 static inline void dquot_incr_inodes(struct dquot *dquot, qsize_t number) in dquot_incr_inodes() argument 1066 dquot->dq_dqb.dqb_curinodes += number; in dquot_incr_inodes() 1069 static inline void dquot_incr_space(struct dquot *dquot, qsize_t number) in dquot_incr_space() argument 1071 dquot->dq_dqb.dqb_curspace += number; in dquot_incr_space() 1074 static inline void dquot_resv_space(struct dquot *dquot, qsize_t number) in dquot_resv_space() argument 1076 dquot->dq_dqb.dqb_rsvspace += number; in dquot_resv_space() 1082 static void dquot_claim_reserved_space(struct dquot *dquot, qsize_t number) in dquot_claim_reserved_space() argument 1084 if (dquot->dq_dqb.dqb_rsvspace < number) { in dquot_claim_reserved_space() 1086 number = dquot->dq_dqb.dqb_rsvspace; in dquot_claim_reserved_space() 1088 dquot->dq_dqb.dqb_curspace += number; in dquot_claim_reserved_space() [all …]
|
/linux-4.1.27/drivers/pci/ |
D | search.c | 35 ret = fn(pdev, PCI_DEVID(pdev->bus->number, pdev->devfn), data); in pci_for_each_dma_alias() 44 ret = fn(pdev, PCI_DEVID(pdev->bus->number, in pci_for_each_dma_alias() 76 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias() 83 PCI_DEVID(tmp->bus->number, in pci_for_each_dma_alias() 92 PCI_DEVID(tmp->subordinate->number, in pci_for_each_dma_alias() 96 PCI_DEVID(tmp->bus->number, in pci_for_each_dma_alias() 111 if (bus->number == busnr) in pci_do_find_bus() 227 (dev->bus->number == bus && dev->devfn == devfn)) in pci_get_domain_bus_and_slot()
|
D | slot.c | 41 if (slot->number == 0xff) in address_read_file() 44 slot->bus->number); in address_read_file() 48 slot->bus->number, in address_read_file() 49 slot->number); in address_read_file() 107 slot->number, pci_slot_name(slot)); in pci_slot_release() 110 if (PCI_SLOT(dev->devfn) == slot->number) in pci_slot_release() 201 if (slot->number == slot_nr) { in get_slot() 286 slot->number = slot_nr; in pci_create_slot() 333 slot->number, atomic_read(&slot->kobj.kref.refcount) - 1); in pci_destroy_slot()
|
/linux-4.1.27/drivers/media/pci/ngene/ |
D | ngene-cards.c | 57 chan->dev->card_info->fe_config[chan->number]; in tuner_attach_stv6110() 59 chan->dev->card_info->tuner_config[chan->number]; in tuner_attach_stv6110() 63 if (chan->number < 2) in tuner_attach_stv6110() 137 chan->dev->card_info->fe_config[chan->number]; in demod_attach_stv0900() 142 if (chan->number < 2) in demod_attach_stv0900() 148 (chan->number & 1) == 0 ? STV090x_DEMODULATOR_0 in demod_attach_stv0900() 160 0, chan->dev->card_info->lnb[chan->number])) { in demod_attach_stv0900() 223 config.adr = 0x29 + (chan->number ^ 2); in demod_attach_drxk() 245 if (chan->number < 2) in cineS2_probe() 250 if (port_has_stv0900(i2c, chan->number)) { in cineS2_probe() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | arizona.txt | 13 - reg : I2C slave address when connected using I2C, chip select number when 21 - #interrupt-cells: the number of cells to describe an IRQ, this should be 2. 22 The first cell is the IRQ number. 27 - #gpio-cells : Must be 2. The first cell is the pin number and the 52 - wlf,inmode : A list of INn_MODE register values, where n is the number 55 If present, values must be specified less than or equal to the number of 56 input singals. If values less than the number of input signals, elements 62 present, the number of values should be less than or equal to the 63 number of inputs, unspecified inputs will use the chip default.
|
/linux-4.1.27/Documentation/vm/ |
D | zsmalloc.txt | 54 almost_empty: the number of ZS_ALMOST_EMPTY zspages(see below) 55 almost_full: the number of ZS_ALMOST_FULL zspages(see below) 56 obj_allocated: the number of objects allocated 57 obj_used: the number of objects allocated to the user 58 pages_used: the number of pages allocated for the class 59 pages_per_zspage: the number of 0-order pages to make a zspage 63 n = number of allocated objects 64 N = total number of objects zspage can store
|
D | hugetlbpage.txt | 9 Operating systems try to make best use of limited number of TLB resources. 21 The /proc/meminfo file provides information about the total number of 23 information about the number of free, reserved and surplus huge pages and the 39 HugePages_Free is the number of huge pages in the pool that are not yet 41 HugePages_Rsvd is short for "reserved," and is the number of huge pages for 46 HugePages_Surp is short for "surplus," and is the number of huge pages in 48 maximum number of surplus huge pages is controlled by 54 /proc/sys/vm/nr_hugepages indicates the current number of "persistent" huge 64 Once a number of huge pages have been pre-allocated to the kernel huge page 71 number of huge pages requested. This is the most reliable method of [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/dma/ |
D | renesas,rcar-dmac.txt | 5 can be dedicated to specific clients or shared between a large number of 9 an 8-bit port number called the MID/RID. A DMA controller can thus serve up to 10 256 clients in total. When the number of hardware channels is lower than the 11 number of clients to be served, channels must be shared between multiple DMA 24 channel number ranging from zero to the number of channels minus one. 33 - dma-channels: number of DMA channels
|
D | arm-pl330.txt | 10 - interrupts: interrupt number to the cpu. 14 - #dma-cells: must be <1>. used to represent the number of integer 16 - dma-channels: contains the total number of DMA channels supported by the DMAC 17 - dma-requests: contains the total number of DMA requests supported by the DMAC 37 where 'dma request id' is the dma request number which is connected
|
D | renesas,usb-dmac.txt | 9 channel number ranging from zero to the number of channels minus one. 11 - #dma-cells: must be <1>, the cell specifies the channel number of the DMAC 13 - dma-channels: number of DMA channels
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_protocol.txt | 95 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 106 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0. 117 | | | ends with the previous "number of exported 174 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 191 0 | 2 | 0x0100 | Binary-coded decimal USBIP version number: v1.0.0 242 4 | 4 | | seqnum: the sequence number of the URB to submit 249 0x10 | 4 | | ep: endpoint number, possible values are: 0...15 260 0x20 | 4 | | number_of_packets: number of ISO packets 290 4 | 4 | | seqnum: URB sequence number 297 0x10 | 4 | | ep: endpoint number [all …]
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | data-structure-v9.txt | 7 A node has a number of DRBD resources. Each such resource has a number of 27 volume number. Likewise, peer_devices can be accessed from connections by 28 their volume number. Objects in the vertical direction are connected by double 33 devices can be accessed by their minor device number via the drbd_devices idr.
|
/linux-4.1.27/drivers/rtc/ |
D | rtc-rx8025.c | 82 static int rx8025_read_reg(struct i2c_client *client, int number, u8 *value) in rx8025_read_reg() argument 84 int ret = i2c_smbus_read_byte_data(client, (number << 4) | 0x08); in rx8025_read_reg() 87 dev_err(&client->dev, "Unable to read register #%d\n", number); in rx8025_read_reg() 96 int number, u8 length, u8 *values) in rx8025_read_regs() argument 98 int ret = i2c_smbus_read_i2c_block_data(client, (number << 4) | 0x08, in rx8025_read_regs() 103 number, number + length - 1); in rx8025_read_regs() 110 static int rx8025_write_reg(struct i2c_client *client, int number, u8 value) in rx8025_write_reg() argument 112 int ret = i2c_smbus_write_byte_data(client, number << 4, value); in rx8025_write_reg() 116 number); in rx8025_write_reg() 122 int number, u8 length, u8 *values) in rx8025_write_regs() argument [all …]
|
/linux-4.1.27/sound/isa/wavefront/ |
D | wavefront_synth.c | 786 header->number); in wavefront_send_patch() 788 dev->patch_status[header->number] |= WF_SLOT_FILLED; in wavefront_send_patch() 791 bptr = munge_int32 (header->number, buf, 2); in wavefront_send_patch() 810 header->number); in wavefront_send_program() 812 dev->prog_status[header->number] = WF_SLOT_USED; in wavefront_send_program() 829 buf[0] = header->number; in wavefront_send_program() 887 header->number, header->subkey, in wavefront_send_sample() 891 if (header->number == WAVEFRONT_FIND_FREE_SAMPLE_SLOT) { in wavefront_send_sample() 898 header->number = x; in wavefront_send_sample() 927 if (dev->sample_status[header->number] & WF_SLOT_ROM) { in wavefront_send_sample() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/pci/ |
D | ralink,rt3883-pci.txt | 12 - #address-cells: specifies the number of cells needed to encode an 15 - #size-cells: specifies the number of cells used to represent the size 37 - #address-cells: specifies the number of cells needed to encode an 41 - #interrupt-cells: specifies the number of cells needed to encode an 55 - #address-cells: specifies the number of cells needed to encode an 58 - #size-cells: specifies the number of cells used to represent the size 61 - #interrupt-cells: specifies the number of cells needed to encode an 79 are used to refer to the correct bus number and device number.
|
D | pci.txt | 15 If present this property assigns a fixed PCI domain number to a host bridge, 16 otherwise an unstable (across boots) unique number will be assigned. 20 number for each host bridge in the system must be unique.
|
/linux-4.1.27/arch/arm/mm/ |
D | nommu.c | 212 static int mpu_setup_region(unsigned int number, phys_addr_t start, in mpu_setup_region() argument 218 if (number > mpu_max_regions() || number == MPU_PROBE_REGION) in mpu_setup_region() 231 rgnr_write(number); in mpu_setup_region() 248 mpu_rgn_info.rgns[number].dracr = properties; in mpu_setup_region() 249 mpu_rgn_info.rgns[number].drbar = start; in mpu_setup_region() 250 mpu_rgn_info.rgns[number].drsr = size_data; in mpu_setup_region()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | README.ioctl | 28 /dev/i2o/ctl. This file is a character file with major number 10 and minor 29 number 166. It can be created through the following command: 63 u32 iop; /* IOP unit number */ 80 ENXIO Invalid IOP number 92 u32 iop; /* IOP unit number */ 109 ENXIO Invalid IOP number 121 u32 iop; /* IOP unit number */ 134 into the buffer pointed to by ops->resbuf. The number of bytes 144 ENXIO Invalid IOP number 162 u32 iop; /* IOP unit number */ [all …]
|
/linux-4.1.27/drivers/pnp/isapnp/ |
D | proc.c | 53 isapnp_cfg_begin(dev->card->number, dev->number); in isapnp_proc_bus_read() 78 sprintf(name, "%02x", bus->number); in isapnp_proc_attach_device() 83 sprintf(name, "%02x", dev->number); in isapnp_proc_attach_device()
|
D | core.c | 399 int size, int number) in isapnp_parse_device() argument 410 dev = pnp_alloc_dev(&isapnp_protocol, number, id); in isapnp_parse_device() 583 int number = 0, skip = 0, priority, compat = 0; in isapnp_create_device() local 590 if ((dev = isapnp_parse_device(card, size, number++)) == NULL) in isapnp_create_device() 605 number++)) == NULL) in isapnp_create_device() 704 "ignored\n", type, card->number); in isapnp_create_device() 894 isapnp_cfg_begin(dev->card->number, dev->number); in isapnp_get_resources() 931 isapnp_cfg_begin(dev->card->number, dev->number); in isapnp_set_resources() 970 isapnp_activate(dev->number); in isapnp_set_resources() 979 isapnp_cfg_begin(dev->card->number, dev->number); in isapnp_disable_resources() [all …]
|
/linux-4.1.27/arch/frv/mb93090-mb00/ |
D | pci-vdk.c | 58 (0x80000000 | (bus->number << 16) | (devfn << 8) | (where & ~3)) 101 if (bus->number == 0 && devfn == PCI_DEVFN(0, 0)) { in pci_frv_read_config() 134 if (bus->number == 0 && devfn == PCI_DEVFN(0, 0)) { in pci_frv_write_config() 144 if (bus->number == 0 && devfn == PCI_DEVFN(0, 0)) { in pci_frv_write_config() 154 if (bus->number == 0 && devfn == PCI_DEVFN(0, 0)) { in pci_frv_write_config() 190 bus.number = 0; in pci_sanity_check() 294 printk("### PCIBIOS_FIXUP_BUS(%d)\n",bus->number); in pcibios_fixup_bus() 299 if (bus->number == 0) { in pcibios_fixup_bus()
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | pciehp_acpi.c | 39 u32 number; member 93 slot->number = (slot_cap & PCI_EXP_SLTCAP_PSN) >> 19; in dummy_probe() 95 if (tmp->number == slot->number) in dummy_probe()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-midi.c | 56 substrm->number, substrm); in midi_capture_trigger() 59 substrm->number, NULL); in midi_capture_trigger() 73 substrm->number, substrm); in midi_playback_trigger() 76 substrm->number, NULL); in midi_playback_trigger() 100 "%s MIDI %d", dice->card->shortname, subs->number + 1); in set_midi_substream_names()
|
/linux-4.1.27/arch/arm64/boot/dts/qcom/ |
D | msm8916.dtsi | 146 frame-number = <0>; 154 frame-number = <1>; 161 frame-number = <2>; 168 frame-number = <3>; 175 frame-number = <4>; 182 frame-number = <5>; 189 frame-number = <6>;
|
/linux-4.1.27/drivers/dma/ |
D | coh901318.c | 196 const int number; member 271 .number = U300_DMA_MSL_TX_0, 276 .number = U300_DMA_MSL_TX_1, 327 .number = U300_DMA_MSL_TX_2, 379 .number = U300_DMA_MSL_TX_3, 430 .number = U300_DMA_MSL_TX_4, 481 .number = U300_DMA_MSL_TX_5, 486 .number = U300_DMA_MSL_TX_6, 491 .number = U300_DMA_MSL_RX_0, 496 .number = U300_DMA_MSL_RX_1, [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | mxs-pwm.txt | 8 - fsl,pwm-number: the number of PWM devices 16 fsl,pwm-number = <8>;
|
/linux-4.1.27/Documentation/usb/ |
D | gadget_configfs.txt | 21 a number of interfaces which, from the gadget's perspective, are known as 24 Linux provides a number of functions for gadgets to use. 81 A gadget also needs its serial number, manufacturer and product strings. 89 $ echo <serial number> > strings/0x409/serialnumber 96 Each gadget will consist of a number of configurations, their corresponding 99 $ mkdir configs/<name>.<number> 102 <number> is the configuration's number, e.g.: 148 At this moment a number of gadgets is created, each of which has a number of 149 configurations specified and a number of functions available. What remains 154 $ ln -s functions/<name>.<instance name> configs/<name>.<number> [all …]
|
D | usbmon.txt | 53 /sys/kernel/debug/usb/devices outputs. The T-line will have a bus number. 63 "lsusb" and get the bus number from the appropriate line. Example: 101 "address" word (see below), where '1u' format adds a bus number. If 2 colons 106 of whitespace separated words. The number or position of words may depend 112 of the URB structure in hexadecimal, but can be a sequence number or any 115 - Timestamp in microseconds, a decimal number. The timestamp's resolution 123 colons: URB type and direction, Bus number, Device address, Endpoint number. 129 Bus number, Device address, and Endpoint are decimal numbers, but they may 139 The status field is a decimal number, sometimes negative, which represents 146 present because it is never a number. Thus if scripts find a set of numbers [all …]
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_midi.c | 77 substrm->number, substrm); in midi_capture_trigger() 80 substrm->number, NULL); in midi_capture_trigger() 94 substrm->number, substrm); in midi_playback_trigger() 97 substrm->number, NULL); in midi_playback_trigger() 121 "%s MIDI %d", efw->card->shortname, subs->number + 1); in set_midi_substream_names()
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_midi.c | 76 substrm->number, substrm); in midi_capture_trigger() 79 substrm->number, NULL); in midi_capture_trigger() 93 substrm->number, substrm); in midi_playback_trigger() 96 substrm->number, NULL); in midi_playback_trigger() 121 bebob->card->shortname, subs->number + 1); in set_midi_substream_names()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_clientmgr.c | 248 clienttab[client->number = c] = client; in seq_create_client1() 254 clienttab[client->number = client_index] = client; in seq_create_client1() 273 snd_seq_queue_client_leave(client->number); in seq_free_client1() 275 clienttablock[client->number] = 1; in seq_free_client1() 276 clienttab[client->number] = NULL; in seq_free_client1() 279 snd_seq_queue_client_termination(client->number); in seq_free_client1() 283 clienttablock[client->number] = 0; in seq_free_client1() 295 client->number); in seq_free_client() 305 client->number, client->type); in seq_free_client() 309 snd_seq_system_client_ev_client_exit(client->number); in seq_free_client() [all …]
|
D | seq_ports.c | 138 pr_warn("ALSA: seq: too many ports for client %d\n", client->number); in snd_seq_create_port() 147 new_port->addr.client = client->number; in snd_seq_create_port() 581 connector->number != src_client->number); in snd_seq_port_connect() 586 connector->number != dest_client->number); in snd_seq_port_connect() 594 connector->number != src_client->number); in snd_seq_port_connect() 626 connector->number != src_client->number); in snd_seq_port_disconnect() 628 connector->number != dest_client->number); in snd_seq_port_disconnect()
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | brcm,systemport.txt | 16 - systemport,num-tier2-arb: number of tier 2 arbiters, an integer 17 - systemport,num-tier1-arb: number of tier 1 arbiters, an integer 18 - systemport,num-txq: number of HW transmit queues, an integer 19 - systemport,num-rxq: number of HW receive queues, an integer
|
D | fsl-fec.txt | 20 hw multi queues. Should specify the tx queue number, otherwise set tx queue 21 number to 1. 23 hw multi queues. Should specify the rx queue number, otherwise set rx queue 24 number to 1.
|
/linux-4.1.27/drivers/atm/ |
D | idt77105.c | 130 dev->type,dev->number); in idt77105_restart_timer_func() 177 dev->number, in set_loopback() 190 printk(KERN_NOTICE "%s(%d) idt77105_ioctl() called\n",dev->type,dev->number); in idt77105_ioctl() 239 dev->type,dev->number); in idt77105_int() 247 dev->type,dev->number); in idt77105_int() 254 dev->type,dev->number); in idt77105_int() 279 dev->number); in idt77105_start() 328 DPRINTK("%s(itf %d): stopping IDT77105\n",dev->type,dev->number); in idt77105_stop()
|
D | lanai.c | 294 int number; member 565 lanai->number, offset, in sram_test_word() 804 lvcc->tx.atmvcc->dev->number, lvcc->vci); in lanai_shutdown_tx_vci() 858 lanai->number); in eeprom_read() 929 lanai->number, address); in eeprom_read() 972 "(wanted 0x%02X, got 0x%02X)\n", lanai->number, in eeprom_validate() 979 "bad (wanted 0x%02X, got 0x%02X)\n", lanai->number, in eeprom_validate() 988 "(0x%02X, inverse 0x%02X)\n", lanai->number, in eeprom_validate() 999 "don't match (0x%08X, inverse 0x%08X)\n", lanai->number, in eeprom_validate() 1009 "don't match (0x%08X, inverse 0x%08X)\n", lanai->number, in eeprom_validate() [all …]
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 24 2) Set max number of compression streams 30 #show max compression streams number 33 #set max compression streams number to 3 111 num_reads RO the number of reads 112 failed_reads RO the number of failed reads 113 num_write RO the number of writes 114 failed_writes RO the number of failed writes 115 invalid_io RO the number of non-page-size-aligned I/O requests 116 max_comp_streams RW the number of possible concurrent compress operations 118 notify_free RO the number of notifications to free pages (either [all …]
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 5 know in advance of boot time the maximum number of CPUs that could be plugged 15 it should have its LAPIC Enabled bit set to 0. Linux will use the number 16 of disabled LAPICs to compute the maximum number of future CPUs. 20 number (or a reasonable approximation of it, with erring towards more not less)
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | fsmc-nand.txt | 15 byte 0 TCLR : CLE to RE delay in number of AHB clock cycles, only 4 bits 19 byte 2 THIZ : number of HCLK clock cycles during which the data bus is 23 byte 3 THOLD : number of HCLK clock cycles to hold the address (and data 26 byte 4 TWAIT : number of HCLK clock cycles to assert the command to the 29 byte 5 TSET : number of HCLK clock cycles to assert the address before the
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | ucc.txt | 7 - cell-index : the ucc number(1-8), corresponding to UCCx in UM. 9 - interrupts : <a b> where a is the interrupt number and b is a 17 - port-number : for UART drivers, the port number to use, between 0 and 3. 19 The port number is added to the minor number of the device. Unlike the 20 CPM UART driver, the port-number is required for the QE UART driver.
|
D | pincfg.txt | 7 - port : port number of the pin; 0-6 represent port A-G in UM. 8 - pin : pin number in the port. 22 - assignment : function number of the pin according to the Pin Assignment
|
/linux-4.1.27/drivers/pcmcia/ |
D | pd6729.c | 69 reg += socket->number * 0x40; in indirect_read() 86 reg = reg + socket->number * 0x40; in indirect_read16() 105 reg = reg + socket->number * 0x40; in indirect_write() 120 reg = reg + socket->number * 0x40; in indirect_setbit() 138 reg = reg + socket->number * 0x40; in indirect_resetbit() 156 reg = reg + socket->number * 0x40; in indirect_write16() 285 t = (socket->number) ? socket : socket + 1; in pd6729_get_status() 288 *value |= (data & PD67_EXD_VS1(socket->number)) ? 0 : SS_3VCARD; in pd6729_get_status() 336 socket->number); in pd6729_set_socket() 343 socket->number); in pd6729_set_socket() [all …]
|
/linux-4.1.27/drivers/hid/ |
D | hid-roccat-kovaplus.c | 67 static int kovaplus_select_profile(struct usb_device *usb_dev, uint number, in kovaplus_select_profile() argument 70 return kovaplus_send_control(usb_dev, number, request); in kovaplus_select_profile() 74 struct kovaplus_profile_settings *buf, uint number) in kovaplus_get_profile_settings() argument 78 retval = kovaplus_select_profile(usb_dev, number, in kovaplus_get_profile_settings() 88 struct kovaplus_profile_buttons *buf, int number) in kovaplus_get_profile_buttons() argument 92 retval = kovaplus_select_profile(usb_dev, number, in kovaplus_get_profile_buttons() 258 #define PROFILE_ATTR(number) \ argument 259 static struct bin_attribute bin_attr_profile##number##_settings = { \ 260 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \ 263 .private = &profile_numbers[number-1], \ [all …]
|
D | hid-roccat-kone.c | 182 struct kone_profile *buf, int number) in kone_get_profile() argument 186 if (number < 1 || number > 5) in kone_get_profile() 192 kone_command_profile, number, buf, in kone_get_profile() 208 struct kone_profile const *profile, int number) in kone_set_profile() argument 212 if (number < 1 || number > 5) in kone_set_profile() 218 kone_command_profile, number, (void *)profile, in kone_set_profile() 385 #define PROFILE_ATTR(number) \ argument 386 static struct bin_attribute bin_attr_profile##number = { \ 387 .attr = { .name = "profile" #number, .mode = 0660 }, \ 391 .private = &profile_numbers[number-1], \ [all …]
|
D | hid-roccat-pyra.c | 63 struct pyra_profile_settings *buf, int number) in pyra_get_profile_settings() argument 66 retval = pyra_send_control(usb_dev, number, in pyra_get_profile_settings() 228 #define PROFILE_ATTR(number) \ argument 229 static struct bin_attribute bin_attr_profile##number##_settings = { \ 230 .attr = { .name = "profile" #number "_settings", .mode = 0440 }, \ 233 .private = &profile_numbers[number-1], \ 235 static struct bin_attribute bin_attr_profile##number##_buttons = { \ 236 .attr = { .name = "profile" #number "_buttons", .mode = 0440 }, \ 239 .private = &profile_numbers[number-1], \
|
/linux-4.1.27/drivers/misc/ |
D | enclosure.c | 149 edev->component[i].number = -1; in enclosure_register() 183 if (edev->component[i].number != -1) in enclosure_unregister() 268 if (ecomp->number != -1 && in enclosure_component_find_by_name() 293 unsigned int number, in enclosure_component_alloc() argument 302 if (number >= edev->components) in enclosure_component_alloc() 305 ecomp = &edev->component[number]; in enclosure_component_alloc() 307 if (ecomp->number != -1) in enclosure_component_alloc() 311 ecomp->number = number; in enclosure_component_alloc() 328 dev_set_name(cdev, "%u", number); in enclosure_component_alloc() 351 ecomp->number = -1; in enclosure_component_register() [all …]
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 109 acknowledge number. The sequence number may be copied into 112 The sequence number is incremented with each message sent. 114 If you expect a reply to the message, then the sequence number in the 116 acknowledge number MUST be the same + 1. 118 If we receive a message and its sequence number is not equal to one we 120 its sequence number is the same as one we are expecting, but its 121 acknowledge is not equal to the sequence number in the original 152 with a different group number, the userspace application must subscribe to 177 the maximum group number, which is used at netlink_kernel_create() time. 179 group number 12345, you must increment CN_NETLINK_USERS to that number.
|
/linux-4.1.27/drivers/vme/ |
D | vme_bridge.h | 17 int number; member 30 int number; member 63 int number; member 74 int number; member
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | intc.txt | 4 configurable number of interrupts. 11 - #interrupt-cells : Specifies the number of cells needed to encode an 14 The cell contains the interrupt number in the range [0-128].
|
/linux-4.1.27/drivers/pnp/ |
D | core.c | 72 if (cur->number == nodenum) { in pnp_register_protocol() 78 protocol->number = nodenum; in pnp_register_protocol() 153 dev->number = id; in pnp_alloc_dev() 162 dev_set_name(&dev->dev, "%02x:%02x", dev->protocol->number, dev->number); in pnp_alloc_dev()
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-midi.c | 94 substrm->number, substrm); in midi_capture_trigger() 97 substrm->number, NULL); in midi_capture_trigger() 111 substrm->number, substrm); in midi_playback_trigger() 114 substrm->number, NULL); in midi_playback_trigger() 139 oxfw->card->shortname, subs->number + 1); in set_midi_substream_names()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/davinci/ |
D | cp-intc.txt | 4 OMAP-L1x SoCs and can support several configurable number 12 - #interrupt-cells : Specifies the number of cells needed to encode an 15 The cell contains the interrupt number in the range [0-128].
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | versatile-fpga-irq.txt | 11 - #interrupt-cells: The number of cells to define the interrupts. Must be 1 13 sources. The cell is a u32 and defines the interrupt number. 15 - clear-mask: a u32 number representing the mask written to clear all IRQs 17 - valid-mask: a u32 number representing a bit mask determining which of
|
D | vexpress-sysreg.txt | 15 - first cell is the pseudo-GPIO line number: 29 - first cell is the function number: 60 bus via "system control" interface, addressing devices with site number, 82 - first cell of each group defines the function number 84 - second cell of each group defines device number (eg. osc 0, 87 are using more than one function/device number pair
|
/linux-4.1.27/arch/sh/drivers/pci/ |
D | ops-sh7786.c | 33 if (bus->number > 255 || dev > 31 || func > 7) in sh7786_pcie_config_access() 67 pci_write_reg(chan, (bus->number << 24) | (dev << 19) | in sh7786_pcie_config_access() 120 "where=0x%04x size=%d val=0x%08lx\n", bus->number, in sh7786_pcie_read() 147 "where=0x%04x size=%d val=%08lx\n", bus->number, in sh7786_pcie_write()
|
D | ops-dreamcast.c | 53 if (!gapspci_config_access(bus->number, devfn)) in gapspci_read() 67 if (!gapspci_config_access(bus->number, devfn)) in gapspci_write()
|
/linux-4.1.27/sound/drivers/vx/ |
D | vx_pcm.c | 146 rmh.Cmd[0] |= pipe->number << FIELD_SIZE; in vx_set_stream_format() 231 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number, 0); in vx_get_pipe_state() 234 *state = (rmh.Stat[0] & (1 << pipe->number)) ? 1 : 0; in vx_get_pipe_state() 256 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number, 0); in vx_query_hbuffer_size() 280 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number, 0); in vx_pipe_can_start() 302 rmh.Cmd[1] = 1 << pipe->number; in vx_conf_pipe() 391 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number, 0); in vx_stop_pipe() 439 pipe->number = audioid; in vx_alloc_pipe() 460 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number, 0); in vx_free_pipe() 478 vx_set_stream_cmd_params(&rmh, pipe->is_capture, pipe->number); in vx_start_stream() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | s3c-rtc.txt | 13 interrupt number is the rtc alarm interrupt and second interrupt number 14 is the rtc tick interrupt. The number of cells representing a interrupt
|
/linux-4.1.27/arch/arm/mach-cns3xxx/ |
D | pcie.c | 58 int busno = bus->number; in cns3xxx_pci_map_bus() 97 if (ret == PCIBIOS_SUCCESSFUL && !bus->number && !devfn && in cns3xxx_pci_read_config() 133 int irq = cnspci->irqs[!!dev->bus->number]; in cns3xxx_pcie_map_irq() 136 pci_domain_nr(dev->bus), dev->bus->number, PCI_SLOT(dev->devfn), in cns3xxx_pcie_map_irq() 221 .number = 0, in cns3xxx_pcie_hw_init() 251 bus.number = 1; /* directly connected PCIe device */ in cns3xxx_pcie_hw_init()
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | divasmain.c | 205 return ((byte) pdev->bus->number); in diva_os_get_pci_bus() 699 pdev->bus->number, pdev->devfn)) in divas_init_one() 702 pdev->bus->number, pdev->devfn); in divas_init_one() 708 pdev->bus->number, in divas_init_one() 714 Name, pdev->bus->number, in divas_init_one() 724 DRIVERLNAME, pdev->bus->number, pdev->devfn)) in divas_init_one() 727 DRIVERLNAME, pdev->bus->number, pdev->devfn); in divas_init_one() 735 pdev->bus->number, in divas_init_one() 741 Name, pdev->bus->number, in divas_init_one() 756 pdev->bus->number, pdev->devfn)) in divas_remove_one() [all …]
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-block-zram | 5 The num_reads file is read-only and specifies the number of 13 The num_writes file is read-only and specifies the number of 21 The invalid_io file is read-only and specifies the number of 29 The failed_reads file is read-only and specifies the number of 37 The failed_writes file is read-only and specifies the number of 46 scenario it may account a) the number of pages freed because 47 of swap slot free notifications or b) the number of pages freed 59 The zero_pages file is read-only and specifies number of zero
|
D | sysfs-driver-hid-roccat-pyra | 6 When read, this file returns the raw number of the actual cpi 7 setting reported by the mouse. This number has to be further 22 Description: When read, this file returns the number of the actual profile in 31 Description: When read, this file returns the raw integer version number of the 34 number the decimal point has to be shifted 2 positions to the 69 When read, this attribute returns the number of the profile
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-pxa-pci-ce4100.txt | 11 number to its physical address and to use this to find the child nodes 42 /* as described by Grant, the first number in the group of 43 * three is the bar number followed by the 64bit bar address 57 /* The first number in the reg property is the 58 * number of the bar
|
/linux-4.1.27/drivers/staging/panel/ |
D | Kconfig | 14 int "Default parallel port number (0=LPT1)" 93 This is the number of visible character lines on the LCD in custom profile. 102 This is the number of characters per line on the LCD in custom profile. 166 int "Parallel port pin number & polarity connected to the LCD E signal (-17...17) " 170 This describes the number of the parallel port pin to which the LCD 'E' 181 int "Parallel port pin number & polarity connected to the LCD RS signal (-17...17) " 185 This describes the number of the parallel port pin to which the LCD 'RS' 196 int "Parallel port pin number & polarity connected to the LCD RW signal (-17...17) " 200 This describes the number of the parallel port pin to which the LCD 'RW' 211 int "Parallel port pin number & polarity connected to the LCD SCL signal (-17...17) " [all …]
|
/linux-4.1.27/Documentation/cgroups/ |
D | blkio-controller.txt | 83 on device having major/minor number 8:16. 186 two fields specify the major and minor number of the device and 191 - number of sectors transferred to/from disk by the group. First 192 two fields specify the major and minor number of the device and 193 third field specifies the number of sectors transferred by the 199 or async. First two fields specify the major and minor number of the 201 specifies the number of bytes. 206 or async. First two fields specify the major and minor number of the 208 specifies the number of IOs. 220 specify the major and minor number of the device, third field [all …]
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | Kconfig.aic79xx | 14 int "Maximum number of TCQ commands per device" 18 Specify the number of commands you would like to allocate per SCSI 21 This is an upper bound value for the number of tagged transactions 23 vary this number based on device behavior. For devices with a 28 a high number of commands per device may result in memory allocation 41 The number of milliseconds to delay after an initial bus reset.
|
D | Kconfig.aic7xxx | 19 int "Maximum number of TCQ commands per device" 23 Specify the number of commands you would like to allocate per SCSI 26 This is an upper bound value for the number of tagged transactions 28 vary this number based on device behavior. For devices with a 33 a high number of commands per device may result in memory allocation 46 The number of milliseconds to delay after an initial bus reset.
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_init.c | 196 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_get_linkerrors() 245 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in transport_sas_phy_reset() 255 struct domain_device *ata_dev = sas_ex_to_ata(ddev, phy->number); in transport_sas_phy_reset() 262 return sas_smp_phy_control(ddev, phy->number, reset_type, NULL); in transport_sas_phy_reset() 279 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_enable() 294 ret = sas_smp_phy_control(ddev, phy->number, cmd, NULL); in sas_phy_enable() 315 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_phy_reset() 323 ret = sas_smp_phy_control(ddev, phy->number, reset_type, NULL); in sas_phy_reset() 350 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number]; in sas_set_phy_speed() 359 ret = sas_smp_phy_control(ddev, phy->number, in sas_set_phy_speed()
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_pcm.c | 246 substream->number); in snd_vortex_pcm_hw_params() 252 substream->number); in snd_vortex_pcm_hw_params() 264 chip->pcm_vol[substream->number].active = 1; in snd_vortex_pcm_hw_params() 266 chip->pcm_vol[substream->number].kctl, 1); in snd_vortex_pcm_hw_params() 273 vortex_wt_allocroute(chip, substream->number, in snd_vortex_pcm_hw_params() 276 &chip->dma_wt[substream->number]; in snd_vortex_pcm_hw_params() 277 stream->dma = substream->number; in snd_vortex_pcm_hw_params() 279 vortex_wtdma_setbuffers(chip, substream->number, in snd_vortex_pcm_hw_params() 299 chip->pcm_vol[substream->number].active = 0; in snd_vortex_pcm_hw_free() 301 chip->pcm_vol[substream->number].kctl, in snd_vortex_pcm_hw_free() [all …]
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | qcom-apq8084.dtsi | 115 frame-number = <0>; 123 frame-number = <1>; 130 frame-number = <2>; 137 frame-number = <3>; 144 frame-number = <4>; 151 frame-number = <5>; 158 frame-number = <6>;
|
D | qcom-msm8974.dtsi | 115 frame-number = <0>; 123 frame-number = <1>; 130 frame-number = <2>; 137 frame-number = <3>; 144 frame-number = <4>; 151 frame-number = <5>; 158 frame-number = <6>;
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_midi.c | 326 chan->number, chan->midi_program, note, vel); in snd_opl3_note_on() 342 if (chan->number >= MAX_OPL3_VOICES) in snd_opl3_note_on() 389 voice = snd_opl3_oss_map[chan->number]; in snd_opl3_note_on() 683 chan->number, chan->midi_program, note); in snd_opl3_note_off_unsafe() 701 if (chan->number < MAX_OPL3_VOICES) { in snd_opl3_note_off_unsafe() 702 voice = snd_opl3_oss_map[chan->number]; in snd_opl3_note_off_unsafe() 729 chan->number, chan->midi_program); in snd_opl3_key_press() 743 chan->number, chan->midi_program); in snd_opl3_terminate_note() 813 if (chan->number < MAX_OPL3_VOICES) { in snd_opl3_pitch_ctrl() 814 voice = snd_opl3_oss_map[chan->number]; in snd_opl3_pitch_ctrl() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/mipi/dsi/ |
D | mipi-dsi-bus.txt | 25 - #address-cells: The number of cells required to represent an address on the 26 bus. DSI peripherals are addressed using a 2-bit virtual channel number, so 40 - reg: The virtual channel number of a DSI peripheral. Must be in the range 49 property is the number of the first virtual channel and the second cell is 50 the number of consecutive virtual channels.
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | module.c | 93 sp->number = pdev->bus->number; in ibmasm_init_one() 94 snprintf(sp->dirname, IBMASM_NAME_SIZE, "%d", sp->number); in ibmasm_init_one() 95 snprintf(sp->devname, IBMASM_NAME_SIZE, "%s%d", DRIVER_NAME, sp->number); in ibmasm_init_one()
|
/linux-4.1.27/arch/arm/mach-orion5x/ |
D | pci.c | 82 if (pcie_valid_config(bus->number, PCI_SLOT(devfn)) == 0) { in pcie_rd_conf() 99 if (pcie_valid_config(bus->number, PCI_SLOT(devfn)) == 0) { in pcie_rd_conf_wa() 126 if (pcie_valid_config(bus->number, PCI_SLOT(devfn)) == 0) in pcie_wr_conf() 345 if (!orion5x_pci_valid_config(bus->number, devfn)) { in orion5x_pci_rd_conf() 350 return orion5x_pci_hw_rd_conf(bus->number, PCI_SLOT(devfn), in orion5x_pci_rd_conf() 357 if (!orion5x_pci_valid_config(bus->number, devfn)) in orion5x_pci_wr_conf() 360 return orion5x_pci_hw_wr_conf(bus->number, PCI_SLOT(devfn), in orion5x_pci_wr_conf() 574 int bus = dev->bus->number; in orion5x_pci_map_irq()
|
/linux-4.1.27/Documentation/scsi/ |
D | st.txt | 40 number (bits 5 and 6). The number of modes can be changed by changing 65 limits). Both the auto-rewind (minor equals device number) and 66 non-rewind devices (minor is 128 + device number) are implemented. 124 remaining bits define the tape device number. This numbering is 125 backward compatible with the numbering used when the minor number was 134 is the tape number and y a character corresponding to the mode (none, l, m, 173 - the number of pages in the transfer exceeds the number of 222 allocated so that as many segments as possible are used but the number 225 max_sg_segs) and the number of segments used in phases 1 and 2 227 number of scatter/gather segments allowed for the SCSI adapter is not [all …]
|
/linux-4.1.27/include/linux/pinctrl/ |
D | pinctrl.h | 39 unsigned number; member 45 #define PINCTRL_PIN(a, b) { .number = a, .name = b } 46 #define PINCTRL_PIN_ANON(a) { .number = a }
|
/linux-4.1.27/arch/arm64/kvm/ |
D | Kconfig | 48 Static number of max supported virtual CPUs per VM. 50 If you choose a high number, the vcpu structures will be quite 51 large, so only choose a reasonable number that you expect to
|
/linux-4.1.27/arch/powerpc/platforms/maple/ |
D | pci.c | 130 addr = u3_agp_cfg_access(hose, bus->number, devfn, offset); in u3_agp_read_config() 161 addr = u3_agp_cfg_access(hose, bus->number, devfn, offset); in u3_agp_write_config() 267 if (bus->number == hose->first_busno && devfn == PCI_DEVFN(0, 0)) in u3_ht_read_config() 273 addr = u3_ht_cfg_access(hose, bus->number, devfn, offset); in u3_ht_read_config() 305 if (bus->number == hose->first_busno && devfn == PCI_DEVFN(0, 0)) in u3_ht_write_config() 311 addr = u3_ht_cfg_access(hose, bus->number, devfn, offset); in u3_ht_write_config() 385 addr = u4_pcie_cfg_access(hose, bus->number, devfn, offset); in u4_pcie_read_config() 416 addr = u4_pcie_cfg_access(hose, bus->number, devfn, offset); in u4_pcie_write_config() 551 if (u4_pcie != NULL && dev->bus->number == 0 && in maple_pci_irq_fixup()
|
/linux-4.1.27/Documentation/w1/ |
D | w1.netlink | 88 w1_netlink_msg) plus number of masters multiplied by 4) 90 number of masters multiplied by 4 (u32 size)) 93 Each message is at most 4k in size, so if number of master devices 108 len is equal to number of IDs multiplied by 8] 111 w1_netlink_cmd->len = N * 8; where N is number of IDs in this message. 176 Sequence number for event messages is appropriate bus master sequence number 178 Sequence number for userspace requests is set by userspace application. 179 Sequence number for reply is the same as was in request, and 180 acknowledge number is set to seq+1.
|
/linux-4.1.27/sound/isa/gus/ |
D | gus_pcm.c | 149 snd_gf1_select_voice(gus, pcmp->pvoices[voice]->number); in snd_gf1_pcm_trigger_up() 168 snd_gf1_select_voice(gus, pcmp->pvoices[voice]->number); in snd_gf1_pcm_trigger_up() 178 snd_gf1_select_voice(gus, pcmp->pvoices[voice]->number); in snd_gf1_pcm_trigger_up() 197 snd_gf1_smart_stop_voice(gus, pvoice->number); in snd_gf1_pcm_interrupt_wave() 203 snd_gf1_smart_stop_voice(gus, pvoice->number); in snd_gf1_pcm_interrupt_wave() 210 snd_gf1_select_voice(gus, pvoice->number); in snd_gf1_pcm_interrupt_wave() 214 snd_gf1_select_voice(gus, pvoice->number); in snd_gf1_pcm_interrupt_wave() 217 snd_gf1_select_voice(gus, pcmp->pvoices[1]->number); in snd_gf1_pcm_interrupt_wave() 220 snd_gf1_select_voice(gus, pvoice->number); in snd_gf1_pcm_interrupt_wave() 238 snd_gf1_select_voice(gus, pcmp->pvoices[idx]->number); in snd_gf1_pcm_interrupt_wave() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/spi/ |
D | spi-samsung.txt | 17 - interrupts: The interrupt number to the cpu. The interrupt specifier format 36 the clock number 0 is used as default. 38 - num-cs: Specifies the number of chip select lines supported. If 39 not specified, the default number of chip select lines is set to 1. 60 the following format 'spi{n}' where n is a unique number for the alias.
|
D | spi-bus.txt | 10 - #address-cells - number of cells required to define a chip select 26 - num-cs : total number of chipselects 28 If cs-gpios is used the number of chip select will automatically increased 60 - spi-tx-bus-width - (optional) The bus width(number of data wires) that 62 - spi-rx-bus-width - (optional) The bus width(number of data wires) that 71 If a gpio chipselect is used for the SPI slave the gpio number will be passed
|
/linux-4.1.27/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pci.c | 114 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in mpc52xx_pci_read_config() 119 (bus->number << 16) | in mpc52xx_pci_read_config() 125 if (bus->number) { in mpc52xx_pci_read_config() 171 if (ppc_md.pci_exclude_device(hose, bus->number, devfn)) in mpc52xx_pci_write_config() 176 (bus->number << 16) | in mpc52xx_pci_write_config() 182 if (bus->number) { in mpc52xx_pci_write_config()
|
/linux-4.1.27/arch/powerpc/platforms/chrp/ |
D | pci.c | 39 if (bus->number > 7) in gg2_read_config() 45 cfg_data = hose->cfg_data + ((bus->number<<16) | (devfn<<8) | off); in gg2_read_config() 66 if (bus->number > 7) in gg2_write_config() 72 cfg_data = hose->cfg_data + ((bus->number<<16) | (devfn<<8) | off); in gg2_write_config() 101 | (((bus->number - hose->first_busno) & 0xff) << 16) in rtas_read_config() 116 | (((bus->number - hose->first_busno) & 0xff) << 16) in rtas_write_config()
|
/linux-4.1.27/arch/s390/kernel/ |
D | head.S | 112 c %r1,0xb8 # compare subchannel number 124 s %r0,8(%r3) # r0/8 = number of ccws executed 125 mhi %r0,10 # *10 = number of bytes in ccws 163 lh %r1,0xb8 # test if subchannel number 165 l %r1,0xb8 # load ipl subchannel number 169 st %r1,IPL_DEVICE+ARCH_OFFSET-PARMAREA(%r12) # save ipl device number 246 c %r1,0xb8 # compare subchannel number
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | GPIO.txt | 11 There are a number of conditions attached to the configuration 56 values, or the more generic special-function-number arguments. 96 Each pin has an unique number associated with it in regs-gpio.h, 101 from gpio pin number to register base address as in earlier kernels. This 102 is due to the number space required for newer SoCs where the later 156 Getting the IRQ number associated with a PIN 159 A standard gpiolib function can map the given pin number to an IRQ 160 number to pass to the IRQ system.
|
/linux-4.1.27/Documentation/filesystems/ |
D | qnx6.txt | 36 Each qnx6fs got two superblocks, each one having a 64bit serial number. 37 That serial number is used to identify the "active" superblock. 42 update of the serial number. Before updating that serial, all modifications 66 information (total number of filesystem blocks) or by taking the highest 81 size, number of blocks used, access time, change time and modification time. 98 name with an inode number. 99 '.' inode number points to the directory inode 100 '..' inode number points to the parent directory inode 105 record plus the longfile inode number also stored in that record. 106 With that longfilename inode number, the longfilename tree can be walked
|
/linux-4.1.27/Documentation/input/ |
D | joystick-api.txt | 34 __u8 number; /* axis/button number */ 62 2.2 js_event.number 65 The values of ``number'' correspond to the axis or button that 69 number 95 buttons_state ^= (1 << js_event.number); 102 buttons_state |= (1 << js_event.number); 104 buttons_state &= ~(1 << js_event.number); 187 other value in which the number of events read would be i / 198 #define JSIOCGAXES /* get number of axes char */ 199 #define JSIOCGBUTTONS /* get number of buttons char */ [all …]
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 17 Inside a GPIO driver, individual GPIOs are identified by their hardware number, 18 which is a unique number between 0 and n, n being the number of GPIOs managed by 19 the chip. This number is purely internal: the hardware number of a particular 22 On top of this internal number, each GPIO also need to have a global number in 24 interface. Each chip must thus have a "base" number (which can be automatically 25 assigned), and for each GPIO the global number will be (base + hardware number). 46 - method to return the IRQ number associated to a given GPIO 49 - optional base number (will be automatically assigned if omitted)
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | max98925.txt | 9 - vmon-slot-no : slot number used to send voltage information 11 - imon-slot-no : slot number used to send current information
|
/linux-4.1.27/arch/arm/kvm/ |
D | Kconfig | 53 Static number of max supported virtual CPUs per VM. 55 If you choose a high number, the vcpu structures will be quite 56 large, so only choose a reasonable number that you expect to
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | c_can.txt | 12 number 16 instance number 19 register and the CAN instance number (0 offset).
|
/linux-4.1.27/Documentation/devicetree/bindings/metag/ |
D | meta-intc.txt | 11 - num-banks: Specifies the number of interrupt banks (each of which can 17 - #interrupt-cells: Specifies the number of cells needed to encode an 20 - #address-cells: Specifies the number of cells needed to encode an 32 - <1st-cell>: The interrupt-number that identifies the interrupt source.
|
/linux-4.1.27/drivers/xen/xen-pciback/ |
D | passthrough.c | 32 && bus == (unsigned int)dev_entry->dev->bus->number in __xen_pcibk_get_pci_dev() 64 bus = (unsigned int)dev->bus->number; in __xen_pcibk_add_pci_dev() 144 bus = (unsigned int)dev_entry->dev->bus->number; in __xen_pcibk_publish_pci_roots() 182 *bus = pcidev->bus->number; in __xen_pcibk_get_pcifront_dev()
|
/linux-4.1.27/Documentation/devicetree/bindings/nios2/ |
D | nios2.txt | 14 - #interrupt-cells: Specifies the number of cells needed to encode an 21 - altr,pid-num-bits: Specifies the number of bits to use to represent the process 23 - altr,tlb-num-ways: Specifies the number of set-associativity ways in the TLB. 24 - altr,tlb-num-entries: Specifies the number of entries in the TLB.
|
/linux-4.1.27/arch/alpha/lib/ |
D | ev6-clear_user.S | 69 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail 72 srl $1, 3, $1 # .. E .. .. : number of quadwords to clear 184 # $1 is the number of quadwords left to go. 202 # We have an unknown number of bytes left to go. 209 # $0 contains the number of bytes left to copy (0..31)
|
/linux-4.1.27/arch/arm/plat-orion/ |
D | pcie.c | 211 writel(PCIE_CONF_BUS(bus->number) | in orion_pcie_rd_conf() 230 writel(PCIE_CONF_BUS(bus->number) | in orion_pcie_rd_conf_tlp() 238 if (bus->number != orion_pcie_get_local_bus_nr(base) || in orion_pcie_rd_conf_tlp() 253 *val = readl(wa_base + (PCIE_CONF_BUS(bus->number) | in orion_pcie_rd_conf_wa() 271 writel(PCIE_CONF_BUS(bus->number) | in orion_pcie_wr_conf()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/firmware/ |
D | tlm,trusted-foundations.txt | 10 - tlm,version-major: major version number of Trusted Foundations firmware 11 - tlm,version-minor: minor version number of Trusted Foundations firmware
|
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/ |
D | ti,bq24735.txt | 15 is 0x0000h. This number is in mA (e.g. 8192), see spec for more information 19 is 0x0000h. This number is in mV (e.g. 19200), see spec for more information 23 POR value is 0x1000h. This number is in mA (e.g. 8064), see the spec for
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.h | 55 (instance)->atm_dev->number , ## arg) 65 (instance)->atm_dev->number, ##__VA_ARGS__) 68 (instance)->atm_dev->number, ##__VA_ARGS__)
|