Lines Matching defs:controller
3 * Evatronix/Renesas R-Car Gen3, RZ/N1D, RZ/N1S, RZ/N1L NAND controller driver
217 struct nand_controller controller;
246 return container_of(ctrl, struct rnandc, controller);
303 struct rnandc *rnandc = to_rnandc(chip->controller);
402 struct rnandc *rnandc = to_rnandc(chip->controller);
419 /* Prepare controller */
476 * that this controller does not provide per-chunk details but
490 struct rnandc *rnandc = to_rnandc(chip->controller);
513 /* Prepare controller */
570 * that this controller does not provide per-chunk details but
582 struct rnandc *rnandc = to_rnandc(chip->controller);
599 /* Prepare controller */
635 struct rnandc *rnandc = to_rnandc(chip->controller);
653 /* Prepare controller */
679 * This controller is simple enough and thus does not need to use the parser
685 struct rnandc *rnandc = to_rnandc(chip->controller);
893 struct rnandc *rnandc = to_rnandc(chip->controller);
1011 struct rnandc *rnandc = to_rnandc(chip->controller);
1080 struct rnandc *rnandc = to_rnandc(chip->controller);
1114 struct rnandc *rnandc = to_rnandc(chip->controller);
1247 chip->controller = &rnandc->controller;
1330 nand_controller_init(&rnandc->controller);
1331 rnandc->controller.ops = &rnandc_ops;
1364 "renesas-nand-controller", rnandc);
1416 MODULE_DESCRIPTION("Renesas R-Car Gen3 & RZ/N1 NAND controller driver");