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.c316 struct iblock_req *ibr = cmd->priv; in iblock_complete_cmd() local
319 if (!refcount_dec_and_test(&ibr->pending)) in iblock_complete_cmd()
324 else if (atomic_read(&ibr->ib_bio_err_cnt)) in iblock_complete_cmd()
330 kfree(ibr); in iblock_complete_cmd()
336 struct iblock_req *ibr = cmd->priv; in iblock_bio_done() local
344 atomic_inc(&ibr->ib_bio_err_cnt); in iblock_bio_done()
491 struct iblock_req *ibr; in iblock_execute_write_same() local
524 ibr = kzalloc(sizeof(struct iblock_req), GFP_KERNEL); in iblock_execute_write_same()
525 if (!ibr) in iblock_execute_write_same()
527 cmd->priv = ibr; in iblock_execute_write_same()
[all …]
/linux/Documentation/devicetree/bindings/regulator/
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.c206 dev_err(&chip->dev, "IBR timeout\n"); in tpm_nsc_send()
/linux/net/ipv4/
H A Dproc.c14 * Erik Schoenfelder, <schoenfr@ibr.cs.tu-bs.de>
/linux/drivers/platform/x86/lenovo/
H A Dideapad-laptop.c1903 * This event gets send on a Yoga 300-11IBR when the EC in ideapad_acpi_notify()