Home
last modified time | relevance | path

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

123456

/linux-6.12.1/net/mac80211/tests/
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,
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-6.12.1/include/drm/
Ddrm_print.h143 static inline bool drm_debug_enabled_raw(enum drm_debug_category category) in drm_debug_enabled_raw() argument
145 return unlikely(__drm_debug & BIT(category)); in drm_debug_enabled_raw()
148 #define drm_debug_enabled_instrumented(category) \ argument
151 drm_debug_enabled_raw(category); \
160 #define __drm_debug_enabled(category) true argument
161 #define drm_debug_enabled(category) drm_debug_enabled_instrumented(category) argument
163 #define __drm_debug_enabled(category) drm_debug_enabled_raw(category) argument
164 #define drm_debug_enabled(category) drm_debug_enabled_raw(category) argument
180 enum drm_debug_category category; member
382 enum drm_debug_category category, in drm_dbg_printer() argument
[all …]
/linux-6.12.1/net/mac80211/
Dparse.c194 u8 count, interpret, category; in ieee80211_parse_tpe() local
202 category = u8_get_bits(env->info, IEEE80211_TX_PWR_ENV_INFO_CATEGORY); in ieee80211_parse_tpe()
206 out = tpe->max_local[category].power; in ieee80211_parse_tpe()
207 cnt_out = &tpe->max_local[category].count; in ieee80211_parse_tpe()
208 tpe->max_local[category].valid = true; in ieee80211_parse_tpe()
211 out = tpe->max_reg_client[category].power; in ieee80211_parse_tpe()
212 cnt_out = &tpe->max_reg_client[category].count; in ieee80211_parse_tpe()
213 tpe->max_reg_client[category].valid = true; in ieee80211_parse_tpe()
216 out = tpe->psd_local[category].power; in ieee80211_parse_tpe()
217 cnt_out = &tpe->psd_local[category].count; in ieee80211_parse_tpe()
[all …]
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.12.1/drivers/platform/surface/aggregator/
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.12.1/tools/testing/selftests/tc-testing/
Dtdc_helper.py12 for category in ucat:
13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
/linux-6.12.1/drivers/hid/surface-hid/
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()
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.12.1/sound/firewire/fireworks/
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.12.1/sound/firewire/dice/
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.12.1/drivers/gpu/drm/
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()
318 enum drm_debug_category category, const char *format, ...) in __drm_dev_dbg() argument
323 if (!__drm_debug_enabled(category)) in __drm_dev_dbg()
/linux-6.12.1/Documentation/driver-api/surface_aggregator/clients/
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.12.1/drivers/memstick/core/
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");
337 card->id.category = id_reg.category; in h_memstick_read_dev_id()
454 card->id.type, card->id.category, card->id.class); in memstick_check()
/linux-6.12.1/drivers/dma/idxd/
Dperfmon.h105 #define EVNTCAP_REG(idxd, category) \ argument
106 (PERFMON_REG_OFFSET(idxd, IDXD_EVNTCAP_OFFSET) + ((category) * 8))
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/fsl/
Dcpus.txt20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category
22 the category is supported by the implementation.
/linux-6.12.1/include/linux/
Dieee80211.h1409 u8 category; member
1640 u8 category; member
2839 u8 count, interpret, category; in ieee80211_valid_tpe_element() local
2848 category = u8_get_bits(env->info, IEEE80211_TX_PWR_ENV_INFO_CATEGORY); in ieee80211_valid_tpe_element()
2850 switch (category) { in ieee80211_valid_tpe_element()
4494 if (mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && in ieee80211_is_bufferable_mmpdu()
4495 mgmt->u.action.category != WLAN_CATEGORY_PROTECTED_DUAL_OF_ACTION) in ieee80211_is_bufferable_mmpdu()
4517 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
4528 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
4529 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
[all …]
Dsurface_acpi_notify.h27 u8 category; member
/linux-6.12.1/Documentation/arch/riscv/
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.12.1/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt236 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-6.12.1/drivers/gpu/drm/v3d/
Dv3d_performance_counters.h13 char category[32]; member
Dv3d_perfmon.c453 strscpy(req->category, counter->category, sizeof(req->category)); in v3d_perfmon_get_counter_ioctl()
/linux-6.12.1/Documentation/driver-api/surface_aggregator/
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
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
/linux-6.12.1/Documentation/admin-guide/media/
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.12.1/drivers/net/ethernet/chelsio/cxgb3/
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

123456