Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/target/
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-6.12.1/Documentation/devicetree/bindings/regulator/
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)$"
Dmt6359-regulator.yaml28 "^ldo_v(ibr|rf12|usb|camio|efuse|xo22)$":
34 pattern: "^v(ibr|rf12|usb|camio|efuse|xo22)$"
Dmediatek,mt6397-regulator.yaml53 "^(ldo_)?v(cama|emc3v3|gp[123456]|ibr|mc|mch)$":
Dmediatek,mt6358-regulator.yaml127 "^(ldo_)?v(cama[12]|camd|cn33|dram2|efuse|emc|ibr|ldo28|m18|mc|mch|mddr|sim[12])$":
Dmediatek,mt6357-regulator.yaml46 "^ldo-v(efuse|ibr|ldo28|mch|cama|camd|cn33-bt|cn33-wifi)$":
/linux-6.12.1/drivers/char/tpm/
Dtpm_nsc.c205 dev_err(&chip->dev, "IBR timeout\n"); in tpm_nsc_send()
/linux-6.12.1/net/ipv4/
Dproc.c14 * Erik Schoenfelder, <schoenfr@ibr.cs.tu-bs.de>
/linux-6.12.1/drivers/platform/x86/
Dideapad-laptop.c1869 * This event gets send on a Yoga 300-11IBR when the EC in ideapad_acpi_notify()