Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/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):
/kernel/linux/linux-5.10/drivers/staging/blackbox/
Dblackbox_core.c51 const char *category; member
158 return error_info_categories[i].map.category; in get_category()
195 strncpy(info->category, get_category(module, event), in format_error_info()
196 min(strlen(get_category(module, event)), sizeof(info->category) - 1)); in format_error_info()
221 info->category, info->event, timestamp, in save_history_log()
224 zrhung_send_event("KERNEL_VENDOR", info->category, info->error_desc); in save_history_log()
364 if (strcmp(info->category, CATEGORY_SYSTEM_REBOOT) && in save_log_with_reset()
365 strcmp(info->category, CATEGORY_SYSTEM_PANIC)) in save_log_with_reset()
406 strncpy(info->category, get_category(info->module, info->event), in do_save_last_log()
407 min(strlen(get_category(info->module, info->event)), sizeof(info->category) - 1)); in do_save_last_log()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_print.c259 void drm_dev_dbg(const struct device *dev, enum drm_debug_category category, in drm_dev_dbg() argument
265 if (!drm_debug_enabled(category)) in drm_dev_dbg()
283 void __drm_dbg(enum drm_debug_category category, const char *format, ...) in __drm_dbg() argument
288 if (!drm_debug_enabled(category)) in __drm_dbg()
/kernel/linux/linux-5.10/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()
456 card->id.type, card->id.category, card->id.class); in memstick_check()
/kernel/linux/linux-5.10/
DREADME131 $category can be: bug preparation, bugfix, perf, feature, doc, other...
133 If category is feature, then we also need to add feature name like below:
134 category: feature
179 category: $category [M]
197 category: $category [M]
214 category: bugfix
/kernel/linux/linux-5.10/include/drm/
Ddrm_print.h322 static inline bool drm_debug_enabled(enum drm_debug_category category) in drm_debug_enabled() argument
324 return unlikely(__drm_debug & category); in drm_debug_enabled()
337 void drm_dev_dbg(const struct device *dev, enum drm_debug_category category,
474 void __drm_dbg(enum drm_debug_category category, const char *format, ...);
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/include/linux/
Dieee80211.h1158 u8 category; member
1357 u8 category; member
3567 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
3578 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
3579 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
3580 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame()
3581 *category != WLAN_CATEGORY_WNM_UNPROTECTED && in _ieee80211_is_robust_mgmt_frame()
3582 *category != WLAN_CATEGORY_SELF_PROTECTED && in _ieee80211_is_robust_mgmt_frame()
3583 *category != WLAN_CATEGORY_UNPROT_DMG && in _ieee80211_is_robust_mgmt_frame()
3584 *category != WLAN_CATEGORY_VHT && in _ieee80211_is_robust_mgmt_frame()
[all …]
Dmemstick.h49 unsigned char category; member
221 unsigned char category; member
Dblackbox.h57 char category[CATEGORY_MAX_LEN]; member
/kernel/linux/linux-5.10/drivers/staging/hievent/
Dhievent_driver.h15 char category; member
Dhiview_hievent.c294 int logbuff_to_exception(char category, int level, char log_type, in logbuff_to_exception() argument
311 hdr->category = category; in logbuff_to_exception()
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
Dfw.h25 u8 category; member
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dfirewire.h31 __be32 category; member
/kernel/linux/linux-5.10/include/uapi/sound/
Dfirewire.h37 __be32 category; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dfirewire.h45 __be32 category; member
/kernel/linux/linux-5.10/tools/perf/
Dcommand-list.txt3 # command name category [deprecated] [common]
/kernel/linux/linux-5.10/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()

12345