Searched refs:pos (Results 51 - 60 of 60) sorted by relevance

123

/include/linux/
H A Datmdev.h201 int (*proc_read)(struct atm_dev *dev,loff_t *pos,char *page);
H A Dedac.h610 int pos[EDAC_MAX_LAYERS]; member in struct:errcount_attribute_data
H A Dftrace_event.h100 loff_t pos; member in struct:trace_iterator
H A Dcompat.h347 unsigned long vlen, loff_t pos);
353 unsigned long vlen, loff_t pos);
H A Dsyscalls.h569 size_t count, loff_t pos);
571 size_t count, loff_t pos);
/include/uapi/linux/
H A Dsoundcard.h1223 #define SEQ_PANNING(dev, voice, pos) SEQ_CONTROL(dev, voice, CTL_PAN, (pos+128) / 2)
1244 #define SEQ_SONGPOS(pos) _TIMER_EVENT(TMR_SPP, pos)
/include/net/
H A Dsock.h666 * @pos: the &struct hlist_node to use as a loop cursor.
671 #define sk_nulls_for_each_entry_offset(tpos, pos, head, offset) \
672 for (pos = (head)->first; \
673 (!is_a_nulls(pos)) && \
674 ({ tpos = (typeof(*tpos) *)((void *)pos - offset); 1;}); \
675 pos = pos->next)
H A Dneighbour.h310 struct neighbour *n, loff_t *pos);
/include/sound/
H A Dpcm.h77 snd_pcm_uframes_t pos,
80 snd_pcm_uframes_t pos, snd_pcm_uframes_t count);
/include/linux/isdn/
H A Dcapiutil.h179 size_t pos; member in struct:__anon436

Completed in 200 milliseconds

123