/linux/drivers/platform/surface/aggregator/ |
A D | bus.c | 23 sdev->uid.domain, sdev->uid.category, sdev->uid.target, in modalias_show() 39 sdev->uid.domain, sdev->uid.category, in ssam_device_uevent() 90 sdev->uid.domain, sdev->uid.category, sdev->uid.target, in ssam_device_alloc() 184 if (id->domain != uid.domain || id->category != uid.category) in ssam_device_id_compatible() 213 id->category == 0 && in ssam_device_id_is_null()
|
/linux/drivers/hid/surface-hid/ |
A D | surface_kbd.c | 40 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()
|
A D | surface_hid.c | 59 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/tools/testing/selftests/tc-testing/ |
A D | tdc_helper.py | 12 for category in ucat: 13 testcases[category] = list(filter(lambda x: category in x['category'], alltests))
|
A D | tdc.py | 608 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):
|
/linux/sound/firewire/fireworks/ |
A D | fireworks_command.c | 101 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/sound/firewire/dice/ |
A D | dice.c | 38 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/include/drm/ |
A D | drm_print.h | 322 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, 487 void __drm_dbg(enum drm_debug_category category, const char *format, ...); 556 #define __DRM_DEFINE_DBG_RATELIMITED(category, drm, fmt, ...) \ argument 561 if (drm_debug_enabled(DRM_UT_ ## category) && __ratelimit(&rs_)) \
|
/linux/Documentation/driver-api/surface_aggregator/clients/ |
A D | cdev.rst | 37 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/drivers/memstick/core/ |
A D | memstick.c | 33 && (id->category == card->id.category) in memstick_dev_match() 68 if (add_uevent_var(env, "MEMSTICK_CATEGORY=%02X", card->id.category)) in memstick_uevent() 156 MEMSTICK_ATTR(category, "%02X"); 338 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/drivers/gpu/drm/ |
A D | drm_print.c | 259 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()
|
/linux/include/linux/ |
A D | ieee80211.h | 1200 u8 category; member 1404 u8 category; member 3720 u8 *category; in _ieee80211_is_robust_mgmt_frame() local 3731 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame() 3732 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame() 3733 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame() 3734 *category != WLAN_CATEGORY_WNM_UNPROTECTED && in _ieee80211_is_robust_mgmt_frame() 3735 *category != WLAN_CATEGORY_SELF_PROTECTED && in _ieee80211_is_robust_mgmt_frame() 3736 *category != WLAN_CATEGORY_UNPROT_DMG && in _ieee80211_is_robust_mgmt_frame() 3737 *category != WLAN_CATEGORY_VHT && in _ieee80211_is_robust_mgmt_frame() [all …]
|
A D | surface_acpi_notify.h | 27 u8 category; member
|
A D | memstick.h | 49 unsigned char category; member 221 unsigned char category; member
|
/linux/drivers/dma/idxd/ |
A D | perfmon.h | 105 #define EVNTCAP_REG(idxd, category) \ argument 106 (PERFMON_REG_OFFSET(idxd, IDXD_EVNTCAP_OFFSET) + ((category) * 8))
|
/linux/net/mac80211/ |
A D | s1g.c | 26 if (likely(mgmt->u.action.category != WLAN_CATEGORY_S1G)) in ieee80211_s1g_is_twt_setup() 53 mgmt->u.action.category = WLAN_CATEGORY_S1G; in ieee80211_s1g_send_twt_setup() 85 mgmt->u.action.category = WLAN_CATEGORY_S1G; in ieee80211_s1g_send_twt_teardown()
|
/linux/Documentation/netlabel/ |
A D | draft-ietf-cipso-ipsecurity-01.txt | 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 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/Documentation/devicetree/bindings/powerpc/fsl/ |
A D | cpus.txt | 20 a property named fsl,eref-[CAT], where [CAT] is the abbreviated category 22 the category is supported by the implementation.
|
/linux/Documentation/driver-api/surface_aggregator/ |
A D | client.rst | 127 The UID for SSAM client devices consists of a ``domain``, a ``category``, 134 the kernel/driver-side. For physical devices, ``category`` represents the 135 target category, ``target`` the target ID, and ``instance`` the instance ID 319 should be enabled, an event ID specifying for which target category and, 325 other notifier registered for the same target category. 328 category, regardless of the instance ID specified when registering the 358 /* Set priority wrt. other handlers of same target category. */ 368 nf->event.id.target_category = sdev->uid.category; 387 specific event (combination of registry, event target category, and event
|
A D | ssh.rst | 220 - Target category. 251 Commands and events are uniquely identified by their target category 252 (``TC``) and command ID (``CID``). The target category specifies a general 253 category for the command (e.g. system in general, vs. battery and AC, vs. 255 that category. Only the combination of |TC| + |CID| is unique. Additionally, 262 response to a request should have the same target category, command ID, and 283 identified by its target category, command ID, and, if applicable, instance 285 general, however, a single target category should map to a single reserved 298 by target category and command ID alone, the EC may require specific
|
/linux/include/linux/surface_aggregator/ |
A D | device.h | 56 u8 category; member 100 .category = cat, \
|
/linux/drivers/media/i2c/m5mols/ |
A D | m5mols_core.c | 144 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/drivers/net/ethernet/chelsio/cxgb3/ |
A D | common.h | 52 #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/Documentation/admin-guide/media/ |
A D | ci.rst | 58 Cards that fall in this category 61 At present the cards that fall in this category are the Twinhan and its
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
A D | util.c | 343 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()
|