Searched refs:vcc (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | atmdev.h | 104 void (*release_cb)(struct atm_vcc *vcc); /* release_sock callback */ 105 void (*push)(struct atm_vcc *vcc,struct sk_buff *skb); 106 void (*pop)(struct atm_vcc *vcc,struct sk_buff *skb); /* optional */ 107 int (*push_oam)(struct atm_vcc *vcc,void *cell); 108 int (*send)(struct atm_vcc *vcc,struct sk_buff *skb); 135 static inline struct sock *sk_atm(struct atm_vcc *vcc) in sk_atm() argument 137 return (struct sock *)vcc; in sk_atm() 186 int (*open)(struct atm_vcc *vcc); 187 void (*close)(struct atm_vcc *vcc); 193 int (*getsockopt)(struct atm_vcc *vcc,int level,int optname, [all …]
|
D | atm_tcp.h | 14 int (*attach)(struct atm_vcc *vcc,int itf);
|
D | fsl_devices.h | 142 int(*voltage_set)(int slot, int vcc, int vpp);
|
/include/net/ |
D | atmclip.h | 18 #define CLIP_VCC(vcc) ((struct clip_vcc *) ((vcc)->user_back)) argument 23 struct atm_vcc *vcc; /* VCC descriptor */ member 30 void (*old_push)(struct atm_vcc *vcc,struct sk_buff *skb); 32 void (*old_pop)(struct atm_vcc *vcc,struct sk_buff *skb);
|
/include/uapi/linux/ |
D | atm_tcp.h | 38 atm_kptr_t vcc; /* both directions */ member
|
D | atmsvc.h | 25 atm_kptr_t vcc; member
|
/include/linux/mfd/ |
D | stmpe.h | 123 struct regulator *vcc; member
|
/include/pcmcia/ |
D | cistpl.h | 459 cistpl_power_t vcc, vpp1, vpp2; member 480 cistpl_power_t vcc, vpp1, vpp2; member
|