Lines Matching defs:this
46 u8 (*io_read)(struct gpio_nand *this);
47 void (*io_write)(struct gpio_nand *this, u8 byte);
139 static int gpio_nand_exec_op(struct nand_chip *this,
142 struct gpio_nand *priv = nand_get_controller_data(this);
178 nand_gpio_waitrdy(this, priv->gpiod_rdy,
180 nand_soft_waitrdy(this,
194 static int gpio_nand_setup_interface(struct nand_chip *this, int csline,
197 struct gpio_nand *priv = nand_get_controller_data(this);
199 struct device *dev = &nand_to_mtd(this)->dev;
242 struct nand_chip *this;
258 this = &priv->nand_chip;
260 mtd = nand_to_mtd(this);
263 nand_set_controller_data(this, priv);
264 nand_set_flash_node(this, pdev->dev.of_node);
359 this->controller = &priv->base;
365 * write things in the nand_scan() path, it should have control on this
377 this->ecc.engine_type = NAND_ECC_ENGINE_TYPE_SOFT;
380 err = nand_scan(this, 1);
392 nand_cleanup(this);