/include/net/ |
D | lib80211.h | 58 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 …]
|
D | wpan-phy.h | 57 char priv[0] __attribute__((__aligned__(NETDEV_ALIGN))); member 76 return &phy->priv; in wpan_phy_priv()
|
/include/linux/ |
D | 8250_pci.h | 35 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);
|
D | list_sort.h | 8 void list_sort(void *priv, struct list_head *head, 9 int (*cmp)(void *priv, struct list_head *a,
|
D | anon_inodes.h | 15 void *priv, int flags); 17 void *priv, int flags);
|
D | inet_lro.h | 107 void **tcpudp_hdr, u64 *hdr_flags, void *priv); 121 void *priv); 135 void *priv); 154 int len, int true_size, void *priv, __wsum sum);
|
D | parport_pc.h | 88 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()
|
D | dma-buf.h | 130 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__)
|
D | hid-sensor-hub.h | 68 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);
|
D | devpts_fs.h | 24 void *priv); 36 dev_t device, int index, void *priv) in devpts_pty_new() argument
|
D | keycombo.h | 30 void *priv; member
|
D | stmmac.h | 79 int (*phy_reset)(void *priv); 108 void (*fix_mac_speed)(void *priv, unsigned int speed);
|
D | hw_random.h | 40 unsigned long priv; member
|
D | hdlc.h | 52 void *priv; member 70 struct net_device *alloc_hdlcdev(void *priv);
|
/include/media/ |
D | v4l2-mem2mem.h | 45 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));
|
D | videobuf2-core.h | 473 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,
|
D | videobuf-dma-contig.h | 26 void *priv,
|
D | videobuf-vmalloc.h | 39 void *priv,
|
/include/net/irda/ |
D | iriap.h | 57 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,
|
D | irmod.h | 72 int (*data_indication)(void *priv, void *sap, struct sk_buff *skb); 73 int (*udata_indication)(void *priv, void *sap, struct sk_buff *skb);
|
D | irlan_client.h | 41 struct ias_value *value, void *priv);
|
/include/uapi/linux/netfilter/ |
D | xt_TEE.h | 9 struct xt_tee_priv *priv __attribute__((aligned(8))); member
|
/include/linux/iio/ |
D | iio.h | 93 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/ |
D | fcoe_sysfs.h | 100 void *priv; member 120 ((x)->priv)
|
/include/target/ |
D | target_core_backend.h | 64 sense_reason_t (*do_unmap_fn)(struct se_cmd *cmd, void *priv, 66 void *priv);
|