Searched refs:nci_driver_ops (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/ |
H A D | nci.c | 23 static struct nci_driver_ops s3fwrn5_nci_prop_ops[] = { 71 void s3fwrn5_nci_get_prop_ops(struct nci_driver_ops **ops, size_t *n) in s3fwrn5_nci_get_prop_ops()
|
H A D | nci.h | 75 void s3fwrn5_nci_get_prop_ops(struct nci_driver_ops **ops, size_t *n);
|
/kernel/linux/linux-6.6/drivers/nfc/s3fwrn5/ |
H A D | nci.h | 53 extern const struct nci_driver_ops s3fwrn5_nci_prop_ops[4];
|
H A D | nci.c | 23 const struct nci_driver_ops s3fwrn5_nci_prop_ops[4] = {
|
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 1382 static struct nci_driver_ops *ops_cmd_lookup(struct nci_driver_ops *ops, in ops_cmd_lookup() 1387 struct nci_driver_ops *op; in ops_cmd_lookup() 1402 struct sk_buff *skb, struct nci_driver_ops *ops, in nci_op_rsp_packet() 1405 struct nci_driver_ops *op; in nci_op_rsp_packet() 1415 struct sk_buff *skb, struct nci_driver_ops *ops, in nci_op_ntf_packet() 1418 struct nci_driver_ops *op; in nci_op_ntf_packet()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 1393 static const struct nci_driver_ops *ops_cmd_lookup(const struct nci_driver_ops *ops, in ops_cmd_lookup() 1398 const struct nci_driver_ops *op; in ops_cmd_lookup() 1413 struct sk_buff *skb, const struct nci_driver_ops *ops, in nci_op_rsp_packet() 1416 const struct nci_driver_ops *op; in nci_op_rsp_packet() 1426 struct sk_buff *skb, const struct nci_driver_ops *ops, in nci_op_ntf_packet() 1429 const struct nci_driver_ops *op; in nci_op_ntf_packet()
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nci_core.h | 59 struct nci_driver_ops { struct 86 struct nci_driver_ops *prop_ops; 89 struct nci_driver_ops *core_ops;
|
/kernel/linux/linux-6.6/include/net/nfc/ |
H A D | nci_core.h | 59 struct nci_driver_ops { struct 86 const struct nci_driver_ops *prop_ops; 89 const struct nci_driver_ops *core_ops;
|
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | core.c | 89 static struct nci_driver_ops st_nci_prop_ops[] = {
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | core.c | 87 static const struct nci_driver_ops st_nci_prop_ops[] = {
|
/kernel/linux/linux-6.6/drivers/nfc/nxp-nci/ |
H A D | core.c | 114 static const struct nci_driver_ops nxp_nci_core_ops[] = {
|
/kernel/linux/linux-5.10/drivers/nfc/fdp/ |
H A D | fdp.c | 678 static struct nci_driver_ops fdp_core_ops[] = { 689 static struct nci_driver_ops fdp_prop_ops[] = {
|
/kernel/linux/linux-6.6/drivers/nfc/fdp/ |
H A D | fdp.c | 663 static const struct nci_driver_ops fdp_core_ops[] = { 674 static const struct nci_driver_ops fdp_prop_ops[] = {
|
Completed in 11 milliseconds