Searched refs:rsci (Results 1 – 5 of 5) sorted by relevance
| /linux/net/sunrpc/auth_gss/ |
| H A D | svcauth_gss.c | 75 struct rsc *rsci; member 380 static void rsc_free(struct rsc *rsci) in rsc_free() argument 382 kfree(rsci->handle.data); in rsc_free() 383 if (rsci->mechctx) in rsc_free() 384 gss_delete_sec_context(&rsci->mechctx); in rsc_free() 385 free_svc_cred(&rsci->cred); in rsc_free() 390 struct rsc *rsci = container_of(head, struct rsc, rcu_head); in rsc_free_rcu() local 392 kfree(rsci->handle.data); in rsc_free_rcu() 393 kfree(rsci); in rsc_free_rcu() 398 struct rsc *rsci = container_of(ref, struct rsc, h.ref); in rsc_put() local [all …]
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a09g087.dtsi | 85 compatible = "renesas,r9a09g087-rsci", "renesas,r9a09g077-rsci"; 99 compatible = "renesas,r9a09g087-rsci", "renesas,r9a09g077-rsci"; 113 compatible = "renesas,r9a09g087-rsci", "renesas,r9a09g077-rsci"; 127 compatible = "renesas,r9a09g087-rsci", "renesas,r9a09g077-rsci"; 141 compatible = "renesas,r9a09g087-rsci", "renesas,r9a09g077-rsci"; 155 compatible = "renesas,r9a09g087-rsci", "renesas,r9a09g077-rsci";
|
| H A D | r9a09g077.dtsi | 85 compatible = "renesas,r9a09g077-rsci"; 99 compatible = "renesas,r9a09g077-rsci"; 113 compatible = "renesas,r9a09g077-rsci"; 127 compatible = "renesas,r9a09g077-rsci"; 141 compatible = "renesas,r9a09g077-rsci"; 155 compatible = "renesas,r9a09g077-rsci";
|
| /linux/drivers/tty/serial/ |
| H A D | Makefile | 74 obj-$(CONFIG_SERIAL_RSCI) += rsci.o
|
| H A D | rsci.c | 475 OF_EARLYCON_DECLARE(rsci, "renesas,r9a09g077-rsci", rsci_early_console_setup);
|