/kernel/linux/linux-5.10/net/wimax/ |
H A D | Makefile | 3 obj-$(CONFIG_WIMAX) += wimax.o 5 wimax-y := \ 13 wimax-$(CONFIG_DEBUG_FS) += debugfs.o
|
H A D | debug-levels.h | 4 * Debug levels control file for the wimax module 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 13 #define D_MODULENAME wimax 16 #include <linux/wimax/debug.h>
|
H A D | op-state-get.c | 9 * Copyright (C) 2008 Intel Corporation <linux-wimax@intel.com> 13 #include <net/wimax.h> 15 #include <linux/wimax.h> 17 #include "wimax-internal.h"
|
H A D | op-reset.c | 6 * Copyright (C) 2008 Intel Corporation <linux-wimax@intel.com> 16 #include <net/wimax.h> 18 #include <linux/wimax.h> 21 #include "wimax-internal.h"
|
H A D | debugfs.c | 6 * Copyright (C) 2005-2006 Intel Corporation <linux-wimax@intel.com> 10 #include <linux/wimax.h> 11 #include "wimax-internal.h" 22 snprintf(buf, sizeof(buf), "wimax:%s", net_dev->name); in wimax_debugfs_add()
|
H A D | id-table.c | 6 * Copyright (C) 2005-2006 Intel Corporation <linux-wimax@intel.com> 31 #include <linux/wimax.h> 32 #include "wimax-internal.h" 86 d_printf(1, NULL, "wimax: no devices found with ifindex %d\n", in wimax_dev_get_by_genl_info()
|
H A D | wimax-internal.h | 6 * Copyright (C) 2007 Intel Corporation <linux-wimax@intel.com> 11 * include/net/wimax.h and include/linux/wimax.h. 25 #include <net/wimax.h>
|
H A D | op-rfkill.c | 6 * Copyright (C) 2008 Intel Corporation <linux-wimax@intel.com> 22 * initial state and then every time it changes. See wimax.h:struct 48 #include <net/wimax.h> 50 #include <linux/wimax.h> 54 #include "wimax-internal.h" 222 * Translate from rfkill state to wimax state 294 /* While initializing, < 1.4.3 wimax-tools versions use in wimax_rfkill()
|
H A D | op-msg.c | 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 15 * See include/net/wimax.h 63 #include <linux/wimax.h> 66 #include "wimax-internal.h" 265 d_printf(1, dev, "CTX: wimax msg, %zu bytes\n", size); in wimax_msg_send() 376 d_printf(1, dev, "CRX: wimax message %zu bytes\n", msg_len); in wimax_gnl_doit_msg_from_user()
|
H A D | stack.c | 4 * Initialization, addition and removal of wimax devices 6 * Copyright (C) 2005-2006 Intel Corporation <linux-wimax@intel.com> 20 * See include/net/wimax.h for rationales and design. 42 #include <linux/wimax.h> 44 #include "wimax-internal.h" 319 * This implements the state changes for the wimax devices. It will 323 * linux/wimax.h's documentation for 'enum wimax_st'. 571 /* Shutdown the wimax stack */ 579 "wimax.debug"); in wimax_subsys_init() 598 /* Shutdown the wimax stac [all...] |
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/ |
H A D | usb-debug-levels.h | 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 16 #include <linux/wimax/debug.h>
|
H A D | debug-levels.h | 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 16 #include <linux/wimax/debug.h>
|
H A D | i2400m.h | 35 * Intel Corporation <linux-wimax@intel.com> 104 * (include/linux/wimax/i2400m.h); these can be also used by user 159 #include <net/wimax.h> 160 #include <linux/wimax/i2400m.h>
|
H A D | op-rfkill.c | 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 18 * switch (coming from sysfs, the wimax stack or user space). 21 #include <linux/wimax/i2400m.h>
|
H A D | usb.c | 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 52 #include <linux/wimax/i2400m.h> 392 .name = "wimax", 404 * the wimax and netdev devices, upload the firmware [using 759 MODULE_AUTHOR("Intel Corporation <linux-wimax@intel.com>");
|
H A D | driver.c | 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 53 #include <linux/wimax/i2400m.h> 93 * include/linux/wimax/i2400m.h, and thus prefixed with a 'struct 898 /* Now setup all that requires a registered net and wimax device. */ in i2400m_setup() 1000 MODULE_AUTHOR("Intel Corporation <linux-wimax@intel.com>");
|
H A D | control.c | 35 * Intel Corporation <linux-wimax@intel.com> 80 #include <linux/wimax/i2400m.h> 688 * linux/wimax/i2400m.h. In summary, a command/get/set is followed by an
|
/kernel/linux/linux-5.10/include/net/ |
H A D | wimax.h | 6 * Copyright (C) 2007-2008 Intel Corporation <linux-wimax@intel.com> 15 * the wimax-tools package) provides a shim layer for accessing those 35 * Once this is done, wimax-tools's libwimaxll can be used to 111 * "wimax" directory in it's network sysfs directory 112 * (/sys/class/net/DEVICE/wimax) [used by HAL]. 155 * Each operation is defined in its on file (drivers/net/wimax/op-*.c) 171 * include/linux/wimax.h; this file is intended to be cloned by user 193 * pipe. See drivers/net/wimax/op-msg.c for details. 221 * NOTE: the wimax stack uses an inverted terminology to that of the 239 #include <linux/wimax [all...] |
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | asus-wmi.c | 198 struct asus_rfkill wimax; member 1238 if (asus->wimax.rfkill) { in asus_wmi_rfkill_exit() 1239 rfkill_unregister(asus->wimax.rfkill); in asus_wmi_rfkill_exit() 1240 rfkill_destroy(asus->wimax.rfkill); in asus_wmi_rfkill_exit() 1241 asus->wimax.rfkill = NULL; in asus_wmi_rfkill_exit() 1280 result = asus_new_rfkill(asus, &asus->wimax, "asus-wimax", in asus_wmi_rfkill_init() 2891 if (asus->wimax.rfkill) { in asus_hotk_restore() 2893 rfkill_set_sw_state(asus->wimax.rfkill, bl); in asus_hotk_restore()
|
H A D | asus-laptop.c | 136 #define WM_RSTS 0x08 /* internal wimax */ 271 struct asus_rfkill wimax; member 1044 pr_warn("Error setting wimax status to %d\n", status); in asus_wimax_set() 1065 static DEVICE_ATTR_RW(wimax); 1405 result = asus_rfkill_setup(asus, &asus->wimax, "asus-wimax", in asus_rfkill_init()
|
/kernel/linux/linux-6.6/arch/arm/boot/dts/ti/omap/ |
H A D | Makefile | 6 omap2420-n810-wimax.dtb \
|
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/arm/ti/omap/ |
H A D | Makefile | 6 omap2420-n810-wimax.dtb \
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | asus-wmi.c | 233 struct asus_rfkill wimax; member 1946 if (asus->wimax.rfkill) { in asus_wmi_rfkill_exit() 1947 rfkill_unregister(asus->wimax.rfkill); in asus_wmi_rfkill_exit() 1948 rfkill_destroy(asus->wimax.rfkill); in asus_wmi_rfkill_exit() 1949 asus->wimax.rfkill = NULL; in asus_wmi_rfkill_exit() 1988 result = asus_new_rfkill(asus, &asus->wimax, "asus-wimax", in asus_wmi_rfkill_init() 4549 if (asus->wimax.rfkill) { in asus_hotk_restore() 4551 rfkill_set_sw_state(asus->wimax.rfkill, bl); in asus_hotk_restore()
|
H A D | asus-laptop.c | 136 #define WM_RSTS 0x08 /* internal wimax */ 271 struct asus_rfkill wimax; member 1044 pr_warn("Error setting wimax status to %d\n", status); in asus_wimax_set() 1065 static DEVICE_ATTR_RW(wimax); 1405 result = asus_rfkill_setup(asus, &asus->wimax, "asus-wimax", in asus_rfkill_init()
|