Home
last modified time | relevance | path

Searched refs:other_dev (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/cpuidle/
H A Dcoupled.c645 struct cpuidle_device *other_dev; in cpuidle_coupled_register_device() local
653 other_dev = per_cpu(cpuidle_devices, cpu); in cpuidle_coupled_register_device()
654 if (other_dev && other_dev->coupled) { in cpuidle_coupled_register_device()
655 coupled = other_dev->coupled; in cpuidle_coupled_register_device()
/openbmc/qemu/hw/usb/
H A Ddesc.c634 const USBDescDevice *other_dev; in usb_desc_get_descriptor() local
642 other_dev = usb_device_get_usb_desc(dev)->full; in usb_desc_get_descriptor()
644 other_dev = usb_device_get_usb_desc(dev)->high; in usb_desc_get_descriptor()
669 if (other_dev != NULL) { in usb_desc_get_descriptor()
670 ret = usb_desc_device_qualifier(other_dev, buf, buflen); in usb_desc_get_descriptor()
675 if (other_dev != NULL && index < other_dev->bNumConfigurations) { in usb_desc_get_descriptor()
676 ret = usb_desc_config(other_dev->confs + index, flags, in usb_desc_get_descriptor()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch.c59 struct net_device *other_dev; in dpaa2_switch_port_set_fdb() local
93 netdev_for_each_lower_dev(bridge_dev, other_dev, iter) { in dpaa2_switch_port_set_fdb()
94 if (!dpaa2_switch_port_dev_check(other_dev)) in dpaa2_switch_port_set_fdb()
97 if (other_dev == port_priv->netdev) in dpaa2_switch_port_set_fdb()
100 other_port_priv = netdev_priv(other_dev); in dpaa2_switch_port_set_fdb()
2008 struct net_device *other_dev; in dpaa2_switch_port_bridge_join() local
2013 netdev_for_each_lower_dev(upper_dev, other_dev, iter) { in dpaa2_switch_port_bridge_join()
2014 if (!dpaa2_switch_port_dev_check(other_dev)) in dpaa2_switch_port_bridge_join()
2017 other_port_priv = netdev_priv(other_dev); in dpaa2_switch_port_bridge_join()
/openbmc/linux/tools/testing/selftests/net/
H A Dfib_nexthops.sh617 local -A other_dev
618 other_dev=([veth1]=veth3 [veth3]=veth1)
670 local -A other_dev
671 other_dev=([veth1]=veth3 [veth3]=veth1)