Searched defs:index (Results 1 - 25 of 99) sorted by relevance

1234

/include/sound/
H A Demu10k1_synth.h32 int index; /* sequencer client index */ member in struct:snd_emu10k1_synth_arg
/include/linux/
H A Dcpu_rmap.h19 * @near: For each CPU, the index and distance to the nearest object,
26 u16 index; member in struct:cpu_rmap::__anon276
44 extern int cpu_rmap_update(struct cpu_rmap *rmap, u16 index,
49 return rmap->near[cpu].index;
54 return rmap->obj[rmap->near[cpu].index];
H A Dhwmon-sysfs.h27 int index; member in struct:sensor_device_attribute
34 .index = _index }
42 u8 index; member in struct:sensor_device_attribute_2
50 .index = _index, \
H A Dof_irq.h18 extern unsigned int irq_of_parse_and_map(struct device_node *node, int index);
48 extern int of_irq_map_oldworld(struct device_node *device, int index,
53 static inline int of_irq_map_oldworld(struct device_node *device, int index, argument
64 extern int of_irq_map_one(struct device_node *device, int index,
69 extern int of_irq_to_resource(struct device_node *dev, int index,
H A Dscx200_gpio.h1 u32 scx200_gpio_configure(unsigned index, u32 set, u32 clear);
10 #define __SCx200_GPIO_BANK unsigned bank = index>>5
13 #define __SCx200_GPIO_INDEX index &= 31
19 static inline int scx200_gpio_get(unsigned index) { argument
24 return (inl(ioaddr) & (1<<index)) ? 1 : 0;
31 static inline int scx200_gpio_current(unsigned index) { argument
35 return (scx200_gpio_shadow[bank] & (1<<index)) ? 1 : 0;
40 static inline void scx200_gpio_set_high(unsigned index) { argument
45 set_bit(index, shadow); /* __set_bit()? */
51 static inline void scx200_gpio_set_low(unsigned index) { argument
62 scx200_gpio_set(unsigned index, int state) argument
75 scx200_gpio_change(unsigned index) argument
[all...]
H A Dswitch.h24 int index; member in struct:switch_dev
H A Dof_address.h9 extern int of_address_to_resource(struct device_node *dev, int index,
15 extern void __iomem *of_iomap(struct device_node *device, int index);
19 * instead of an absolute index
21 extern const u32 *of_get_address(struct device_node *dev, int index,
30 static inline int of_address_to_resource(struct device_node *dev, int index, argument
42 static inline void __iomem *of_iomap(struct device_node *device, int index) argument
46 static inline const u32 *of_get_address(struct device_node *dev, int index, argument
H A Datmel_pwm.h7 * @index: number of this channel (0..31)
27 unsigned index; member in struct:pwm_channel
31 extern int pwm_channel_alloc(int index, struct pwm_channel *ch);
H A Dof_gpio.h51 const char *list_name, int index, enum of_gpio_flags *flags);
70 const char *list_name, int index, enum of_gpio_flags *flags)
117 * @index: index of the GPIO
124 static inline int of_get_gpio_flags(struct device_node *np, int index, argument
127 return of_get_named_gpio_flags(np, "gpios", index, flags);
134 * @index: index of the GPIO
140 const char *propname, int index)
142 return of_get_named_gpio_flags(np, propname, index, NUL
69 of_get_named_gpio_flags(struct device_node *np, const char *list_name, int index, enum of_gpio_flags *flags) argument
139 of_get_named_gpio(struct device_node *np, const char *propname, int index) argument
153 of_get_gpio(struct device_node *np, int index) argument
[all...]
H A Dproportions.h38 int index; member in struct:prop_descriptor
H A Dptp_clock.h57 unsigned int index; /* Which channel to configure. */ member in struct:ptp_extts_request
65 unsigned int index; /* Which channel to configure. */ member in struct:ptp_perout_request
79 unsigned int index; /* Which channel produced the event. */ member in struct:ptp_extts_event
H A Dptp_clock_kernel.h119 * @index: Identifies the source of the event.
125 int index; member in struct:ptp_clock_event
H A Dshmem_fs.h53 pgoff_t index, gfp_t gfp_mask);
58 struct address_space *mapping, pgoff_t index)
60 return shmem_read_mapping_page_gfp(mapping, index,
57 shmem_read_mapping_page( struct address_space *mapping, pgoff_t index) argument
H A Dvirtio.h55 * @index: unique position on the virtio bus
64 int index; member in struct:virtio_device
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 Dseq_file.h22 loff_t index; member in struct:seq_file
H A Dv4l2-subdev.h69 * @index: format index during enumeration
74 __u32 index; member in struct:v4l2_subdev_mbus_code_enum
82 * @index: format index during enumeration
86 __u32 index; member in struct:v4l2_subdev_frame_size_enum
110 * @index: frame interval index during enumeration
117 __u32 index; member in struct:v4l2_subdev_frame_interval_enum
/include/linux/usb/
H A Datmel_usba_udc.h9 int index; member in struct:usba_ep_data
/include/media/
H A Dsi4713.h33 __u32 index; /* modulator index */ member in struct:si4713_rnl
/include/xen/interface/hvm/
H A Dhvm_op.h30 uint32_t index; /* IN */ member in struct:xen_hvm_param
/include/xen/
H A Dgntalloc.h29 uint64_t index; member in struct:ioctl_gntalloc_alloc_gref
46 uint64_t index; member in struct:ioctl_gntalloc_dealloc_gref
70 uint64_t index; member in struct:ioctl_gntalloc_unmap_notify
77 /* Clear (set to zero) the byte specified by index */
H A Dgntdev.h46 * until mmap() is called with @index as the offset.
57 uint64_t index; member in struct:ioctl_gntdev_map_grant_ref
73 uint64_t index; member in struct:ioctl_gntdev_unmap_grant_ref
138 uint64_t index; member in struct:ioctl_gntdev_unmap_notify
145 /* Clear (set to zero) the byte specified by index */
/include/linux/netfilter/
H A Dxt_set.h17 ip_set_id_t index; member in struct:xt_set_info_v0
41 ip_set_id_t index; member in struct:xt_set_info
/include/linux/uwb/
H A Ddebug-cmd.h50 int index; member in struct:uwb_dbg_cmd_rsv_terminate
/include/net/bluetooth/
H A Dhci_mon.h29 __le16 index; member in struct:hci_mon_hdr

Completed in 278 milliseconds

1234