Searched refs:slots (Results 1 - 18 of 18) sorted by relevance

/include/sound/
H A Dsimple_card.h21 int slots; member in struct:asoc_simple_dai
H A Dmixer_oss.h56 struct snd_mixer_oss_slot slots[SNDRV_OSS_MAX_MIXERS]; /* OSS mixer slots */ member in struct:snd_mixer_oss
H A Dsoc-dai.h114 unsigned int tx_mask, unsigned int rx_mask, int slots, int slot_width);
145 int (*xlate_tdm_slot_mask)(unsigned int slots,
149 int slots, int slot_width);
H A Dac97_codec.h461 unsigned short used_slots[2][4]; /* actually used PCM slots */
633 unsigned short aslots; /* active slots */
637 unsigned short slots; /* driver input: requested AC97 slot numbers */ member in struct:ac97_pcm::__anon1516
638 unsigned short rslots[4]; /* allocated slots per codecs */
649 enum ac97_pcm_cfg cfg, unsigned short slots);
H A Dsoc.h1444 unsigned int *slots,
/include/linux/
H A Ddlm.h36 void (*recover_done) (void *ops_arg, struct dlm_slot *slots,
H A Deisa.h96 int slots; /* Max slot number */ member in struct:eisa_root_device
H A Dipack.h170 * @slots: number of slots available
177 int slots; member in struct:ipack_bus_device
186 * @slots: number of slots available in the bus device.
192 struct ipack_bus_device *ipack_bus_register(struct device *parent, int slots,
H A Dassoc_array_priv.h21 #define ASSOC_ARRAY_FAN_OUT 16 /* Number of slots per node */
59 struct assoc_array_ptr *slots[ASSOC_ARRAY_FAN_OUT]; member in struct:assoc_array_node
H A Dkvm_host.h439 #define kvm_for_each_memslot(memslot, slots) \
440 for (memslot = &slots->memslots[0]; \
441 memslot < slots->memslots + KVM_MEM_SLOTS_NUM && memslot->npages;\
478 id_to_memslot(struct kvm_memslots *slots, int id) argument
480 int index = slots->id_to_index[id];
483 slot = &slots->memslots[index];
833 search_memslots(struct kvm_memslots *slots, gfn_t gfn) argument
837 kvm_for_each_memslot(memslot, slots)
846 __gfn_to_memslot(struct kvm_memslots *slots, gfn_t gfn) argument
848 return search_memslots(slots, gf
[all...]
H A Dcb710.h40 unsigned slots; member in struct:cb710_chip
45 /* NOTE: cb710_chip.slots is modified only during device init/exit and
H A Dcdrom.h127 /* The SCSI spec says there could be 256 slots. */
166 struct cdrom_slot slots[CDROM_MAX_SLOTS]; member in struct:cdrom_changer_info
H A Dradix-tree.h102 void __rcu *slots[RADIX_TREE_MAP_SIZE]; member in struct:radix_tree_node
316 * This radix tree iterator works in terms of "chunks" of slots. A chunk is a
317 * subinterval of slots contained within one radix tree leaf node. It is
320 * iteration radix_tree_iter also holds the slots' bit-mask for one chosen
330 #define RADIX_TREE_ITER_TAGGED 0x0100 /* lookup tagged slots */
357 * radix_tree_next_chunk - find next chunk of slots for iteration
445 * radix_tree_for_each_chunk_slot - iterate over slots in one chunk
458 * radix_tree_for_each_slot - iterate over non-empty slots
473 * radix_tree_for_each_contig - iterate over contiguous slots
490 * radix_tree_for_each_tagged - iterate over tagged slots
[all...]
H A Dpci.h55 struct list_head list; /* node in list of slots on this bus */
447 struct list_head slots; /* list of slots on this bus */ member in struct:pci_bus
/include/linux/input/
H A Dmt.h39 * @num_slots: number of MT slots the device uses
44 * @slots: array of slots holding current values of tracked contacts
53 struct input_mt_slot slots[]; member in struct:input_mt
121 int input_mt_assign_slots(struct input_dev *dev, int *slots,
/include/linux/platform_data/
H A Dmmc-omap.h43 /* number of slots per controller */
151 } slots[OMAP_MMC_MAX_SLOTS]; member in struct:omap_mmc_platform_data
/include/drm/
H A Ddrm_dp_mst_helper.h35 * @num_slots: number of slots for this PBN
107 * @tx_slots: transmission slots for this device.
128 /* slots are protected by mstb->mgr->qlock */
410 * @pbn_div: PBN to slots divisor.
485 bool drm_dp_mst_allocate_vcpi(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_mst_port *port, int pbn, int *slots);
/include/linux/mfd/
H A Drtsx_pci.h915 struct rtsx_slot *slots; member in struct:rtsx_pcr

Completed in 328 milliseconds