Home
last modified time | relevance | path

Searched refs:priv (Results 1 – 25 of 83) sorted by relevance

1234

/include/net/
Dlib80211.h58 void (*deinit) (void *priv);
66 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv);
67 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv);
71 int (*encrypt_msdu) (struct sk_buff * skb, int hdr_len, void *priv);
73 void *priv);
75 int (*set_key) (void *key, int len, u8 * seq, void *priv);
76 int (*get_key) (void *key, int len, u8 * seq, void *priv);
80 void (*print_stats) (struct seq_file *m, void *priv);
83 unsigned long (*get_flags) (void *priv);
84 unsigned long (*set_flags) (unsigned long flags, void *priv);
[all …]
Dwpan-phy.h57 char priv[0] __attribute__((__aligned__(NETDEV_ALIGN))); member
76 return &phy->priv; in wpan_phy_priv()
/include/linux/
D8250_pci.h35 void pciserial_remove_ports(struct serial_private *priv);
36 void pciserial_suspend_ports(struct serial_private *priv);
37 void pciserial_resume_ports(struct serial_private *priv);
Dlist_sort.h8 void list_sort(void *priv, struct list_head *head,
9 int (*cmp)(void *priv, struct list_head *a,
Danon_inodes.h15 void *priv, int flags);
17 void *priv, int flags);
Dinet_lro.h107 void **tcpudp_hdr, u64 *hdr_flags, void *priv);
121 void *priv);
135 void *priv);
154 int len, int true_size, void *priv, __wsum sum);
Dparport_pc.h88 const struct parport_pc_private *priv = p->physport->private_data; in dump_parport_state() local
99 dcr = i ? priv->ctr : inb (CONTROL (p)); in dump_parport_state()
131 struct parport_pc_private *priv = p->physport->private_data; in __parport_pc_frob_control() local
132 unsigned char ctr = priv->ctr; in __parport_pc_frob_control()
136 mask, val, ctr, ((ctr & ~mask) ^ val) & priv->ctr_writable); in __parport_pc_frob_control()
139 ctr &= priv->ctr_writable; /* only write writable bits. */ in __parport_pc_frob_control()
141 priv->ctr = ctr; /* Update soft copy */ in __parport_pc_frob_control()
179 const struct parport_pc_private *priv = p->physport->private_data; in parport_pc_read_control() local
180 return priv->ctr & rm; /* Use soft copy */ in parport_pc_read_control()
Ddma-buf.h130 void *priv; member
148 void *priv; member
170 struct dma_buf *dma_buf_export_named(void *priv, const struct dma_buf_ops *ops,
173 #define dma_buf_export(priv, ops, size, flags) \ argument
174 dma_buf_export_named(priv, ops, size, flags, __FILE__)
Dhid-sensor-hub.h68 int (*suspend)(struct hid_sensor_hub_device *hsdev, void *priv);
69 int (*resume)(struct hid_sensor_hub_device *hsdev, void *priv);
72 void *priv);
74 void *priv);
Ddevpts_fs.h24 void *priv);
36 dev_t device, int index, void *priv) in devpts_pty_new() argument
Dkeycombo.h30 void *priv; member
Dstmmac.h79 int (*phy_reset)(void *priv);
108 void (*fix_mac_speed)(void *priv, unsigned int speed);
Dhw_random.h40 unsigned long priv; member
Dhdlc.h52 void *priv; member
70 struct net_device *alloc_hdlcdev(void *priv);
/include/media/
Dv4l2-mem2mem.h45 void (*device_run)(void *priv);
46 int (*job_ready)(void *priv);
47 void (*job_abort)(void *priv);
48 void (*lock)(void *priv);
49 void (*unlock)(void *priv);
81 void *priv; member
135 int (*queue_init)(void *priv, struct vb2_queue *src_vq, struct vb2_queue *dst_vq));
Dvideobuf2-core.h473 int vb2_ioctl_reqbufs(struct file *file, void *priv,
475 int vb2_ioctl_create_bufs(struct file *file, void *priv,
477 int vb2_ioctl_prepare_buf(struct file *file, void *priv,
479 int vb2_ioctl_querybuf(struct file *file, void *priv, struct v4l2_buffer *p);
480 int vb2_ioctl_qbuf(struct file *file, void *priv, struct v4l2_buffer *p);
481 int vb2_ioctl_dqbuf(struct file *file, void *priv, struct v4l2_buffer *p);
482 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
483 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
484 int vb2_ioctl_expbuf(struct file *file, void *priv,
Dvideobuf-dma-contig.h26 void *priv,
Dvideobuf-vmalloc.h39 void *priv,
/include/net/irda/
Diriap.h57 struct ias_value *value, void *priv);
82 void *priv; /* Used to identify client */ member
93 struct iriap_cb *iriap_open(__u8 slsap_sel, int mode, void *priv,
Dirmod.h72 int (*data_indication)(void *priv, void *sap, struct sk_buff *skb);
73 int (*udata_indication)(void *priv, void *sap, struct sk_buff *skb);
Dirlan_client.h41 struct ias_value *value, void *priv);
/include/uapi/linux/netfilter/
Dxt_TEE.h9 struct xt_tee_priv *priv __attribute__((aligned(8))); member
/include/linux/iio/
Diio.h93 uintptr_t priv, const struct iio_chan_spec *chan, char *buf);
95 uintptr_t priv, const struct iio_chan_spec *chan, char *buf);
97 uintptr_t priv, const struct iio_chan_spec *chan, const char *buf,
522 static inline struct iio_dev *iio_priv_to_dev(void *priv) in iio_priv_to_dev() argument
524 return (struct iio_dev *)((char *)priv - in iio_priv_to_dev()
/include/scsi/
Dfcoe_sysfs.h100 void *priv; member
120 ((x)->priv)
/include/target/
Dtarget_core_backend.h64 sense_reason_t (*do_unmap_fn)(struct se_cmd *cmd, void *priv,
66 void *priv);

1234