| /linux/net/mac80211/tests/ |
| H A D | mfp.c | 17 u8 category; member 26 .category = WLAN_CATEGORY_PUBLIC, 34 .category = WLAN_CATEGORY_PUBLIC, 42 .category = WLAN_CATEGORY_PUBLIC, 51 .category = WLAN_CATEGORY_PUBLIC, 60 .category = WLAN_CATEGORY_PUBLIC, 70 .category = WLAN_CATEGORY_PUBLIC, 81 .category = WLAN_CATEGORY_PROTECTED_DUAL_OF_ACTION, 89 .category = WLAN_CATEGORY_PROTECTED_DUAL_OF_ACTION, 97 .category = WLAN_CATEGORY_PROTECTED_DUAL_OF_ACTION, [all …]
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | bus.c | 28 sdev->uid.domain, sdev->uid.category, sdev->uid.target, in modalias_show() 46 sdev->uid.domain, sdev->uid.category, in ssam_device_uevent() 98 sdev->uid.domain, sdev->uid.category, sdev->uid.target, in ssam_device_alloc() 192 if (id->domain != uid.domain || id->category != uid.category) in ssam_device_id_compatible() 221 id->category == 0 && in ssam_device_id_is_null() 405 uid->category = tc; in ssam_device_uid_from_string()
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc_helper.py | 12 for category in ucat: 13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
|
| /linux/net/mac80211/ |
| H A D | parse.c | 202 u8 count, interpret, category; in ieee80211_parse_tpe() local 210 category = u8_get_bits(env->info, IEEE80211_TX_PWR_ENV_INFO_CATEGORY); in ieee80211_parse_tpe() 214 out = tpe->max_local[category].power; in ieee80211_parse_tpe() 215 cnt_out = &tpe->max_local[category].count; in ieee80211_parse_tpe() 216 tpe->max_local[category].valid = true; in ieee80211_parse_tpe() 219 out = tpe->max_reg_client[category].power; in ieee80211_parse_tpe() 220 cnt_out = &tpe->max_reg_client[category].count; in ieee80211_parse_tpe() 221 tpe->max_reg_client[category].valid = true; in ieee80211_parse_tpe() 224 out = tpe->psd_local[category].power; in ieee80211_parse_tpe() 225 cnt_out = &tpe->psd_local[category] in ieee80211_parse_tpe() [all...] |
| H A D | s1g.c | 27 if (likely(mgmt->u.action.category != WLAN_CATEGORY_S1G)) in ieee80211_s1g_is_twt_setup() 54 mgmt->u.action.category = WLAN_CATEGORY_S1G; in ieee80211_s1g_send_twt_setup() 86 mgmt->u.action.category = WLAN_CATEGORY_S1G; in ieee80211_s1g_send_twt_teardown()
|
| /linux/drivers/hid/surface-hid/ |
| H A D | surface_kbd.c | 40 rqst.target_category = shid->uid.category; in ssam_kbd_get_descriptor() 70 rqst.target_category = shid->uid.category; in ssam_kbd_set_caps_led() 88 rqst.target_category = shid->uid.category; in ssam_kbd_get_feature_report() 133 if (shid->uid.category != event->target_category) in ssam_kbd_event_fn() 252 shid->uid.category = SSAM_SSH_TC_KBD; in surface_kbd_probe() 260 shid->notif.event.id.target_category = shid->uid.category; in surface_kbd_probe()
|
| H A D | surface_hid.c | 59 rqst.target_category = shid->uid.category; in ssam_hid_get_descriptor() 124 rqst.target_category = shid->uid.category; in ssam_hid_set_raw_report() 142 rqst.target_category = shid->uid.category; in ssam_hid_get_raw_report() 213 shid->notif.event.id.target_category = sdev->uid.category; in surface_hid_probe()
|
| /linux/drivers/tty/vt/ |
| H A D | gen_ucs_width_table.py | 117 category = unicodedata.category(char) 120 if category.startswith('M'): 129 if category == 'Cf':
|
| /linux/Documentation/driver-api/surface_aggregator/clients/ |
| H A D | cdev.rst | 37 interface, associated with a specific target category and device-file-instance. 38 They forward any event of this category to the buffer of the corresponding 149 Register a notifier for the event target category specified in the given 152 notifier for a specific target category has been registered, all events of that 153 category will be forwarded to the userspace client and can then be read from 157 Only one notifier can be registered per target category and client instance. If 168 Unregisters the notifier associated with the specified target category. The 170 registered for this client instance and the given category, this IOCTL will
|
| /linux/drivers/dma/idxd/ |
| H A D | perfmon.h | 105 #define EVNTCAP_REG(idxd, category) \ argument 106 (PERFMON_REG_OFFSET(idxd, IDXD_EVNTCAP_OFFSET) + ((category) * 8))
|
| /linux/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | cpus.txt | 20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category 22 the category is supported by the implementation.
|
| /linux/drivers/gpu/drm/v3d/ |
| H A D | v3d_performance_counters.h | 14 char category[32]; member
|
| /linux/include/linux/ |
| H A D | surface_acpi_notify.h | 27 u8 category; member
|
| /linux/Documentation/netlabel/ |
| H A D | draft-ietf-cipso-ipsecurity-01.txt | 236 is to align the category bitmap field on an even octet boundary. This will 251 is left to right or MSB to LSB. For example category 0 is represented by 252 the most significant bit of the first byte and category 15 is represented 254 shows this ordering. Bit N is binary 1 if category N is part of the label 255 for the datagram, and bit N is binary 0 if category N is not part of the 269 category bitmap. 283 does not change. The only change is to the category bitmap which is set to 322 is to align the category field on an even octet boundary. This will 347 by their position within a bit field. The length of each category is 2 349 for categories are 0 to 65534. Category 65535 is not a valid category [all …]
|
| /linux/Documentation/arch/riscv/ |
| H A D | uabi.rst | 25 extension category. If multiple 'Z' extensions are named, they will be 26 ordered first by category, in canonical order, as listed above, then 27 alphabetically within a category.
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | client.rst | 129 The UID for SSAM client devices consists of a ``domain``, a ``category``, 136 the kernel/driver-side. For physical devices, ``category`` represents the 137 target category, ``target`` the target ID, and ``instance`` the instance ID 323 should be enabled, an event ID specifying for which target category and, 329 other notifier registered for the same target category. 332 category, regardless of the instance ID specified when registering the 362 /* Set priority wrt. other handlers of same target category. */ 372 nf->event.id.target_category = sdev->uid.category; 391 specific event (combination of registry, event target category, and event
|
| H A D | ssh.rst | 221 - Target category. 252 Commands and events are uniquely identified by their target category 253 (``TC``) and command ID (``CID``). The target category specifies a general 254 category for the command (e.g. system in general, vs. battery and AC, vs. 256 that category. Only the combination of |TC| + |CID| is unique. Additionally, 263 response to a request should have the same target category, command ID, and 284 identified by its target category, command ID, and, if applicable, instance 286 general, however, a single target category should map to a single reserved 299 target category and command ID alone, the EC may require specific target ID and
|
| /linux/Documentation/admin-guide/media/ |
| H A D | ci.rst | 58 Cards that fall in this category 61 At present the cards that fall in this category are the Twinhan and its
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | common.h | 52 #define CH_MSG(adapter, level, category, fmt, ...) do { \ argument 53 if ((adapter)->msg_enable & NETIF_MSG_##category) \ 59 # define CH_DBG(adapter, category, fmt, ...) \ argument 60 CH_MSG(adapter, DEBUG, category, fmt, ## __VA_ARGS__) 62 # define CH_DBG(adapter, category, fmt, ...) argument
|
| /linux/include/linux/surface_aggregator/ |
| H A D | device.h | 57 u8 category; member 101 .category = cat, \
|
| /linux/tools/perf/scripts/python/ |
| H A D | gecko.py | 77 category: CategoryID 172 category=symbol_name_to_category,
|
| /linux/tools/perf/ |
| H A D | command-list.txt | 3 # command name category [deprecated] [common]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-dsa | 15 event_category = "config:0-3" - event category
|
| /linux/Documentation/sound/designs/ |
| H A D | tracepoints.rst | 21 This category includes four tracepoints; ``hwptr``, ``applptr``, ``xrun`` and 27 This category includes two tracepoints; ``hw_mask_param`` and 137 Tracepoints in this category are designed to trace changes of the
|
| /linux/Documentation/arch/powerpc/ |
| H A D | elf_hwcaps.rst | 58 The Power ISA before v3.0 uses the term "category" to describe certain 62 category is not implemented. 131 The processor implements the embedded category ("BookE") architecture.
|