Searched refs:index (Results 51 - 75 of 133) sorted by relevance

123456

/include/linux/
H A Dproportions.h38 int index; member in struct:prop_descriptor
H A Dvirtio.h55 * @index: unique position on the virtio bus
64 int index; member in struct:virtio_device
H A Dof.h217 int index, const char **output);
239 int index);
241 const char *list_name, const char *cells_name, int index,
308 const char *propname, int index,
335 int index)
307 of_property_read_string_index(struct device_node *np, const char *propname, int index, const char **out_string) argument
333 of_parse_phandle(struct device_node *np, const char *phandle_name, int index) argument
H A Dbitops.h152 * @index: 0 based bit index (0<=index<32) to sign bit
154 static inline __s32 sign_extend32(__u32 value, int index) argument
156 __u8 shift = 31 - index;
H A Dbtree-type.h116 size_t index, void *__func);
119 BTREE_KEYTYPE key, size_t index);
H A Ddmar.h127 extern int set_irte_irq(int irq, struct intel_iommu *iommu, u16 index,
155 static inline int set_irte_irq(int irq, struct intel_iommu *iommu, u16 index, argument
H A Dhiddev.h53 __u32 index; member in struct:hiddev_collection_info
61 __s32 index; member in struct:hiddev_string_descriptor
H A Dmedia.h102 __u16 index; /* pad index */ member in struct:media_pad_desc
H A Dhugetlb.h292 static inline unsigned hstate_index_to_shift(unsigned index) argument
294 return hstates[index].order + PAGE_SHIFT;
314 #define hstate_index_to_shift(index) 0
H A Dslub_def.h212 int index = kmalloc_index(size); local
214 if (index == 0)
217 return kmalloc_caches[index];
H A Dvideodev2.h434 __u32 index; /* Format number */ member in struct:v4l2_fmtdesc
471 __u32 index; /* Frame size number */ member in struct:v4l2_frmsizeenum
499 __u32 index; /* Frame format index */ member in struct:v4l2_frmivalenum
612 * @index: id number of the buffer
638 __u32 index; member in struct:v4l2_buffer
934 __u32 index; member in struct:v4l2_standard
954 __u32 index; member in struct:v4l2_dv_enum_preset
1039 __u32 index; /* Which input */ member in struct:v4l2_input
1087 __u32 index; /* Whic member in struct:v4l2_output
1172 __u32 index; member in struct:v4l2_querymenu
1789 __u32 index; member in struct:v4l2_tuner
1803 __u32 index; member in struct:v4l2_modulator
1880 __u32 index; member in struct:v4l2_audio
1895 __u32 index; member in struct:v4l2_audioout
2300 __u32 index; member in struct:v4l2_create_buffers
[all...]
H A Dksm.h83 page->index != linear_page_index(vma, address));
H A Dlru_cache.h37 define a helper framework to easily keep track of index:label associations,
108 fixed (but configurable) number of slots which we can identify by index, and
111 change itself (index: -old_label, +new_label), and which index is associated
112 with which label (index: current_label) within a certain sliding window that
119 size of the sliding window recording "index: current_label" associations within
154 * them, as the change "index: -old_label, +LC_FREE" would need a transaction
163 /* back "pointer" into lc_cache->element[index],
204 /* when changing the label of an index element */
207 /* for paranoia when changing the label of an index elemen
[all...]
H A Dmca.h49 /* index into id_table, set by the bus match routine */
50 int index; member in struct:mca_device
H A Dcpufreq.h381 unsigned int index; /* any */ member in struct:cpufreq_frequency_table
396 unsigned int *index);
H A Dpkt_cls.h120 __u32 index; member in struct:tc_police
150 __u32 index; \
299 /* TC index filter */
/include/sound/
H A Demu8000.h63 int index; /* sequencer client index */ member in struct:snd_emu8000
H A Dwss.h180 .index = xindex, \
196 .index = xindex, \
207 .index = xindex, \
219 .index = xindex, \
/include/linux/netfilter/ipset/
H A Dip_set.h177 /* Sets are identified by an index in kernel space. Tweak with ip_set_id_t
342 extern void ip_set_put_byindex(ip_set_id_t index);
343 extern const char *ip_set_name_byindex(ip_set_id_t index);
345 extern ip_set_id_t ip_set_nfnl_get_byindex(ip_set_id_t index);
346 extern void ip_set_nfnl_put(ip_set_id_t index);
470 ip_set_id_t index; member in union:ip_set_name_index
473 #define IP_SET_OP_GET_BYNAME 0x00000006 /* Get set index by name */
480 #define IP_SET_OP_GET_BYINDEX 0x00000007 /* Get set name by index */
/include/acpi/
H A Dacpi_drivers.h89 int acpi_pci_link_allocate_irq(acpi_handle handle, int index, int *triggering,
/include/media/davinci/
H A Dvpbe.h115 /* Set output to the given index */
117 int index);
171 /* current encoder index */
/include/media/
H A Dmedia-entity.h41 u16 index; /* Pad index in the entity pads array */ member in struct:media_pad
/include/net/
H A Dipx.h89 int index; member in struct:ipx_cb::__anon1516
/include/xen/interface/
H A Dphysdev.h141 int index; member in struct:physdev_map_pirq
/include/linux/usb/
H A Dwusb.h261 * WUSB key index WUSB1.0[7.3.2.4], for usage when setting keys for
264 static inline u8 wusb_key_index(int index, int type, int originator) argument
266 return (originator << 6) | (type << 4) | index;

Completed in 1160 milliseconds

123456