Home
last modified time | relevance | path

Searched refs:ntf (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/net/nfc/nci/
H A Dntf.c36 ndev->nci_ver = ntf->nci_ver; in nci_core_reset_ntf_packet()
38 ntf->nci_ver, ntf->config_status); in nci_core_reset_ntf_packet()
101 ntf->conn_id = nci_conn_id(&ntf->conn_id); in nci_core_conn_intf_error_ntf_packet()
103 pr_debug("status 0x%x, conn_id %d\n", ntf->status, ntf->conn_id); in nci_core_conn_intf_error_ntf_packet()
340 ntf.rf_protocol = *data++; in nci_rf_discover_ntf_packet()
380 ntf.ntf_type = *data++; in nci_rf_discover_ntf_packet()
566 ntf.rf_protocol = *data++; in nci_rf_intf_activated_ntf_packet()
646 &ntf, data); in nci_rf_intf_activated_ntf_packet()
651 &ntf, data); in nci_rf_intf_activated_ntf_packet()
732 pr_debug("entry, type 0x%x, reason 0x%x\n", ntf->type, ntf->reason); in nci_rf_deactivate_ntf_packet()
[all …]
H A DMakefile8 nci-objs := core.o data.o lib.o ntf.o rsp.o hci.o
H A Dcore.c1443 if (!op || !op->ntf) in nci_op_ntf_packet()
1446 return op->ntf(ndev, skb); in nci_op_ntf_packet()
/linux-6.15/tools/net/ynl/samples/
H A Dnetdev.c64 struct ynl_ntf_base_type *ntf; in main() local
114 while ((ntf = ynl_ntf_dequeue(ys))) { in main()
115 netdev_print_device((struct netdev_dev_get_rsp *)&ntf->data, in main()
116 ntf->cmd); in main()
117 ynl_ntf_free(ntf); in main()
/linux-6.15/Documentation/netlink/specs/
H A Drt_neigh.yaml32 enum: ntf-flags
61 name: ntf-flags
73 name: ntf-ext-flags
235 enum: ntf-ext-flags
372 name: delneigh-ntf
398 name: newneigh-ntf
H A Dethtool.yaml965 name: cable-test-ntf
1666 name: debug-ntf
1695 name: wol-ntf
1805 name: rings-ntf
1928 name: pause-ntf
1961 name: eee-ntf
2069 name: fec-ntf
2151 name: module-ntf
2263 name: plca-ntf
2305 name: mm-ntf
[all …]
H A Ddpll.yaml503 name: device-create-ntf
508 name: device-delete-ntf
513 name: device-change-ntf
605 name: pin-create-ntf
610 name: pin-delete-ntf
615 name: pin-change-ntf
H A Drt_rule.yaml234 name: newrule-ntf
247 name: delrule-ntf
H A Dnetdev.yaml571 name: dev-add-ntf
576 name: dev-del-ntf
581 name: dev-change-ntf
609 name: page-pool-add-ntf
615 name: page-pool-del-ntf
621 name: page-pool-change-ntf
/linux-6.15/net/core/
H A Dpage_pool_user.c265 struct sk_buff *ntf; in netdev_nl_page_pool_event() local
280 ntf = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in netdev_nl_page_pool_event()
281 if (!ntf) in netdev_nl_page_pool_event()
284 if (page_pool_nl_fill(ntf, pool, &info)) { in netdev_nl_page_pool_event()
285 nlmsg_free(ntf); in netdev_nl_page_pool_event()
289 genlmsg_multicast_netns(&netdev_nl_family, net, ntf, in netdev_nl_page_pool_event()
H A Dnetdev-genl.c88 struct sk_buff *ntf; in netdev_genl_dev_notify() local
96 ntf = genlmsg_new(GENLMSG_DEFAULT_SIZE, GFP_KERNEL); in netdev_genl_dev_notify()
97 if (!ntf) in netdev_genl_dev_notify()
100 if (netdev_nl_dev_fill(netdev, ntf, &info)) { in netdev_genl_dev_notify()
101 nlmsg_free(ntf); in netdev_genl_dev_notify()
105 genlmsg_multicast_netns(&netdev_nl_family, dev_net(netdev), ntf, in netdev_genl_dev_notify()
/linux-6.15/tools/net/ynl/lib/
H A Dynl.c729 struct ynl_ntf_base_type *ntf; in ynl_sock_destroy() local
732 while ((ntf = ynl_ntf_dequeue(ys))) in ynl_sock_destroy()
733 ynl_ntf_free(ntf); in ynl_sock_destroy()
740 void ynl_ntf_free(struct ynl_ntf_base_type *ntf) in ynl_ntf_free() argument
742 ntf->free(ntf); in ynl_ntf_free()
776 struct ynl_ntf_base_type *ntf; in ynl_ntf_dequeue() local
781 ntf = ys->ntf_first; in ynl_ntf_dequeue()
782 ys->ntf_first = ntf->next; in ynl_ntf_dequeue()
783 if (ys->ntf_last_next == &ntf->next) in ynl_ntf_dequeue()
786 return ntf; in ynl_ntf_dequeue()
H A Dynl.h124 void ynl_ntf_free(struct ynl_ntf_base_type *ntf);
H A Dynl-priv.h93 void (*free)(struct ynl_ntf_base_type *ntf);
125 void (*free)(struct ynl_ntf_base_type *ntf);
/linux-6.15/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-dev.c186 struct v4l2_async_notifier *ntf = &rkisp1->notifier; in rkisp1_subdev_notifier_register() local
192 v4l2_async_nf_init(ntf, &rkisp1->v4l2_dev); in rkisp1_subdev_notifier_register()
194 ntf->ops = &rkisp1_subdev_notifier_ops; in rkisp1_subdev_notifier_register()
262 rk_asd = v4l2_async_nf_add_fwnode(ntf, source, in rkisp1_subdev_notifier_register()
288 v4l2_async_nf_cleanup(ntf); in rkisp1_subdev_notifier_register()
295 ret = v4l2_async_nf_register(ntf); in rkisp1_subdev_notifier_register()
297 v4l2_async_nf_cleanup(ntf); in rkisp1_subdev_notifier_register()
/linux-6.15/tools/net/ynl/pyynl/
H A Dcli.py126 if args.ntf:
127 ynl.ntf_subscribe(args.ntf)
151 if args.ntf:
/linux-6.15/drivers/nfc/nxp-nci/
H A Dcore.c117 .ntf = nxp_nci_rf_pll_unlocked_ntf,
121 .ntf = nxp_nci_rf_txldo_error_ntf,
/linux-6.15/drivers/staging/media/starfive/camss/
H A Dstf-camss.c211 static int stfcamss_subdev_notifier_complete(struct v4l2_async_notifier *ntf) in stfcamss_subdev_notifier_complete() argument
214 container_of(ntf, struct stfcamss, notifier); in stfcamss_subdev_notifier_complete()
/linux-6.15/drivers/nfc/fdp/
H A Dfdp.c670 .ntf = fdp_nci_core_reset_ntf_packet,
678 .ntf = fdp_nci_prop_patch_ntf_packet,
/linux-6.15/include/net/nfc/
H A Dnci_core.h62 int (*ntf)(struct nci_dev *dev, struct sk_buff *skb); member