Searched full:bat0 (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/Documentation/networking/ |
H A D | batman-adv.rst | 33 $ ip link add name bat0 type batadv 35 To activate a given interface simply attach it to the ``bat0`` interface:: 37 $ ip link set dev eth0 master bat0 42 To deactivate an interface you have to detach it from the "bat0" interface:: 48 batctl -m bat0 interface create 49 batctl -m bat0 interface add -M eth0 51 To detach eth0 and destroy bat0:: 53 batctl -m bat0 interface del -M eth0 54 batctl -m bat0 interface destroy 64 $ batctl -M bat0 orig_interval [all …]
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface3_power.c | 13 * - the driver is required for the ACPI BAT0 device to communicate to the chip 18 * events to BAT0 (the code is all available in the DSDT). 50 struct i2c_client *bat0; member 209 struct i2c_client *client = cdata->bat0; in mshw0011_bix() 273 struct i2c_client *client = cdata->bat0; in mshw0011_bst() 433 dev_info(&cdata->bat0->dev, "command(0x%02x) is not supported.\n", gsb->cmd.arg1); in mshw0011_space_handler() 510 struct i2c_client *bat0; in mshw0011_probe() local 522 strscpy(board_info.type, "MSHW0011-bat0", I2C_NAME_SIZE); in mshw0011_probe() 524 bat0 = i2c_acpi_new_device(dev, 1, &board_info); in mshw0011_probe() 525 if (IS_ERR(bat0)) in mshw0011_probe() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/org/freedesktop/UPower/ |
H A D | Device.interface.yaml | 77 /sys/devices/LNXSYSTM:00/device:00/PNP0C0A:00/power_supply/BAT0. Is
|
/openbmc/u-boot/include/configs/ |
H A D | sbc8641d.h | 332 * BAT0 2G Cacheable, non-guarded
|
H A D | xpedite517x.h | 331 * BAT0 2G Cacheable, non-guarded
|
H A D | MPC8641HPCN.h | 420 * BAT0 DDR
|
H A D | MPC8610HPCD.h | 283 * BAT0 2G Cacheable, non-guarded
|
/openbmc/linux/drivers/platform/x86/ |
H A D | system76_acpi.c | 267 if (strcmp(battery->desc->name, "BAT0") != 0) in system76_battery_add()
|
H A D | asus-wmi.c | 1269 if (strcmp(battery->desc->name, "BAT0") != 0 && in asus_wmi_battery_add()
|
H A D | thinkpad_acpi.c | 9636 if (strcmp(battery_name, "BAT0") == 0 || in tpacpi_battery_get_id() 9642 * If for some reason the battery is not BAT0 nor is it in tpacpi_battery_get_id()
|
/openbmc/linux/net/batman-adv/ |
H A D | multicast.c | 484 * enslaved bat0.
|