Searched defs:bci (Results 1 - 4 of 4) sorted by relevance

/drivers/mtd/
H A Dnftlcore.c558 struct nftl_bci bci; local
566 8, &retlen, (char *)&bci);
569 block , writeEUN, le16_to_cpu(bci.Status));
571 status = bci.Status | bci.Status1;
725 struct nftl_bci bci; local
733 (char *)&bci) < 0)
736 status = bci.Status | bci.Status1;
H A Dnftlmount.c376 struct nftl_bci bci; local
386 8, &retlen, (char *)&bci) < 0)
389 status = bci.Status | bci.Status1;
395 if (memcmpb(&bci, 0xff, 8) != 0 ||
403 bci.Status = SECTOR_IGNORE;
404 bci.Status1 = SECTOR_IGNORE;
408 &retlen, (char *)&bci);
H A Dinftlcore.c480 struct inftl_bci bci; local
499 blockofs, 8, &retlen, (char *)&bci);
501 status = bci.Status | bci.Status1;
645 struct inftl_bci bci; local
673 (char *)&bci) < 0)
676 status = bci.Status | bci.Status1;
766 struct inftl_bci bci; local
773 blockofs, 8, &retlen, (char *)&bci) <
874 struct inftl_bci bci; local
[all...]
/drivers/power/
H A Dtwl4030_charger.c134 static int twl4030_bci_have_vbus(struct twl4030_bci *bci) argument
144 dev_dbg(bci->dev, "check_vbus: HW_CONDITIONS %02x\n", hwsts);
156 static int twl4030_charger_enable_usb(struct twl4030_bci *bci, bool enable) argument
162 if (!twl4030_bci_have_vbus(bci))
170 dev_warn(bci->dev, "USB charging is disabled.\n");
209 struct twl4030_bci *bci = arg; local
211 dev_dbg(bci->dev, "CHG_PRES irq\n");
212 power_supply_changed(&bci->ac);
213 power_supply_changed(&bci->usb);
223 struct twl4030_bci *bci local
266 struct twl4030_bci *bci = container_of(data, struct twl4030_bci, work); local
282 struct twl4030_bci *bci = container_of(nb, struct twl4030_bci, usb_nb); local
325 twl4030bci_state(struct twl4030_bci *bci) argument
357 struct twl4030_bci *bci = dev_get_drvdata(psy->dev->parent); local
426 struct twl4030_bci *bci; local
530 struct twl4030_bci *bci = platform_get_drvdata(pdev); local
[all...]

Completed in 124 milliseconds