Home
last modified time | relevance | path

Searched refs:ntf_type (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/power/
H A Dem_netlink.c283 static void __em_notify_pd_table(const struct em_perf_domain *pd, int ntf_type) in __em_notify_pd_table() argument
298 hdr = genlmsg_put(msg, 0, 0, &dev_energymodel_nl_family, 0, ntf_type); in __em_notify_pd_table()
/linux/net/nfc/nci/
H A Dntf.c464 ntf.rf_tech_specific_params_len + sizeof(ntf.ntf_type)) in nci_rf_discover_ntf_packet()
509 ntf.ntf_type = *data++; in nci_rf_discover_ntf_packet()
510 pr_debug("ntf_type %d\n", ntf.ntf_type); in nci_rf_discover_ntf_packet()
515 if (ntf.ntf_type == NCI_DISCOVER_NTF_TYPE_MORE) { in nci_rf_discover_ntf_packet()
/linux/include/net/nfc/
H A Dnci.h472 __u8 ntf_type; member