Home
last modified time | relevance | path

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

1234

/Linux-v5.4/tools/testing/selftests/tc-testing/
Dtdc_helper.py12 for category in ucat:
13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
Dtdc.py608 if args.category and testlist:
610 for catg in set(args.category):
668 if args.category:
710 if isinstance(args.category, list) and (len(args.category) == 0):
DREADME145 -c [CATG [CATG ...]], --category [CATG [CATG ...]]
146 Run tests only from the specified category/ies, or if
147 no category/ies is/are specified, list known
156 specified category
/Linux-v5.4/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-v5.4/drivers/gpu/drm/
Ddrm_print.c203 void drm_dev_dbg(const struct device *dev, unsigned int category, in drm_dev_dbg() argument
209 if (!(drm_debug & category)) in drm_dev_dbg()
227 void drm_dbg(unsigned int category, const char *format, ...) in drm_dbg() argument
232 if (!(drm_debug & category)) in drm_dbg()
/Linux-v5.4/sound/firewire/dice/
Ddice.c35 unsigned int category; in check_dice_category() local
56 category = WEISS_CATEGORY_ID; in check_dice_category()
58 category = LOUD_CATEGORY_ID; in check_dice_category()
60 category = DICE_CATEGORY_ID; in check_dice_category()
61 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category()
/Linux-v5.4/include/drm/
Ddrm_print.h279 void drm_dev_dbg(const struct device *dev, unsigned int category,
283 void drm_dbg(unsigned int category, const char *format, ...);
391 #define _DRM_DEV_DEFINE_DEBUG_RATELIMITED(dev, category, fmt, ...) \ argument
397 drm_dev_dbg(dev, category, fmt, ##__VA_ARGS__); \
/Linux-v5.4/drivers/memstick/core/
Dmemstick.c33 && (id->category == card->id.category) in memstick_dev_match()
68 if (add_uevent_var(env, "MEMSTICK_CATEGORY=%02X", card->id.category)) in memstick_uevent()
157 MEMSTICK_ATTR(category, "%02X");
339 card->id.category = id_reg.category; in h_memstick_read_dev_id()
453 card->id.type, card->id.category, card->id.class); in memstick_check()
/Linux-v5.4/include/linux/
Dieee80211.h954 u8 category; member
1152 u8 category; member
3167 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
3178 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
3179 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
3180 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame()
3181 *category != WLAN_CATEGORY_WNM_UNPROTECTED && in _ieee80211_is_robust_mgmt_frame()
3182 *category != WLAN_CATEGORY_SELF_PROTECTED && in _ieee80211_is_robust_mgmt_frame()
3183 *category != WLAN_CATEGORY_UNPROT_DMG && in _ieee80211_is_robust_mgmt_frame()
3184 *category != WLAN_CATEGORY_VHT && in _ieee80211_is_robust_mgmt_frame()
[all …]
Dmemstick.h49 unsigned char category; member
221 unsigned char category; member
Dnubus.h72 unsigned short category; member
/Linux-v5.4/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-v5.4/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-v5.4/drivers/staging/rtl8188eu/include/
Dfw.h25 u8 category; member
/Linux-v5.4/drivers/media/i2c/m5mols/
Dm5mols_core.c144 u8 category = I2C_CATEGORY(reg); in m5mols_read() local
159 wbuf[2] = category; in m5mols_read()
180 size, category, cmd, ret); in m5mols_read()
244 u8 category = I2C_CATEGORY(reg); in m5mols_write() local
265 wbuf[2] = category; in m5mols_write()
279 category, cmd, ret); in m5mols_write()
/Linux-v5.4/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
/Linux-v5.4/include/uapi/sound/
Dfirewire.h37 __be32 category; member
/Linux-v5.4/tools/perf/
Dcommand-list.txt3 # command name category [deprecated] [common]
/Linux-v5.4/drivers/net/wireless/marvell/mwifiex/
Dutil.c343 u8 category, action_code, *addr2; in mwifiex_parse_mgmt_packet() local
350 category = *(payload + sizeof(struct ieee80211_hdr)); in mwifiex_parse_mgmt_packet()
351 switch (category) { in mwifiex_parse_mgmt_packet()
374 category); in mwifiex_parse_mgmt_packet()
Dtdls.c484 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
523 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
563 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
591 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
598 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
756 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in mwifiex_construct_tdls_action_frame()
764 memmove(pos + ETH_ALEN, &mgmt->u.action.category, in mwifiex_construct_tdls_action_frame()
/Linux-v5.4/Documentation/driver-api/iio/
Dintro.rst17 Devices that fall into this category include:
/Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c150 u8 category; member
170 u8 category; member
187 u8 category; member
226 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in brcmf_p2p_is_pub_action()
254 if (act_frm->category == P2P_AF_CATEGORY && in brcmf_p2p_is_p2p_action()
281 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in brcmf_p2p_is_gas_action()
1662 u8 category; in brcmf_p2p_send_action_frame() local
1678 category = action_frame->data[DOT11_ACTION_CAT_OFF]; in brcmf_p2p_send_action_frame()
1726 category, action); in brcmf_p2p_send_action_frame()
/Linux-v5.4/drivers/net/fddi/skfp/
Dess.c531 chg->cat.category = ((struct smt_p_001a *)p)->category ; in ess_send_response()
643 req->cat.category = smc->mib.fddiESSCategory ; in ess_send_alc_req()
/Linux-v5.4/Documentation/sound/designs/
Dtracepoints.rst21 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-v5.4/drivers/nubus/
Dproc.c43 fres->board->slot, fres->category, fres->type, in nubus_devices_proc_show()

1234