Searched refs:index (Results 1 - 25 of 133) sorted by relevance

123456

/include/linux/
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 Dvia_i2c.h35 int viafb_i2c_readbyte(u8 adap, u8 slave_addr, u8 index, u8 *pdata);
36 int viafb_i2c_writebyte(u8 adap, u8 slave_addr, u8 index, u8 data);
37 int viafb_i2c_readbytes(u8 adap, u8 slave_addr, u8 index, u8 *buff, int buff_len);
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 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 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 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 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 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 Dpagemap.h231 pgoff_t index);
233 pgoff_t index);
235 pgoff_t index, gfp_t gfp_mask);
240 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
244 pgoff_t index, unsigned flags);
247 * Returns locked page at given index in given cache, creating it if needed.
250 pgoff_t index)
252 return find_or_create_page(mapping, index, mapping_gfp_mask(mapping));
256 pgoff_t index);
258 pgoff_t index, filler_
249 grab_cache_page(struct address_space *mapping, pgoff_t index) argument
266 read_mapping_page_async( struct address_space *mapping, pgoff_t index, void *data) argument
274 read_mapping_page(struct address_space *mapping, pgoff_t index, void *data) argument
[all...]
H A Dfs_enet_pd.h60 static inline int fs_fec_index2id(int index) argument
62 int id = fsid_fec1 + index - 1;
68 static inline int fs_fcc_index2id(int index) argument
70 int id = fsid_fcc1 + index - 1;
76 static inline int fs_scc_index2id(int index) argument
78 int id = fsid_scc1 + index - 1;
115 int fs_no; /* controller index */
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 Dsvga.h70 static inline void svga_wattr(void __iomem *regbase, u8 index, u8 data) argument
73 vga_w(regbase, VGA_ATT_IW, index);
79 static inline void svga_wseq_mask(void __iomem *regbase, u8 index, u8 data, u8 mask) argument
81 vga_wseq(regbase, index, (data & mask) | (vga_rseq(regbase, index) & ~mask));
86 static inline void svga_wcrt_mask(void __iomem *regbase, u8 index, u8 data, u8 mask) argument
88 vga_wcrt(regbase, index, (data & mask) | (vga_rcrt(regbase, index) & ~mask));
H A Diommu-helper.h16 extern int iommu_is_span_boundary(unsigned int index, unsigned int nr,
H A Dswitch.h24 int index; member in struct:switch_dev
/include/sound/
H A Demu10k1_synth.h32 int index; /* sequencer client index */ member in struct:snd_emu10k1_synth_arg
/include/rdma/
H A Dib_cache.h44 * @index: The index into the cached GID table to query.
45 * @gid: The GID value found at the specified index.
52 int index,
56 * ib_find_cached_gid - Returns the port number and GID table index where
61 * @index: The index into the cached GID table where the GID was found. This
70 u16 *index);
76 * @index: The index int
[all...]
H A Drdma_netlink.h49 * @index: Index of the added client
55 int ibnl_add_client(int index, int nops,
60 * @index: Index of the removed IB client.
64 int ibnl_remove_client(int index);
/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/usb/
H A Datmel_usba_udc.h9 int index; member in struct:usba_ep_data
/include/linux/dvb/
H A Dca.h64 unsigned int index; member in struct:ca_msg
71 unsigned int index; member in struct:ca_descr
78 int index; /* -1 == disable*/ member in struct:ca_pid
/include/media/
H A Dsi4713.h33 __u32 index; /* modulator index */ member in struct:si4713_rnl
/include/net/bluetooth/
H A Dhci_mon.h29 __le16 index; member in struct:hci_mon_hdr
/include/xen/interface/hvm/
H A Dhvm_op.h30 uint32_t index; /* IN */ member in struct:xen_hvm_param
/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

Completed in 290 milliseconds

123456