Searched refs:number (Results 101 - 125 of 937) sorted by relevance

1234567891011>>

/linux-master/sound/pci/hda/
H A Dhda_controller_trace.h27 __entry->card = (chip)->card->number;
49 __entry->card = (chip)->card->number;
/linux-master/arch/mips/pci/
H A Dops-lantiq.c35 if ((bus->number != 0) || ((devfn & 0xf8) > 0x78)
42 cfg_base |= (bus->number << LTQ_PCI_CFG_BUSNUM_SHF) | (devfn <<
H A Dpci-rt2880.c67 address = rt2880_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn),
94 address = rt2880_pci_get_cfgaddr(bus->number, PCI_SLOT(devfn),
171 if (dev->bus->number != 0)
235 if (!slot0_init && dev->bus->number == 0) {
/linux-master/sound/core/
H A Dpcm_timer.c105 tid.card = substream->pcm->card->number;
107 tid.subdevice = (substream->number << 1) | (substream->stream & 1);
H A Dpcm_param_trace.h43 __entry->card = substream->pcm->card->number;
45 __entry->subdevice = substream->number;
93 __entry->card = substream->pcm->card->number;
95 __entry->subdevice = substream->number;
H A Dpcm_memory.c118 substream->pcm->card->number, substream->pcm->device,
119 substream->stream ? 'c' : 'p', substream->number,
214 substream->pcm->card->number, substream->pcm->device,
215 substream->stream ? 'c' : 'p', substream->number,
278 substream->number < maximum_substreams) {
460 substream->pcm->card->number, substream->pcm->device,
461 substream->stream ? 'c' : 'p', substream->number,
/linux-master/sound/drivers/vx/
H A Dvx_pcm.c130 rmh.Cmd[0] |= pipe->number << FIELD_SIZE;
215 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number, 0);
218 *state = (rmh.Stat[0] & (1 << pipe->number)) ? 1 : 0;
240 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number, 0);
264 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number, 0);
286 rmh.Cmd[1] = 1 << pipe->number;
377 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number, 0);
386 * @num_audio: number of audio channels
425 pipe->number = audioid;
446 vx_set_pipe_cmd_params(&rmh, pipe->is_capture, pipe->number,
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run-batch.sh65 print "echo " scenario ": Bogus number of CPUs (old qemu-cmd?), so no taskset command.";
/linux-master/arch/arm/mach-orion5x/
H A Dpci.c25 * Note1: The local PCIe bus number is '0'. The local PCI bus number
79 if (pcie_valid_config(bus->number, PCI_SLOT(devfn)) == 0) {
96 if (pcie_valid_config(bus->number, PCI_SLOT(devfn)) == 0) {
123 if (pcie_valid_config(bus->number, PCI_SLOT(devfn)) == 0)
345 if (!orion5x_pci_valid_config(bus->number, devfn)) {
350 return orion5x_pci_hw_rd_conf(bus->number, PCI_SLOT(devfn),
357 if (!orion5x_pci_valid_config(bus->number, devfn))
360 return orion5x_pci_hw_wr_conf(bus->number, PCI_SLOT(devfn),
592 int bus = dev->bus->number;
[all...]
/linux-master/sound/pci/au88x0/
H A Dau88x0_pcm.c226 substream->number);
232 substream->number);
244 chip->pcm_vol[substream->number].active = 1;
246 chip->pcm_vol[substream->number].kctl, 1);
252 vortex_wt_allocroute(chip, substream->number, 0); */
253 vortex_wt_allocroute(chip, substream->number,
256 &chip->dma_wt[substream->number];
257 stream->dma = substream->number;
259 vortex_wtdma_setbuffers(chip, substream->number,
279 chip->pcm_vol[substream->number]
[all...]
/linux-master/sound/core/seq/
H A Dseq_clientmgr.c44 /* number of kernel non-card clients */
258 clienttab[client->number = c] = client;
264 clienttab[client->number = client_index] = client;
281 clienttablock[client->number] = 1;
282 clienttab[client->number] = NULL;
285 snd_seq_queue_client_leave(client->number);
290 clienttablock[client->number] = 0;
302 client->number);
312 client->number, client->type);
316 snd_seq_system_client_ev_client_exit(client->number);
[all...]
H A Dseq_clientmgr.h40 int number; /* client number */ member in struct:snd_seq_client
47 int num_ports; /* number of ports */
/linux-master/fs/quota/
H A Ddquot.c245 * list as soon as they are used again and dqstats.free_dquots gives the number
1129 void dquot_free_reserved_space(struct dquot *dquot, qsize_t number) argument
1131 if (dquot->dq_dqb.dqb_rsvspace >= number)
1132 dquot->dq_dqb.dqb_rsvspace -= number;
1143 static void dquot_decr_inodes(struct dquot *dquot, qsize_t number) argument
1146 dquot->dq_dqb.dqb_curinodes >= number)
1147 dquot->dq_dqb.dqb_curinodes -= number;
1155 static void dquot_decr_space(struct dquot *dquot, qsize_t number) argument
1158 dquot->dq_dqb.dqb_curspace >= number)
1159 dquot->dq_dqb.dqb_curspace -= number;
1681 __dquot_alloc_space(struct inode *inode, qsize_t number, int flags) argument
1799 dquot_claim_space_nodirty(struct inode *inode, qsize_t number) argument
1841 dquot_reclaim_space_nodirty(struct inode *inode, qsize_t number) argument
1883 __dquot_free_space(struct inode *inode, qsize_t number, int flags) argument
[all...]
/linux-master/sound/isa/gus/
H A Dgus_pcm.c134 snd_gf1_select_voice(gus, pcmp->pvoices[voice]->number);
153 snd_gf1_select_voice(gus, pcmp->pvoices[voice]->number);
163 snd_gf1_select_voice(gus, pcmp->pvoices[voice]->number);
182 snd_gf1_smart_stop_voice(gus, pvoice->number);
188 snd_gf1_smart_stop_voice(gus, pvoice->number);
195 snd_gf1_select_voice(gus, pvoice->number);
199 snd_gf1_select_voice(gus, pvoice->number);
202 snd_gf1_select_voice(gus, pcmp->pvoices[1]->number);
205 snd_gf1_select_voice(gus, pvoice->number);
223 snd_gf1_select_voice(gus, pcmp->pvoices[idx]->number);
[all...]
/linux-master/drivers/xen/xen-pciback/
H A Dpassthrough.c33 && bus == (unsigned int)dev_entry->dev->bus->number
65 bus = (unsigned int)dev->bus->number;
145 bus = (unsigned int)dev_entry->dev->bus->number;
183 *bus = pcidev->bus->number;
/linux-master/drivers/xen/
H A Ddbgp.c27 dbgp.u.pci.bus = pdev->bus->number;
/linux-master/drivers/hid/
H A Dhid-roccat-isku.h66 uint8_t number; /* ISKU_REPORT_NUMBER_BUTTON */ member in struct:isku_report_button
/linux-master/arch/m68k/coldfire/
H A Dpci.c65 if (bus->number == 0) {
70 addr = mcf_mk_pcicar(bus->number, devfn, where);
97 if (bus->number == 0) {
102 addr = mcf_mk_pcicar(bus->number, devfn, where);
/linux-master/include/net/
H A Dgtp.h27 __u8 number; member in struct:gtp0_header
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush-hash.h64 extern void flush_hash_range(unsigned long number, int local);
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.h44 .number = _number, \
/linux-master/drivers/pci/controller/
H A Dpci-host-generic.c36 if (bus->number == cfg->busr.start && PCI_SLOT(devfn) > 0)
/linux-master/tools/perf/util/
H A Dexpr.l107 number ([0-9]+\.?[0-9]*|[0-9]*\.?[0-9]+)(e-?[0-9]+)?
128 {number} { return value(yyscanner); }
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_base.c46 * Protects cbe_spu_info and spu->number.
389 spu->number);
397 spu->number);
405 spu->number);
540 spu->dev.id = spu->number;
545 spu->number);
558 static int number; local
570 spu->number = number++;
713 if (WARN_ON(spu->number >
[all...]
/linux-master/drivers/scsi/libsas/
H A Dsas_init.c184 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number];
233 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number];
243 struct domain_device *ata_dev = sas_ex_to_ata(ddev, phy->number);
250 return sas_smp_phy_control(ddev, phy->number, reset_type, NULL);
267 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number];
282 ret = sas_smp_phy_control(ddev, phy->number, cmd, NULL);
304 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number];
312 ret = sas_smp_phy_control(ddev, phy->number, reset_type, NULL);
340 struct asd_sas_phy *asd_phy = sas_ha->sas_phy[phy->number];
349 ret = sas_smp_phy_control(ddev, phy->number,
[all...]

Completed in 226 milliseconds

1234567891011>>