Home
last modified time | relevance | path

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

1234

/Linux-v4.19/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.py514 if args.category and testlist:
516 for catg in set(args.category):
573 if args.category:
615 if isinstance(args.category, list) and (len(args.category) == 0):
DREADME127 Execute the test case in flower category
139 -c [CATG [CATG ...]], --category [CATG [CATG ...]]
140 Run tests only from the specified category/ies, or if
141 no category/ies is/are specified, list known
150 specified category
/Linux-v4.19/sound/firewire/fireworks/
Dfireworks_command.c102 efw_transaction(struct snd_efw *efw, unsigned int category, in efw_transaction() argument
138 header->category = cpu_to_be32(category); in efw_transaction()
152 (be32_to_cpu(header->category) != category) || in efw_transaction()
156 be32_to_cpu(header->category), in efw_transaction()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_print.c198 void drm_dev_dbg(const struct device *dev, unsigned int category, in drm_dev_dbg() argument
204 if (!(drm_debug & category)) in drm_dev_dbg()
222 void drm_dbg(unsigned int category, const char *format, ...) in drm_dbg() argument
227 if (!(drm_debug & category)) in drm_dbg()
/Linux-v4.19/sound/firewire/dice/
Ddice.c33 unsigned int category; in check_dice_category() local
54 category = WEISS_CATEGORY_ID; in check_dice_category()
56 category = LOUD_CATEGORY_ID; in check_dice_category()
58 category = DICE_CATEGORY_ID; in check_dice_category()
59 if (device->config_rom[3] != ((vendor << 8) | category) || in check_dice_category()
/Linux-v4.19/drivers/memstick/core/
Dmemstick.c36 && (id->category == card->id.category) in memstick_dev_match()
71 if (add_uevent_var(env, "MEMSTICK_CATEGORY=%02X", card->id.category)) in memstick_uevent()
160 MEMSTICK_ATTR(category, "%02X");
342 card->id.category = id_reg.category; in h_memstick_read_dev_id()
455 card->id.type, card->id.category, card->id.class); in memstick_check()
/Linux-v4.19/include/drm/
Ddrm_print.h275 void drm_dev_dbg(const struct device *dev, unsigned int category,
279 void drm_dbg(unsigned int category, const char *format, ...);
387 #define _DRM_DEV_DEFINE_DEBUG_RATELIMITED(dev, category, fmt, ...) \ argument
393 drm_dev_dbg(dev, category, fmt, ##__VA_ARGS__); \
/Linux-v4.19/include/linux/
Dieee80211.h947 u8 category; member
1143 u8 category; member
2993 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
3004 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
3005 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
3006 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame()
3007 *category != WLAN_CATEGORY_WNM_UNPROTECTED && in _ieee80211_is_robust_mgmt_frame()
3008 *category != WLAN_CATEGORY_SELF_PROTECTED && in _ieee80211_is_robust_mgmt_frame()
3009 *category != WLAN_CATEGORY_UNPROT_DMG && in _ieee80211_is_robust_mgmt_frame()
3010 *category != WLAN_CATEGORY_VHT && in _ieee80211_is_robust_mgmt_frame()
[all …]
Dmemstick.h53 unsigned char category; member
225 unsigned char category; member
Dnubus.h72 unsigned short category; member
/Linux-v4.19/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-v4.19/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-v4.19/drivers/staging/rtl8188eu/include/
Dfw.h25 u8 category; member
/Linux-v4.19/drivers/media/i2c/m5mols/
Dm5mols_core.c148 u8 category = I2C_CATEGORY(reg); in m5mols_read() local
163 wbuf[2] = category; in m5mols_read()
184 size, category, cmd, ret); in m5mols_read()
248 u8 category = I2C_CATEGORY(reg); in m5mols_write() local
269 wbuf[2] = category; in m5mols_write()
283 category, cmd, ret); in m5mols_write()
/Linux-v4.19/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-v4.19/include/uapi/sound/
Dfirewire.h36 __be32 category; member
/Linux-v4.19/tools/perf/
Dcommand-list.txt3 # command name category [deprecated] [common]
/Linux-v4.19/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.c486 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
525 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
565 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
593 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
600 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
759 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in mwifiex_construct_tdls_action_frame()
767 memmove(pos + ETH_ALEN, &mgmt->u.action.category, in mwifiex_construct_tdls_action_frame()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dp2p.c161 u8 category; member
181 u8 category; member
198 u8 category; member
237 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in brcmf_p2p_is_pub_action()
265 if (act_frm->category == P2P_AF_CATEGORY && in brcmf_p2p_is_p2p_action()
292 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in brcmf_p2p_is_gas_action()
1650 u8 category; in brcmf_p2p_send_action_frame() local
1666 category = action_frame->data[DOT11_ACTION_CAT_OFF]; in brcmf_p2p_send_action_frame()
1714 category, action); in brcmf_p2p_send_action_frame()
/Linux-v4.19/Documentation/driver-api/iio/
Dintro.rst17 Devices that fall into this category include:
/Linux-v4.19/drivers/net/fddi/skfp/
Dess.c535 chg->cat.category = ((struct smt_p_001a *)p)->category ; in ess_send_response()
647 req->cat.category = smc->mib.fddiESSCategory ; in ess_send_alc_req()
/Linux-v4.19/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-v4.19/drivers/nubus/
Dproc.c43 fres->board->slot, fres->category, fres->type, in nubus_devices_proc_show()

1234