Home
last modified time | relevance | path

Searched refs:user_ops (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsock_addr.c315 struct sock_ops user_ops = { variable
494 &user_ops,
510 &user_ops,
526 &user_ops,
542 &user_ops,
558 &user_ops,
574 &user_ops,
590 &user_ops,
606 &user_ops,
622 &user_ops,
[all...]
/linux/drivers/mtd/nand/spi/
H A Dotp.c331 const struct spinand_user_otp_ops *user_ops = spinand->user_otp->ops; in spinand_set_mtd_otp_ops() local
333 if (!user_ops && !fact_ops) in spinand_set_mtd_otp_ops()
336 if (user_ops) { in spinand_set_mtd_otp_ops()
337 if (user_ops->info) in spinand_set_mtd_otp_ops()
340 if (user_ops->read) in spinand_set_mtd_otp_ops()
343 if (user_ops->write) in spinand_set_mtd_otp_ops()
346 if (user_ops->lock) in spinand_set_mtd_otp_ops()
349 if (user_ops->erase) in spinand_set_mtd_otp_ops()