Searched refs:vg (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/gpio/ |
D | vx855_gpio.c | 100 struct vx855_gpio *vg = container_of(gpio, struct vx855_gpio, gpio); in vx855gpio_direction_input() local 113 spin_lock_irqsave(&vg->lock, flags); in vx855gpio_direction_input() 114 reg_out = inl(vg->io_gpo); in vx855gpio_direction_input() 116 outl(reg_out, vg->io_gpo); in vx855gpio_direction_input() 117 spin_unlock_irqrestore(&vg->lock, flags); in vx855gpio_direction_input() 124 struct vx855_gpio *vg = container_of(gpio, struct vx855_gpio, gpio); in vx855gpio_get() local 129 reg_in = inl(vg->io_gpi); in vx855gpio_get() 135 reg_in = inl(vg->io_gpo); in vx855gpio_get() 139 reg_in = inl(vg->io_gpi); in vx855gpio_get() 150 struct vx855_gpio *vg = container_of(gpio, struct vx855_gpio, gpio); in vx855gpio_set() local [all …]
|
/linux-2.6.39/include/linux/ |
D | if_vlan.h | 95 static inline struct net_device *vlan_group_get_device(struct vlan_group *vg, in vlan_group_get_device() argument 99 array = vg->vlan_devices_arrays[vlan_id / VLAN_GROUP_ARRAY_PART_LEN]; in vlan_group_get_device() 103 static inline void vlan_group_set_device(struct vlan_group *vg, in vlan_group_set_device() argument 108 if (!vg) in vlan_group_set_device() 110 array = vg->vlan_devices_arrays[vlan_id / VLAN_GROUP_ARRAY_PART_LEN]; in vlan_group_set_device()
|
/linux-2.6.39/net/8021q/ |
D | vlan.c | 80 static int vlan_group_prealloc_vid(struct vlan_group *vg, u16 vlan_id) in vlan_group_prealloc_vid() argument 87 array = vg->vlan_devices_arrays[vlan_id / VLAN_GROUP_ARRAY_PART_LEN]; in vlan_group_prealloc_vid() 96 vg->vlan_devices_arrays[vlan_id / VLAN_GROUP_ARRAY_PART_LEN] = array; in vlan_group_prealloc_vid()
|
/linux-2.6.39/drivers/s390/net/ |
D | qeth_l3_main.c | 1791 struct vlan_group *vg; in qeth_l3_add_vlan_mc() local 1798 vg = card->vlangrp; in qeth_l3_add_vlan_mc() 1800 struct net_device *netdev = vlan_group_get_device(vg, i); in qeth_l3_add_vlan_mc() 1854 struct vlan_group *vg; in qeth_l3_add_vlan_mc6() local 1861 vg = card->vlangrp; in qeth_l3_add_vlan_mc6() 1863 struct net_device *netdev = vlan_group_get_device(vg, i); in qeth_l3_add_vlan_mc6() 2219 struct vlan_group *vg; in qeth_l3_verify_vlan_dev() local 2222 vg = card->vlangrp; in qeth_l3_verify_vlan_dev() 2223 if (!vg) in qeth_l3_verify_vlan_dev() 2227 if (vlan_group_get_device(vg, i) == dev) { in qeth_l3_verify_vlan_dev()
|
/linux-2.6.39/Documentation/filesystems/ |
D | coda.txt | 1167 44..2200.. vvggeett
|