pbi                19 drivers/power/supply/pmu_battery.c 	struct pmu_battery_info *pbi;
pbi                68 drivers/power/supply/pmu_battery.c static char *pmu_bat_get_model_name(struct pmu_battery_info *pbi)
pbi                70 drivers/power/supply/pmu_battery.c 	switch (pbi->flags & PMU_BATT_TYPE_MASK) {
pbi                87 drivers/power/supply/pmu_battery.c 	struct pmu_battery_info *pbi = pbat->pbi;
pbi                91 drivers/power/supply/pmu_battery.c 		if (pbi->flags & PMU_BATT_CHARGING)
pbi                99 drivers/power/supply/pmu_battery.c 		val->intval = !!(pbi->flags & PMU_BATT_PRESENT);
pbi               102 drivers/power/supply/pmu_battery.c 		val->strval = pmu_bat_get_model_name(pbi);
pbi               105 drivers/power/supply/pmu_battery.c 		val->intval = pbi->charge     * 1000; /* mWh -> µWh */
pbi               108 drivers/power/supply/pmu_battery.c 		val->intval = pbi->max_charge * 1000; /* mWh -> µWh */
pbi               111 drivers/power/supply/pmu_battery.c 		val->intval = pbi->amperage   * 1000; /* mA -> µA */
pbi               114 drivers/power/supply/pmu_battery.c 		val->intval = pbi->voltage    * 1000; /* mV -> µV */
pbi               117 drivers/power/supply/pmu_battery.c 		val->intval = pbi->time_remaining;
pbi               173 drivers/power/supply/pmu_battery.c 		pbat->pbi = &pmu_batteries[i];
pbi               619 include/net/ipv6.h 	unsigned int pdw, pbi;
pbi               627 include/net/ipv6.h 	pbi = prefixlen & 0x1f;
pbi               628 include/net/ipv6.h 	if (pbi && ((a1[pdw] ^ a2[pdw]) & htonl((0xffffffff) << (32 - pbi))))
pbi               813 include/net/xfrm.h 	unsigned int pbi;
pbi               816 include/net/xfrm.h 	pbi = prefixlen &  0x1f;  /* num of bits in incomplete u32 in prefix */
pbi               822 include/net/xfrm.h 	if (pbi) {
pbi               825 include/net/xfrm.h 		mask = htonl((0xffffffff) << (32 - pbi));
pbi                58 net/xfrm/xfrm_hash.h 	unsigned int pbi;
pbi                62 net/xfrm/xfrm_hash.h 	pbi = prefixlen &  0x1f;  /* num of bits in incomplete u32 in prefix */
pbi                64 net/xfrm/xfrm_hash.h 	if (pbi) {
pbi                67 net/xfrm/xfrm_hash.h 		mask = htonl((0xffffffff) << (32 - pbi));
pbi               793 net/xfrm/xfrm_policy.c 	unsigned int pdw, pbi;
pbi               804 net/xfrm/xfrm_policy.c 		pbi = prefixlen & 0x1f;
pbi               811 net/xfrm/xfrm_policy.c 		if (pbi) {
pbi               812 net/xfrm/xfrm_policy.c 			u32 mask = ~0u << (32 - pbi);