Home
last modified time | relevance | path

Searched defs:num (Results 1 – 25 of 69) sorted by relevance

123

/include/uapi/linux/hsi/
Dhsi_char.h29 #define HSC_IOW(num, dtype) _IOW(HSI_CHAR_MAGIC, num, dtype) argument
30 #define HSC_IOR(num, dtype) _IOR(HSI_CHAR_MAGIC, num, dtype) argument
31 #define HSC_IOWR(num, dtype) _IOWR(HSI_CHAR_MAGIC, num, dtype) argument
32 #define HSC_IO(num) _IO(HSI_CHAR_MAGIC, num) argument
Dcs-protocol.h109 #define CS_IOW(num, dtype) _IOW(CS_IO_MAGIC, num, dtype) argument
110 #define CS_IOR(num, dtype) _IOR(CS_IO_MAGIC, num, dtype) argument
111 #define CS_IOWR(num, dtype) _IOWR(CS_IO_MAGIC, num, dtype) argument
112 #define CS_IO(num) _IO(CS_IO_MAGIC, num) argument
/include/uapi/xen/
Dprivcmd.h56 int num; member
62 int num; /* number of pages to populate */ member
73 unsigned int num; /* number of pages to populate */ member
/include/uapi/linux/
Dvirtio_ring.h98 unsigned int num; member
143 static inline void vring_init(struct vring *vr, unsigned int num, void *p, in vring_init()
153 static inline unsigned vring_size(unsigned int num, unsigned long align) in vring_size()
Domapfb.h33 #define OMAP_IOW(num, dtype) _IOW('O', num, dtype) argument
34 #define OMAP_IOR(num, dtype) _IOR('O', num, dtype) argument
35 #define OMAP_IOWR(num, dtype) _IOWR('O', num, dtype) argument
36 #define OMAP_IO(num) _IO('O', num) argument
Disdn_ppp.h61 int num; member
/include/asm-generic/bitops/
D__fls.h14 int num = BITS_PER_LONG - 1; in __fls() local
D__ffs.h14 int num = 0; in __ffs() local
/include/linux/
Dkprobes.h416 static inline int register_kprobes(struct kprobe **kps, int num) in register_kprobes()
423 static inline void unregister_kprobes(struct kprobe **kps, int num) in unregister_kprobes()
430 static inline int register_jprobes(struct jprobe **jps, int num) in register_jprobes()
437 static inline void unregister_jprobes(struct jprobe **jps, int num) in unregister_jprobes()
447 static inline int register_kretprobes(struct kretprobe **rps, int num) in register_kretprobes()
454 static inline void unregister_kretprobes(struct kretprobe **rps, int num) in unregister_kretprobes()
Dswapops.h199 static inline void num_poisoned_pages_add(long num) in num_poisoned_pages_add()
204 static inline void num_poisoned_pages_sub(long num) in num_poisoned_pages_sub()
Dvringh.h119 struct iovec *iovec, unsigned num) in vringh_iov_init()
181 struct kvec *kvec, unsigned num) in vringh_kiov_init()
Dseq_buf.h103 static inline void seq_buf_commit(struct seq_buf *s, int num) in seq_buf_commit()
Dgpio.h115 static inline int gpio_request_array(const struct gpio *array, size_t num) in gpio_request_array()
128 static inline void gpio_free_array(const struct gpio *array, size_t num) in gpio_free_array()
Dplatform_device.h97 const struct resource *res, unsigned int num, in platform_device_register_resndata()
138 const struct resource *res, unsigned int num) in platform_device_register_simple()
Dseq_file.h83 static inline void seq_commit(struct seq_file *m, int num) in seq_commit()
Dudp.h37 static inline u32 udp_hashfn(const struct net *net, u32 num, u32 mask) in udp_hashfn()
Dtty_ldisc.h171 int num; member
/include/dt-bindings/interrupt-controller/
Darm-gic.h20 #define GIC_CPU_MASK_SIMPLE(num) GIC_CPU_MASK_RAW((1 << (num)) - 1) argument
/include/uapi/linux/dvb/
Dca.h30 int num; /* slot number */ member
48 unsigned int num; /* number of available descramblers (keys) */ member
/include/sound/
Dtlv.h57 #define TLV_DB_RANGE_HEAD(num) \ argument
/include/net/
Dlwtunnel.h161 unsigned int num) in lwtunnel_encap_add_ops()
168 unsigned int num) in lwtunnel_encap_del_ops()
/include/crypto/
Dscatterwalk.h26 int chain, int num) in scatterwalk_crypto_chain()
/include/linux/platform_data/
Datmel.h47 int num; /* port num */ member
/include/linux/hsi/
Dhsi.h238 unsigned int num; member
324 unsigned int num) in hsi_find_port_num()
/include/linux/mmc/
Dsdio_func.h50 unsigned int num; /* function number */ member

123