Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnubus.h55 unsigned short category; member
91 struct nubus_dev* nubus_find_device(unsigned short category,
96 struct nubus_dev* nubus_find_type(unsigned short category,
Dieee80211.h919 u8 category; member
1099 u8 category; member
2387 u8 *category; in _ieee80211_is_robust_mgmt_frame() local
2398 category = ((u8 *) hdr) + 24; in _ieee80211_is_robust_mgmt_frame()
2399 return *category != WLAN_CATEGORY_PUBLIC && in _ieee80211_is_robust_mgmt_frame()
2400 *category != WLAN_CATEGORY_HT && in _ieee80211_is_robust_mgmt_frame()
2401 *category != WLAN_CATEGORY_WNM_UNPROTECTED && in _ieee80211_is_robust_mgmt_frame()
2402 *category != WLAN_CATEGORY_SELF_PROTECTED && in _ieee80211_is_robust_mgmt_frame()
2403 *category != WLAN_CATEGORY_UNPROT_DMG && in _ieee80211_is_robust_mgmt_frame()
2404 *category != WLAN_CATEGORY_VHT && in _ieee80211_is_robust_mgmt_frame()
[all …]
Dmemstick.h53 unsigned char category; member
225 unsigned char category; member
/linux-4.4.14/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-4.4.14/sound/firewire/dice/
Ddice.c33 unsigned int category, i; in dice_interface_check() local
61 category = WEISS_CATEGORY_ID; in dice_interface_check()
63 category = LOUD_CATEGORY_ID; in dice_interface_check()
65 category = DICE_CATEGORY_ID; in dice_interface_check()
66 if (device->config_rom[3] != ((vendor << 8) | category) || in dice_interface_check()
/linux-4.4.14/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-4.4.14/drivers/nubus/
Dnubus.c295 nubus_find_device(unsigned short category, in nubus_find_device() argument
305 if (itor->category == category in nubus_find_device()
317 nubus_find_type(unsigned short category, in nubus_find_type() argument
325 if (itor->category == category in nubus_find_type()
443 switch (dev->category) { in nubus_show_private_resource()
495 dev->category = nbtdata[0]; in nubus_get_functional_resource()
Dproc.c39 dev->category, in nubus_devices_proc_show()
/linux-4.4.14/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-4.4.14/drivers/staging/rtl8188eu/include/
Dfw.h40 u8 category; member
Dieee80211_ext.h237 u8 category; member
Dieee80211.h1175 int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8 *category,
/linux-4.4.14/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 …]
Dcipso_ipv4.txt38 attributes such as sensitivity level and category to values which are
/linux-4.4.14/include/uapi/sound/
Dfirewire.h34 __be32 category; member
/linux-4.4.14/drivers/media/i2c/m5mols/
Dm5mols_core.c146 u8 category = I2C_CATEGORY(reg); in m5mols_read() local
161 wbuf[2] = category; in m5mols_read()
182 size, category, cmd, ret); in m5mols_read()
245 u8 category = I2C_CATEGORY(reg); in m5mols_write() local
266 wbuf[2] = category; in m5mols_write()
279 category, cmd, ret); in m5mols_write()
/linux-4.4.14/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-4.4.14/tools/perf/
Dcommand-list.txt3 # command name category [deprecated] [common]
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dutil.c336 u8 category, action_code, *addr2; in mwifiex_parse_mgmt_packet() local
343 category = *(payload + sizeof(struct ieee80211_hdr)); in mwifiex_parse_mgmt_packet()
344 switch (category) { in mwifiex_parse_mgmt_packet()
367 category); in mwifiex_parse_mgmt_packet()
Dtdls.c455 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
492 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
530 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
558 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
565 tf->category = WLAN_CATEGORY_TDLS; in mwifiex_prep_tdls_encap_data()
716 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in mwifiex_construct_tdls_action_frame()
724 memmove(pos + ETH_ALEN, &mgmt->u.action.category, in mwifiex_construct_tdls_action_frame()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dp2p.c160 u8 category; member
180 u8 category; member
197 u8 category; member
236 if (pact_frm->category == P2P_PUB_AF_CATEGORY && in brcmf_p2p_is_pub_action()
264 if (act_frm->category == P2P_AF_CATEGORY && in brcmf_p2p_is_p2p_action()
291 if (sd_act_frm->category != P2PSD_ACTION_CATEGORY) in brcmf_p2p_is_gas_action()
1658 u8 category; in brcmf_p2p_send_action_frame() local
1674 category = action_frame->data[DOT11_ACTION_CAT_OFF]; in brcmf_p2p_send_action_frame()
1722 category, action); in brcmf_p2p_send_action_frame()
/linux-4.4.14/drivers/net/fddi/skfp/
Dess.c533 chg->cat.category = ((struct smt_p_001a *)p)->category ; in ess_send_response()
645 req->cat.category = smc->mib.fddiESSCategory ; in ess_send_alc_req()
/linux-4.4.14/net/mac80211/
Dtdls.c759 tf->category = WLAN_CATEGORY_TDLS; in ieee80211_prep_tdls_encap_data()
769 tf->category = WLAN_CATEGORY_TDLS; in ieee80211_prep_tdls_encap_data()
780 tf->category = WLAN_CATEGORY_TDLS; in ieee80211_prep_tdls_encap_data()
788 tf->category = WLAN_CATEGORY_TDLS; in ieee80211_prep_tdls_encap_data()
795 tf->category = WLAN_CATEGORY_TDLS; in ieee80211_prep_tdls_encap_data()
802 tf->category = WLAN_CATEGORY_TDLS; in ieee80211_prep_tdls_encap_data()
808 tf->category = WLAN_CATEGORY_TDLS; in ieee80211_prep_tdls_encap_data()
841 mgmt->u.action.category = WLAN_CATEGORY_PUBLIC; in ieee80211_prep_tdls_direct()
Drx.c775 u8 category; in ieee80211_rx_mesh_check() local
782 category = mgmt->u.action.category; in ieee80211_rx_mesh_check()
783 if (category != WLAN_CATEGORY_MESH_ACTION && in ieee80211_rx_mesh_check()
784 category != WLAN_CATEGORY_SELF_PROTECTED) in ieee80211_rx_mesh_check()
2434 tf->category == WLAN_CATEGORY_TDLS && in ieee80211_rx_h_data()
2570 resp->u.action.category = WLAN_CATEGORY_SA_QUERY; in ieee80211_process_sa_query_req()
2632 if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && in ieee80211_rx_h_action()
2633 mgmt->u.action.category != WLAN_CATEGORY_SELF_PROTECTED && in ieee80211_rx_h_action()
2634 mgmt->u.action.category != WLAN_CATEGORY_SPECTRUM_MGMT) in ieee80211_rx_h_action()
2637 switch (mgmt->u.action.category) { in ieee80211_rx_h_action()
[all …]
Dht.c390 mgmt->u.action.category = WLAN_CATEGORY_BACK; in ieee80211_send_delba()
444 action_frame->u.action.category = WLAN_CATEGORY_HT; in ieee80211_send_smps_action()
Dspectmgmt.c209 msr_report->u.action.category = WLAN_CATEGORY_SPECTRUM_MGMT; in ieee80211_send_refuse_measurement_request()
Dagg-rx.c217 mgmt->u.action.category = WLAN_CATEGORY_BACK; in ieee80211_send_addba_resp()
Dmesh_hwmp.c131 mgmt->u.action.category = WLAN_CATEGORY_MESH_ACTION; in mesh_path_sel_frame_tx()
268 mgmt->u.action.category = WLAN_CATEGORY_MESH_ACTION; in mesh_path_error_tx()
Dstatus.c197 mgmt->u.action.category == WLAN_CATEGORY_HT && in ieee80211_frame_acked()
Dagg-tx.c96 mgmt->u.action.category = WLAN_CATEGORY_BACK; in ieee80211_send_addba_request()
Dmesh_plink.c246 mgmt->u.action.category = WLAN_CATEGORY_SELF_PROTECTED; in mesh_plink_frame_tx()
Dcfg.c3342 mgmt->u.action.category == WLAN_CATEGORY_PUBLIC || in ieee80211_mgmt_tx()
3343 mgmt->u.action.category == WLAN_CATEGORY_SELF_PROTECTED || in ieee80211_mgmt_tx()
3344 mgmt->u.action.category == WLAN_CATEGORY_SPECTRUM_MGMT) in ieee80211_mgmt_tx()
Dmesh.c1261 switch (mgmt->u.action.category) { in ieee80211_mesh_rx_mgmt_action()
Diface.c1252 mgmt->u.action.category == WLAN_CATEGORY_BACK) { in ieee80211_iface_work()
Dibss.c1641 switch (mgmt->u.action.category) { in ieee80211_ibss_rx_queued_mgmt()
Dmlme.c3631 if (mgmt->u.action.category == WLAN_CATEGORY_SPECTRUM_MGMT) { in ieee80211_sta_rx_queued_mgmt()
3650 } else if (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC) { in ieee80211_sta_rx_queued_mgmt()
Dutil.c2864 mgmt->u.action.category = WLAN_CATEGORY_SPECTRUM_MGMT; in ieee80211_send_action_csa()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c1615 u8 category, action; in issue_action_spct_ch_switch() local
1616 category = RTW_WLAN_CATEGORY_SPECTRUM_MGMT; in issue_action_spct_ch_switch()
1619 pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); in issue_action_spct_ch_switch()
1635 u8 category = RTW_WLAN_CATEGORY_BACK; in issue_action_BA() local
1656 DBG_88E("%s, category=%d, action=%d, status=%d\n", __func__, category, action, status); in issue_action_BA()
1686 pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); in issue_action_BA()
1689 if (category == 3) { in issue_action_BA()
1789 unsigned char category, action; in issue_action_BSSCoexistPacket() local
1815 category = RTW_WLAN_CATEGORY_PUBLIC; in issue_action_BSSCoexistPacket()
1845 pframe = rtw_set_fixed_ie(pframe, 1, &(category), &(pattrib->pktlen)); in issue_action_BSSCoexistPacket()
[all …]
Drtw_ieee80211.c1344 int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8 *category, u8 *action) in rtw_action_frame_parse() argument
1365 if (category) in rtw_action_frame_parse()
1366 *category = c; in rtw_action_frame_parse()
/linux-4.4.14/security/tomoyo/
Daudit.c327 const u8 category = tomoyo_index2category[index] + in tomoyo_get_audit() local
340 mode = p->config[category]; in tomoyo_get_audit()
Dcommon.c599 const char *category = in tomoyo_set_mode() local
601 len = strlen(category); in tomoyo_set_mode()
602 if (strncmp(name, category, len) || in tomoyo_set_mode()
1342 const char *category) in tomoyo_set_group() argument
1349 tomoyo_set_string(head, category); in tomoyo_set_group()
/linux-4.4.14/drivers/staging/nvec/
Dnvec.c173 enum nvec_msg_category category) in nvec_msg_alloc() argument
175 int i = (category == NVEC_MSG_TX) ? (NVEC_POOL_SIZE / 4) : 0; in nvec_msg_alloc()
185 (category == NVEC_MSG_TX) ? "TX" : "RX"); in nvec_msg_alloc()
/linux-4.4.14/Documentation/dvb/
Dci.txt42 * Cards that fall in this category
44 At present the cards that fall in this category are the Twinhan and its
/linux-4.4.14/arch/m68k/
DKconfig.bus27 the CPU slot may fall in this category, so you have to say Y to let
/linux-4.4.14/Documentation/
Dirqflags-tracing.txt18 category, because lots of lowlevel assembly code deal with irq-flags
Dstable_api_nonsense.txt160 under this category, good luck, you are on your own here, you leech
Dcachetlb.txt381 The final category of APIs is for I/O to deliberately aliased address
DCodingStyle304 category (d) better than here.
/linux-4.4.14/drivers/staging/iio/Documentation/
Doverview.txt15 A typical device falling into this category would be connected via SPI
/linux-4.4.14/drivers/char/tpm/
Dtpm-interface.c313 u8 category = (ordinal >> 24) & 0xFF; in tpm_calc_ordinal_duration() local
315 if ((category == TPM_PROTECTED_COMMAND && ordinal < TPM_MAX_ORDINAL) || in tpm_calc_ordinal_duration()
316 (category == TPM_CONNECTION_COMMAND && ordinal < TSC_MAX_ORDINAL)) in tpm_calc_ordinal_duration()
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/
Dioctl_cfg80211.c2516 u8 category, action; in rtw_cfg80211_monitor_if_xmit_entry() local
2522 category = mgmt->u.action.category; in rtw_cfg80211_monitor_if_xmit_entry()
2525 category, action); in rtw_cfg80211_monitor_if_xmit_entry()
3033 u8 category, action; in cfg80211_rtw_mgmt_tx() local
3055 category = hdr->u.action.category; in cfg80211_rtw_mgmt_tx()
3057 DBG_8723A("RTW_Tx:category(%u), action(%u)\n", category, action); in cfg80211_rtw_mgmt_tx()
/linux-4.4.14/arch/sh/
DKconfig.debug19 mask ROM and no flash (WindowsCE machines fall in this category).
/linux-4.4.14/Documentation/arm/
DREADME75 machine-specific parts by directory. For this, the machine category is
77 $(MACHINE) to refer to the category)
/linux-4.4.14/drivers/net/wireless/cw1200/
Dtxrx.c557 mgmt->u.action.category == WLAN_CATEGORY_BACK) in cw1200_tx_h_action()
801 if (mgmt->u.action.category == WLAN_CATEGORY_BACK) in cw1200_handle_action_rx()
1036 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
1047 (mgmt->u.action.category == WLAN_CATEGORY_PUBLIC)) { in cw1200_rx_cb()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dbase.c1233 u8 category; in rtl_action_proc() local
1238 category = *act; in rtl_action_proc()
1240 switch (category) { in rtl_action_proc()
1792 action_frame->u.action.category = WLAN_CATEGORY_HT; in rtl_make_smps_action()
1923 action_frame->u.action.category = WLAN_CATEGORY_BACK; in rtl_make_del_ba()
Dps.c828 pos = (u8 *)&mgmt->u.action.category; in rtl_p2p_action_ie()
Dwifi.h227 u8 category; member
/linux-4.4.14/Documentation/vm/
Dactive_mm.txt26 this category, but even "real" threads can temporarily say that for
/linux-4.4.14/Documentation/ABI/
DREADME73 It's up to the developer to place their interfaces in the category they
/linux-4.4.14/Documentation/security/
DSmack.txt565 and a category set with each packet. The DOI is intended to identify a group
571 The label and category set are mapped to a Smack label as defined in
576 smack level [category [category]*]
578 Smack does not expect the level or category sets to be related in any
594 CIPSO level is used to indicate that the category set passed in the packet is
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dsmt.h516 u_int category ; /* Allocator defined classification */ member
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c2013 unsigned char category, action; in OnAction23a_back23a() local
2037 category = mgmt->u.action.category; in OnAction23a_back23a()
2038 if (category == WLAN_CATEGORY_BACK) { /* representing Block Ack */ in OnAction23a_back23a()
2150 u8 category; in OnAction23a() local
2155 category = mgmt->u.action.category; in OnAction23a()
2161 if (category == ptable->num) in OnAction23a()
3733 mgmt->u.action.category = WLAN_CATEGORY_SPECTRUM_MGMT; in issue_action_spct_ch_switch23a()
3794 mgmt->u.action.category = WLAN_CATEGORY_BACK; in issue_action_BA23a()
/linux-4.4.14/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h383 u8 category; /* AP/NIC and USB/PCI */ member
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dlibipw.h426 u8 category; member
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_main.h238 unsigned int category; /* type indicates cached/non-cached */ member
/linux-4.4.14/net/wireless/
Dmlme.c582 mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) { in cfg80211_mlme_mgmt_tx()
/linux-4.4.14/Documentation/ide/
Dide.txt145 on sound cards usually fall into this category. Such configurations
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt245 are sorted according to category and each category has its own ops struct.
247 The top-level ops struct contains pointers to the category ops structs, which
248 may be NULL if the subdev driver does not support anything from that category.
/linux-4.4.14/Documentation/power/
Dopp.txt91 opp_get_{voltage, freq, opp_count} fall into this category.
Dpci.txt158 ACPI methods used for device power management fall into that category.
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_softmac.c2184 u8 category = 0; in rtllib_process_action() local
2192 category = *act; in rtllib_process_action()
2194 switch (category) { in rtllib_process_action()
/linux-4.4.14/scripts/
Dspelling.txt195 catagory||category
/linux-4.4.14/Documentation/blockdev/
Dparide.txt301 devices. The most common devices in this category are PD drives
/linux-4.4.14/Documentation/cdrom/
Dide-cd207 IDE interfaces on sound cards often fall into this category.
/linux-4.4.14/drivers/usb/serial/
DKconfig398 tested -- device in this category is the PalmConnect USB Serial
/linux-4.4.14/drivers/scsi/pm8001/
Dpm8001_hwi.c1342 u32 Header = 0, hpriority = 0, bc = 1, category = 0x02; in pm8001_mpi_build_cmd() local
1359 | ((category & 0xF) << 12) | (opCode & 0xFFF)); in pm8001_mpi_build_cmd()
/linux-4.4.14/Documentation/RCU/
DwhatisRCU.txt795 in docbook. Here is the list, by category.
/linux-4.4.14/Documentation/networking/
Dcan.txt964 Therefore the use of hardware filters goes to the category 'handmade
/linux-4.4.14/drivers/scsi/
DKconfig785 category, along with a large number of ISA 8bit controllers shipped
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c1963 mgmt->u.action.category == WLAN_CATEGORY_BACK && in mwl8k_txq_xmit()
/linux-4.4.14/
DMAINTAINERS3513 W: http://plugable.com/category/projects/udlfb/