Home
last modified time | relevance | path

Searched refs:category (Results 1 – 25 of 154) sorted by relevance

1234567

/linux-6.15/net/mac80211/tests/
H A Dmfp.c17 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,
175 .category = WLAN_CATEGORY_BACK,
183 .category = WLAN_CATEGORY_BACK,
192 .category = WLAN_CATEGORY_BACK,
[all …]
/linux-6.15/include/drm/
H A Ddrm_print.h146 return unlikely(__drm_debug & BIT(category)); in drm_debug_enabled_raw()
149 #define drm_debug_enabled_instrumented(category) \ argument
152 drm_debug_enabled_raw(category); \
161 #define __drm_debug_enabled(category) true argument
162 #define drm_debug_enabled(category) drm_debug_enabled_instrumented(category) argument
164 #define __drm_debug_enabled(category) drm_debug_enabled_raw(category) argument
165 #define drm_debug_enabled(category) drm_debug_enabled_raw(category) argument
185 enum drm_debug_category category; member
390 enum drm_debug_category category, in drm_dbg_printer() argument
398 .category = category, in drm_dbg_printer()
[all …]
/linux-6.15/drivers/platform/surface/aggregator/
H A Dbus.c28 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-6.15/tools/testing/selftests/tc-testing/
H A Dtdc_helper.py12 for category in ucat:
13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
/linux-6.15/net/mac80211/
H A Dparse.c202 u8 count, interpret, category; in ieee80211_parse_tpe() local
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()
224 out = tpe->psd_local[category].power; in ieee80211_parse_tpe()
225 cnt_out = &tpe->psd_local[category].count; in ieee80211_parse_tpe()
226 N_out = &tpe->psd_local[category].n; in ieee80211_parse_tpe()
227 tpe->psd_local[category].valid = true; in ieee80211_parse_tpe()
230 out = tpe->psd_reg_client[category].power; in ieee80211_parse_tpe()
[all …]
H A Ds1g.c27 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-6.15/drivers/hid/surface-hid/
H A Dsurface_kbd.c40 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 Dsurface_hid.c59 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-6.15/sound/firewire/fireworks/
H A Dfireworks_command.c101 efw_transaction(struct snd_efw *efw, unsigned int category, in efw_transaction() argument
137 header->category = cpu_to_be32(category); in efw_transaction()
151 (be32_to_cpu(header->category) != category) || in efw_transaction()
155 be32_to_cpu(header->category), in efw_transaction()
/linux-6.15/sound/firewire/dice/
H A Ddice.c38 unsigned int category; in check_dice_category() local
59 category = WEISS_CATEGORY_ID; in check_dice_category()
61 category = LOUD_CATEGORY_ID; in check_dice_category()
63 category = HARMAN_CATEGORY_ID; in check_dice_category()
65 category = DICE_CATEGORY_ID; in check_dice_category()
66 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_print.c218 enum drm_debug_category category = p->category; in __drm_printfn_dbg() local
220 if (!__drm_debug_enabled(category)) in __drm_printfn_dbg()
332 enum drm_debug_category category, const char *format, ...) in __drm_dev_dbg() argument
337 if (!__drm_debug_enabled(category)) in __drm_dev_dbg()
/linux-6.15/Documentation/driver-api/surface_aggregator/clients/
H A Dcdev.rst37 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-6.15/drivers/memstick/core/
H A Dmemstick.c33 && (id->category == card->id.category) in memstick_dev_match()
67 if (add_uevent_var(env, "MEMSTICK_CATEGORY=%02X", card->id.category)) in memstick_uevent()
155 MEMSTICK_ATTR(category, "%02X");
339 card->id.category = id_reg.category; in h_memstick_read_dev_id()
458 card->id.type, card->id.category, card->id.class); in memstick_check()
/linux-6.15/drivers/dma/idxd/
H A Dperfmon.h105 #define EVNTCAP_REG(idxd, category) \ argument
106 (PERFMON_REG_OFFSET(idxd, IDXD_EVNTCAP_OFFSET) + ((category) * 8))
/linux-6.15/Documentation/devicetree/bindings/powerpc/fsl/
H A Dcpus.txt20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category
22 the category is supported by the implementation.
/linux-6.15/include/linux/
H A Dieee80211.h1409 u8 category; member
1659 u8 category; member
2858 u8 count, interpret, category; in ieee80211_valid_tpe_element() local
2869 switch (category) { in ieee80211_valid_tpe_element()
4551 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
4562 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
4563 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
4564 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame()
4567 *category != WLAN_CATEGORY_UNPROT_DMG && in _ieee80211_is_robust_mgmt_frame()
4568 *category != WLAN_CATEGORY_VHT && in _ieee80211_is_robust_mgmt_frame()
[all …]
H A Dsurface_acpi_notify.h27 u8 category; member
/linux-6.15/drivers/gpu/drm/v3d/
H A Dv3d_performance_counters.h14 char category[32]; member
H A Dv3d_perfmon.c461 strscpy(req->category, counter->category, sizeof(req->category)); in v3d_perfmon_get_counter_ioctl()
/linux-6.15/Documentation/netlabel/
H A Ddraft-ietf-cipso-ipsecurity-01.txt251 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
255 for the datagram, and bit N is binary 0 if category N is not part of the
269 category bitmap.
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
409 A category range is a 4 octet field comprised of the 2 octet index of the
410 highest numbered category followed by the 2 octet index of the lowest
413 label. This tag may contain a maximum of 7 category pairs. The bottom
[all …]
/linux-6.15/Documentation/arch/riscv/
H A Duabi.rst25 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-6.15/Documentation/driver-api/surface_aggregator/
H A Dclient.rst129 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 Dssh.rst221 - 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-6.15/Documentation/admin-guide/media/
H A Dci.rst58 Cards that fall in this category
61 At present the cards that fall in this category are the Twinhan and its
/linux-6.15/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h52 #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

1234567