Searched refs:index (Results 76 - 100 of 133) sorted by relevance

123456

/include/trace/events/
H A Dbtrfs.h296 __field( pgoff_t, index )
310 __entry->index = page->index;
328 (unsigned long)__entry->ino, __entry->index,
352 __field( pgoff_t, index )
361 __entry->index = page->index;
372 (unsigned long)__entry->ino, (unsigned long)__entry->index,
H A Dext3.h242 __field( pgoff_t, index )
247 __entry->index = page->index;
254 (unsigned long) __entry->ino, __entry->index)
298 __field( pgoff_t, index )
306 __entry->index = page->index;
315 __entry->index, __entry->offset)
/include/drm/
H A Dvia_drm.h132 unsigned long index; member in struct:__anon117
/include/linux/
H A Dclk-provider.h75 * return value is a u8 which specifies the index corresponding to
76 * the parent clock. This index can be applied to either the
79 * index. Currently only called when the clock is initialized by
85 * possible parents specify a new parent by passing in the index
88 * array index into the value programmed into the hardware.
126 int (*set_parent)(struct clk_hw *hw, u8 index);
240 * CLK_MUX_INDEX_ONE - register index starts at 1, not 0
241 * CLK_MUX_INDEX_BITWISE - register index is a single bit (power of two)
H A Dmm_types.h54 pgoff_t index; /* Our offset within mapping. */ member in union:page::__anon809::__anon810
H A Dseq_file.h22 loff_t index; member in struct:seq_file
H A Dserial_core.h377 unsigned int line; /* port index */
464 struct tty_driver *uart_console_device(struct console *co, int *index);
538 if (port->cons && port->cons->index == port->line) {
H A Dxfrm.h393 __u32 index; member in struct:xfrm_userpolicy_info
407 __u32 index; member in struct:xfrm_userpolicy_id
H A Dieee80211.h1493 * - Regulatory class - index into set of rules
1494 * - Coverage class - index into air propagation time (Table 7-27),
1496 * the index by multiplying by 3, so index 10 yields a propagation
1858 u8 index, indexn1, indexn2; local
1864 index = aid / 8;
1870 if (index < indexn1 || index > indexn2)
1873 index -= indexn1;
1875 return !!(tim->virtual_map[index]
[all...]
H A Dtty.h265 int index; member in struct:tty_struct
412 unsigned index, struct device *dev);
413 extern void tty_unregister_device(struct tty_driver *driver, unsigned index);
H A Dhrtimer.h136 * @index: clock type index for per_cpu support when moving a
147 int index; member in struct:hrtimer_clock_base
H A Dethtool.h418 * @spi: Security parameters index
476 * @ring_cookie: RX ring/queue index to deliver to, or %RX_CLS_FLOW_DISC
584 * @ring_index: RX ring/queue index for each hash value
606 * @action: RX ring/queue index to deliver to (non-negative) or other action
794 * @index: Index in RX flow hash indirection table
799 static inline u32 ethtool_rxfh_indir_default(u32 index, u32 n_rx_rings) argument
801 return index % n_rx_rings;
/include/linux/mlx4/
H A Ddevice.h357 int index; member in struct:mlx4_db
390 int index; member in struct:mlx4_uar
632 int mlx4_register_vlan(struct mlx4_dev *dev, u8 port, u16 vlan, int *index);
633 void mlx4_unregister_vlan(struct mlx4_dev *dev, u8 port, int index);
/include/linux/mtd/
H A Dsh_flctl.h140 int index; member in struct:sh_flctl
/include/media/
H A Dv4l2-dev.h112 int index; member in struct:video_device
/include/sound/
H A Demux_synth.h107 int hwdep_idx; /* hwdep device index */
234 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name);
H A Dasound.h123 unsigned int index; /* W: DSP index */ member in struct:snd_hwdep_dsp_image
773 unsigned int index; /* index of item */ member in struct:snd_ctl_elem_id
/include/xen/interface/
H A Dxen.h371 * Event channels are addressed by a "port index". Each channel is
517 uint32_t index; member in struct:tmem_op::__anon1949::__anon1951
H A Dplatform.h118 uint32_t index; member in struct:xenpf_firmware_info
/include/net/bluetooth/
H A Dmgmt.h48 __le16 index; member in struct:mgmt_hdr
77 __le16 index[0]; member in struct:mgmt_rp_read_index_list
/include/rdma/
H A Dib_verbs.h895 int id; /* index into kernel idr */
1102 u8 port_num, int index,
1105 u8 port_num, u16 index, u16 *pkey);
1321 u8 port_num, int index, union ib_gid *gid);
1324 u8 port_num, u16 index, u16 *pkey);
1335 u8 *port_num, u16 *index);
1338 u8 port_num, u16 pkey, u16 *index);
/include/pcmcia/
H A Dcistpl.h459 u_char index; member in struct:cistpl_cftable_entry_t
481 u_char index; member in struct:cistpl_cftable_entry_cb_t
/include/scsi/
H A Dlibsas.h472 int try_test_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count);
474 static inline int try_test_sas_gpio_gp_bit(unsigned int od, u8 *data, u8 index, u8 count) argument
/include/acpi/
H A Dprocessor.h60 u8 index; member in struct:acpi_processor_cx
/include/asm-generic/
H A Dvmlinux.lds.h578 .stab.index 0 : { *(.stab.index) } \

Completed in 444 milliseconds

123456