Home
last modified time | relevance | path

Searched full:ibr (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_iblock.c323 struct iblock_req *ibr = cmd->priv; in iblock_complete_cmd() local
326 if (!refcount_dec_and_test(&ibr->pending)) in iblock_complete_cmd()
331 else if (atomic_read(&ibr->ib_bio_err_cnt)) in iblock_complete_cmd()
337 kfree(ibr); in iblock_complete_cmd()
343 struct iblock_req *ibr = cmd->priv; in iblock_bio_done() local
351 atomic_inc(&ibr->ib_bio_err_cnt); in iblock_bio_done()
498 struct iblock_req *ibr; in iblock_execute_write_same() local
531 ibr = kzalloc(sizeof(struct iblock_req), GFP_KERNEL); in iblock_execute_write_same()
532 if (!ibr) in iblock_execute_write_same()
534 cmd->priv = ibr; in iblock_execute_write_same()
[all …]
/linux/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6331-regulator.yaml39 "^ldo-v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$":
45 pattern: "^v(dig18|emc33|ibr|mc|mch|mipi|rtc|sram|usb10)$"
H A Dmt6359-regulator.yaml28 "^ldo_v(ibr|rf12|usb|camio|efuse|xo22)$":
34 pattern: "^v(ibr|rf12|usb|camio|efuse|xo22)$"
H A Dmediatek,mt6397-regulator.yaml53 "^(ldo_)?v(cama|emc3v3|gp[123456]|ibr|mc|mch)$":
H A Dmediatek,mt6358-regulator.yaml127 "^(ldo_)?v(cama[12]|camd|cn33|dram2|efuse|emc|ibr|ldo28|m18|mc|mch|mddr|sim[12])$":
H A Dmediatek,mt6357-regulator.yaml46 "^ldo-v(efuse|ibr|ldo28|mch|cama|camd|cn33-bt|cn33-wifi)$":
/linux/drivers/char/tpm/
H A Dtpm_nsc.c205 dev_err(&chip->dev, "IBR timeout\n"); in tpm_nsc_send()
/linux/drivers/platform/x86/
H A Dideapad-laptop.c1880 * This event gets send on a Yoga 300-11IBR when the EC in ideapad_acpi_notify()