Home
last modified time | relevance | path

Searched refs:phonet (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/net/phonet/
H A Dsysctl.c5 * Phonet /proc/sys/net/phonet interface implementation
18 #include <linux/phonet.h>
19 #include <net/phonet/phonet.h>
89 phonet_table_hrd = register_net_sysctl(&init_net, "net/phonet", phonet_table); in phonet_sysctl_init()
H A DMakefile2 obj-$(CONFIG_PHONET) += phonet.o pn_pep.o
4 phonet-y := \
H A Ddatagram.c19 #include <linux/phonet.h>
21 #include <net/phonet/phonet.h>
H A Dsocket.c22 #include <linux/phonet.h>
24 #include <net/phonet/phonet.h>
25 #include <net/phonet/pep.h>
26 #include <net/phonet/pn_dev.h>
H A Daf_phonet.c20 #include <linux/phonet.h>
21 #include <net/phonet/phonet.h>
22 #include <net/phonet/pn_dev.h>
507 "phonet protocol family initialization failed\n"); in phonet_init()
H A Dpn_netlink.c15 #include <linux/phonet.h>
18 #include <net/phonet/pn_dev.h>
H A Dpep.c20 #include <linux/phonet.h>
22 #include <net/phonet/phonet.h>
23 #include <net/phonet/pep.h>
24 #include <net/phonet/gprs.h>
/kernel/linux/linux-6.6/net/phonet/
H A Dsysctl.c5 * Phonet /proc/sys/net/phonet interface implementation
18 #include <linux/phonet.h>
19 #include <net/phonet/phonet.h>
89 phonet_table_hrd = register_net_sysctl(&init_net, "net/phonet", phonet_table); in phonet_sysctl_init()
H A DMakefile2 obj-$(CONFIG_PHONET) += phonet.o pn_pep.o
4 phonet-y := \
H A Ddatagram.c19 #include <linux/phonet.h>
21 #include <net/phonet/phonet.h>
H A Dsocket.c22 #include <linux/phonet.h>
24 #include <net/phonet/phonet.h>
25 #include <net/phonet/pep.h>
26 #include <net/phonet/pn_dev.h>
H A Daf_phonet.c20 #include <linux/phonet.h>
21 #include <net/phonet/phonet.h>
22 #include <net/phonet/pn_dev.h>
506 "phonet protocol family initialization failed\n"); in phonet_init()
H A Dpn_netlink.c15 #include <linux/phonet.h>
18 #include <net/phonet/pn_dev.h>
H A Dpep.c20 #include <linux/phonet.h>
22 #include <net/phonet/phonet.h>
23 #include <net/phonet/pep.h>
24 #include <net/phonet/gprs.h>
/kernel/linux/linux-6.6/include/net/phonet/
H A Dpep.h14 #include <net/phonet/phonet.h>
H A Dphonet.h13 #include <linux/phonet.h>
/kernel/linux/linux-5.10/include/linux/
H A Dphonet.h3 * file phonet.h
12 #include <uapi/linux/phonet.h>
/kernel/linux/linux-6.6/include/linux/
H A Dphonet.h3 * file phonet.h
12 #include <uapi/linux/phonet.h>
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dcdc-phonet.c3 * phonet.c -- USB CDC Phonet host driver
19 #include <linux/phonet.h>
322 int phonet = 0; in usbpn_probe() local
330 phonet = hdr.phonet_magic_present; in usbpn_probe()
332 if (!union_header || !phonet) in usbpn_probe()
H A DMakefile32 obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dcdc-phonet.c3 * phonet.c -- USB CDC Phonet host driver
19 #include <linux/phonet.h>
325 int phonet = 0; in usbpn_probe() local
333 phonet = hdr.phonet_magic_present; in usbpn_probe()
335 if (!union_header || !phonet) in usbpn_probe()
H A DMakefile32 obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_phonet.c643 struct f_phonet *phonet; in phonet_free() local
645 phonet = func_to_pn(f); in phonet_free()
646 kfree(phonet); in phonet_free()
678 fp->function.name = "phonet"; in phonet_alloc()
729 DECLARE_USB_FUNCTION_INIT(phonet, phonet_alloc_inst, phonet_alloc);
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_phonet.c646 struct f_phonet *phonet; in phonet_free() local
648 phonet = func_to_pn(f); in phonet_free()
649 kfree(phonet); in phonet_free()
679 fp->function.name = "phonet"; in phonet_alloc()
730 DECLARE_USB_FUNCTION_INIT(phonet, phonet_alloc_inst, phonet_alloc);
/kernel/linux/linux-6.6/net/
H A DMakefile42 obj-$(CONFIG_PHONET) += phonet/

Completed in 14 milliseconds

12