Searched refs:type (Results 501 - 525 of 13790) sorted by relevance

<<21222324252627282930>>

/linux-master/fs/bcachefs/
H A Dextents_format.h40 * same checksum type and compression format - however, when copygc runs later (or
59 * type of a given entry with a scheme similar to utf8 (except we're encoding a
60 * type, not a size), encoding the type in the position of the first set bit:
94 __u32 type:2, member in struct:bch_extent_crc32
110 type:2;
119 __u64 type:3, member in struct:bch_extent_crc64
135 type:3;
145 __u64 type:4, member in struct:bch_extent_crc128
159 type
172 __u64 type:1, member in struct:bch_extent_ptr
192 __u64 type:5, member in struct:bch_extent_stripe_ptr
206 __u64 type:6, member in struct:bch_extent_rebalance
220 unsigned long type; member in union:bch_extent_entry
[all...]
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_mfg_comm.h32 /* Manufacturing card type */
34 BFA_MFG_TYPE_CB_MAX = 825, /*!< Crossbow card type max */
51 BFA_MFG_TYPE_INVALID = 0, /*!< Invalid card type */
55 #define bfa_mfg_is_mezz(type) (( \
56 (type) == BFA_MFG_TYPE_JAYHAWK || \
57 (type) == BFA_MFG_TYPE_WANCHESE || \
58 (type) == BFA_MFG_TYPE_ASTRA || \
59 (type) == BFA_MFG_TYPE_LIGHTNING_P0 || \
60 (type) == BFA_MFG_TYPE_LIGHTNING || \
61 (type)
[all...]
/linux-master/net/batman-adv/
H A Dlog.h73 * @type: type of debug message
79 #define _batadv_dbg(type, bat_priv, ratelimited, fmt, arg...) \
82 if (atomic_read(&__batpriv->log_level) & (type) && \
89 static inline void _batadv_dbg(int type __always_unused,
99 * @type: type of debug message
103 #define batadv_dbg(type, bat_priv, arg...) \
104 _batadv_dbg(type, bat_priv, 0, ## arg)
108 * @type
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dg94.c41 g94_gpio_intr_mask(struct nvkm_gpio *gpio, u32 type, u32 mask, u32 data) argument
46 if (type & NVKM_GPIO_LO)
48 if (type & NVKM_GPIO_HI)
52 if (type & NVKM_GPIO_LO)
54 if (type & NVKM_GPIO_HI)
71 g94_gpio_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
74 return nvkm_gpio_new_(&g94_gpio, device, type, inst, pgpio);
H A Dgk104.c43 gk104_gpio_intr_mask(struct nvkm_gpio *gpio, u32 type, u32 mask, u32 data) argument
48 if (type & NVKM_GPIO_LO)
50 if (type & NVKM_GPIO_HI)
54 if (type & NVKM_GPIO_LO)
56 if (type & NVKM_GPIO_HI)
73 gk104_gpio_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, argument
79 return nvkm_gpio_new_(&gk104_gpio, device, type, inst, pgpio);
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_icmpv6.c42 tuple->dst.u.icmp.type = hp->icmp6_type;
71 int type = orig->dst.u.icmp.type - 128; local
72 if (type < 0 || type >= sizeof(invmap) || !invmap[type])
76 tuple->dst.u.icmp.type = invmap[type] - 1;
102 int type = ct->tuplehash[0].tuple.dst.u.icmp.type local
190 int type; local
[all...]
/linux-master/drivers/scsi/
H A Dsd_dif.c31 u8 type = sdkp->protection_type; local
35 dif = scsi_host_dif_capable(sdp->host, type);
36 dix = scsi_host_dix_capable(sdp->host, type);
51 if (type == T10_PI_TYPE3_PROTECTION)
58 if (type == T10_PI_TYPE3_PROTECTION)
65 if (dif && type) {
71 if (type == T10_PI_TYPE3_PROTECTION)
/linux-master/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.c32 if (tlv->type == MLXFW_MFA2_TLV_MULTI_PART) {
59 enum mlxfw_mfa2_tlv_type type, u16 index)
70 if (tlv->type == type)
79 enum mlxfw_mfa2_tlv_type type,
92 if (tlv->type == type)
57 mlxfw_mfa2_tlv_multi_child_find(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv_multi *multi, enum mlxfw_mfa2_tlv_type type, u16 index) argument
77 mlxfw_mfa2_tlv_multi_child_count(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv_multi *multi, enum mlxfw_mfa2_tlv_type type, u16 *p_count) argument
/linux-master/arch/arm64/kernel/
H A Dcacheinfo.c35 enum cache_type type, unsigned int level)
38 this_leaf->type = type;
102 enum cache_type type; local
108 type = get_cache_type(level);
109 if (type == CACHE_TYPE_SEPARATE) {
113 ci_leaf_init(this_leaf++, type, level);
34 ci_leaf_init(struct cacheinfo *this_leaf, enum cache_type type, unsigned int level) argument
/linux-master/kernel/module/
H A Dstrict_rwx.c14 static int module_set_memory(const struct module *mod, enum mod_mem_type type, argument
17 const struct module_memory *mod_mem = &mod->mem[type];
34 for_class_mod_mem_type(type, text) {
38 ret = module_set_memory(mod, type, set_memory_rox);
40 ret = module_set_memory(mod, type, set_memory_x);
72 for_class_mod_mem_type(type, data) {
73 int ret = module_set_memory(mod, type, set_memory_nx);
/linux-master/include/crypto/
H A Dpublic_key.h18 * Cryptographic data for the public-key subtype of the asymmetric key type.
63 const struct key_type *type,
68 const struct key_type *type,
73 const struct key_type *type,
79 const struct key_type *type,
83 const struct key_type *type,
88 const struct key_type *type,
96 const struct key_type *type,
87 restrict_link_by_ca(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *trust_keyring) argument
95 restrict_link_by_digsig(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *trust_keyring) argument
/linux-master/include/trace/stages/
H A Dstage2_data_offsets.h12 #define __field(type, item)
15 #define __field_ext(type, item, filter_type)
18 #define __field_struct(type, item)
21 #define __field_struct_ext(type, item, filter_type)
24 #define __array(type, item, len)
27 #define __dynamic_array(type, item, len) u32 item; const void *item##_ptr_;
48 #define __rel_dynamic_array(type, item, len) u32 item; const void *item##_ptr_;
/linux-master/fs/ocfs2/dlm/
H A Ddlmconvert.c44 int type, int *call_ast,
48 struct dlm_lock *lock, int flags, int type);
61 struct dlm_lock *lock, int flags, int type)
72 status = __dlmconvert_master(dlm, res, lock, flags, type,
105 int type, int *call_ast,
113 mlog(0, "type=%d, convert_type=%d, new convert_type=%d\n",
114 lock->ml.type, lock->ml.convert_type, type);
135 switch (lock->ml.type) {
139 dlm_lock_mode_name(lock->ml.type),
59 dlmconvert_master(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, int flags, int type) argument
102 __dlmconvert_master(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, int flags, int type, int *call_ast, int *kick_thread) argument
249 dlmconvert_remote(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, int flags, int type) argument
353 dlm_send_remote_convert_request(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_lock *lock, int flags, int type) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/
H A Dinputfifo.c48 /* The data type is used to send special cases:
54 * WARNING: This type should also be used for Legacy YUV420.
73 enum inputfifo_mipi_data_type type; member in struct:inputfifo_instance
230 enum inputfifo_mipi_data_type type)
236 if (type == inputfifo_mipi_data_type_rgb)
239 if (type == inputfifo_mipi_data_type_yuv420_legacy)
318 enum inputfifo_mipi_data_type type)
325 type);
335 * - fmt_type: format type.
365 enum inputfifo_mipi_data_type type)
222 inputfifo_send_line2( const unsigned short *data, unsigned int width, const unsigned short *data2, unsigned int width2, unsigned int hblank_cycles, unsigned int marker_cycles, unsigned int two_ppc, enum inputfifo_mipi_data_type type) argument
313 inputfifo_send_line(const unsigned short *data, unsigned int width, unsigned int hblank_cycles, unsigned int marker_cycles, unsigned int two_ppc, enum inputfifo_mipi_data_type type) argument
356 inputfifo_send_frame( const unsigned short *data, unsigned int width, unsigned int height, unsigned int ch_id, unsigned int fmt_type, unsigned int hblank_cycles, unsigned int marker_cycles, unsigned int two_ppc, enum inputfifo_mipi_data_type type) argument
395 enum inputfifo_mipi_data_type type; local
429 enum inputfifo_mipi_data_type type; local
[all...]
/linux-master/drivers/thermal/
H A Dthermal_trace.h17 #define show_tzt_type(type) \
18 __print_symbolic(type, \
31 __string(thermal_zone, tz->type)
38 __assign_str(thermal_zone, tz->type);
56 __string(type, cdev->type)
61 __assign_str(type, cdev->type);
65 TP_printk("type=%s target=%lu", __get_str(type), __entr
[all...]
/linux-master/arch/arm64/lib/
H A Dinsn.c23 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, argument
29 switch (type) {
88 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) argument
93 switch (type) {
102 if (aarch64_get_imm_shift_mask(type, &mask, &shift) < 0) {
104 type);
112 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, argument
121 switch (type) {
132 if (aarch64_get_imm_shift_mask(type, &mask, &shift) < 0) {
134 type);
146 aarch64_insn_decode_register(enum aarch64_insn_register_type type, u32 insn) argument
175 aarch64_insn_encode_register(enum aarch64_insn_register_type type, u32 insn, enum aarch64_insn_register reg) argument
224 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type, u32 insn) argument
261 aarch64_insn_gen_branch_imm(unsigned long pc, unsigned long addr, enum aarch64_insn_branch_type type) argument
292 aarch64_insn_gen_comp_branch_imm(unsigned long pc, unsigned long addr, enum aarch64_insn_register reg, enum aarch64_insn_variant variant, enum aarch64_insn_branch_type type) argument
353 aarch64_insn_gen_branch_reg(enum aarch64_insn_register reg, enum aarch64_insn_branch_type type) argument
376 aarch64_insn_gen_load_store_reg(enum aarch64_insn_register reg, enum aarch64_insn_register base, enum aarch64_insn_register offset, enum aarch64_insn_size_type size, enum aarch64_insn_ldst_type type) argument
410 aarch64_insn_gen_load_store_imm(enum aarch64_insn_register reg, enum aarch64_insn_register base, unsigned int imm, enum aarch64_insn_size_type size, enum aarch64_insn_ldst_type type) argument
479 aarch64_insn_gen_load_store_pair(enum aarch64_insn_register reg1, enum aarch64_insn_register reg2, enum aarch64_insn_register base, int offset, enum aarch64_insn_variant variant, enum aarch64_insn_ldst_type type) argument
543 aarch64_insn_gen_load_store_ex(enum aarch64_insn_register reg, enum aarch64_insn_register base, enum aarch64_insn_register state, enum aarch64_insn_size_type size, enum aarch64_insn_ldst_type type) argument
585 aarch64_insn_encode_ldst_order(enum aarch64_insn_mem_order_type type, u32 insn) argument
667 aarch64_insn_encode_cas_order(enum aarch64_insn_mem_order_type type, u32 insn) argument
730 aarch64_insn_gen_add_sub_imm(enum aarch64_insn_register dst, enum aarch64_insn_register src, int imm, enum aarch64_insn_variant variant, enum aarch64_insn_adsb_type type) argument
791 aarch64_insn_gen_bitfield(enum aarch64_insn_register dst, enum aarch64_insn_register src, int immr, int imms, enum aarch64_insn_variant variant, enum aarch64_insn_bitfield_type type) argument
846 aarch64_insn_gen_movewide(enum aarch64_insn_register dst, int imm, int shift, enum aarch64_insn_variant variant, enum aarch64_insn_movewide_type type) argument
901 aarch64_insn_gen_add_sub_shifted_reg(enum aarch64_insn_register dst, enum aarch64_insn_register src, enum aarch64_insn_register reg, int shift, enum aarch64_insn_variant variant, enum aarch64_insn_adsb_type type) argument
959 aarch64_insn_gen_data1(enum aarch64_insn_register dst, enum aarch64_insn_register src, enum aarch64_insn_variant variant, enum aarch64_insn_data1_type type) argument
1002 aarch64_insn_gen_data2(enum aarch64_insn_register dst, enum aarch64_insn_register src, enum aarch64_insn_register reg, enum aarch64_insn_variant variant, enum aarch64_insn_data2_type type) argument
1052 aarch64_insn_gen_data3(enum aarch64_insn_register dst, enum aarch64_insn_register src, enum aarch64_insn_register reg1, enum aarch64_insn_register reg2, enum aarch64_insn_variant variant, enum aarch64_insn_data3_type type) argument
1095 aarch64_insn_gen_logical_shifted_reg(enum aarch64_insn_register dst, enum aarch64_insn_register src, enum aarch64_insn_register reg, int shift, enum aarch64_insn_variant variant, enum aarch64_insn_logic_type type) argument
1178 aarch64_insn_gen_adr(unsigned long pc, unsigned long addr, enum aarch64_insn_register reg, enum aarch64_insn_adr_type type) argument
1411 aarch64_insn_gen_logical_immediate(enum aarch64_insn_logic_type type, enum aarch64_insn_variant variant, enum aarch64_insn_register Rn, enum aarch64_insn_register Rd, u64 imm) argument
1474 aarch64_insn_gen_dmb(enum aarch64_insn_mb_type type) argument
[all...]
/linux-master/include/linux/
H A Dmoduleparam.h29 __MODULE_INFO(parmtype, name##type, #name ":" _type)
104 * @type: the type of the parameter
116 * The @type is simply pasted to refer to a param_ops_##type and a
117 * param_check_##type: for convenience many standard types are provided but
126 #define module_param(name, type, perm) \
127 module_param_named(name, name, type, perm)
132 * @type: the type o
[all...]
/linux-master/drivers/memory/tegra/
H A Dtegra234.c24 .type = TEGRA_ICC_ISO_AUDIO,
36 .type = TEGRA_ICC_NISO,
48 .type = TEGRA_ICC_NISO,
60 .type = TEGRA_ICC_NISO,
72 .type = TEGRA_ICC_NISO,
84 .type = TEGRA_ICC_NISO,
96 .type = TEGRA_ICC_NISO,
108 .type = TEGRA_ICC_NISO,
120 .type = TEGRA_ICC_NISO,
132 .type
[all...]
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dtrace.h43 TP_PROTO(int id, void *spt, int type, unsigned long mfn,
46 TP_ARGS(id, spt, type, mfn, gpt_gfn),
51 __field(int, type)
59 __entry->type = type;
64 TP_printk("VM%d [alloc] spt %p type %d mfn 0x%lx gfn 0x%lx\n",
67 __entry->type,
73 TP_PROTO(int id, void *spt, int type),
75 TP_ARGS(id, spt, type),
80 __field(int, type)
[all...]
/linux-master/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh11 # As payload frames of type 'IPv4', 'IPv6' and 'other'(ARP) are verified.
65 local type="$1"
102 "$type" "$outer" "$inner" "$tos" "$ttl" "$vlan"
107 ip link add name veth0 netns "${NS0}" type veth \
116 if [ "$type" = "gre" ] || [ "$type" = "vxlan" ]; then
126 if [ "$type" = "vxlan" ]; then
130 if [ "$type" = "geneve" ]; then
135 if [ "$type" = "gre" ]; then
136 type
[all...]
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dother.c39 .type = "NVT-ts",
45 .type = X86_ACPI_IRQ_TYPE_GPIOINT,
55 .type = "bma250e",
61 .type = X86_ACPI_IRQ_TYPE_GPIOINT,
104 .type = EV_KEY,
154 .type = "gsl1680",
160 .type = X86_ACPI_IRQ_TYPE_APIC,
168 .type = "bma250e",
174 .type = X86_ACPI_IRQ_TYPE_GPIOINT,
216 .type
[all...]
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c42 int consume_stack(unsigned long target_sp, unsigned long stack_high, int delta, enum access_type type) argument
48 return consume_stack(target_sp, stack_high, delta, type);
62 if (type == STORE)
114 int child(unsigned int stack_used, int delta, enum access_type type) argument
120 assert(consume_stack(stack_high - stack_used, stack_high, delta, type) == 0);
123 type == LOAD ? "load" : "store", delta, stack_used, stack_high,
129 static int test_one(unsigned int stack_used, int delta, enum access_type type) argument
136 exit(child(stack_used, delta, type));
147 type == LOAD ? "load" : "store", delta, stack_used,
157 static void test_one_type(enum access_type type, unsigne argument
[all...]
/linux-master/drivers/acpi/x86/
H A Dapple.c72 if ( key->type != ACPI_TYPE_STRING ||
73 (val->type != ACPI_TYPE_INTEGER &&
74 val->type != ACPI_TYPE_BUFFER &&
75 val->type != ACPI_TYPE_STRING))
80 if ( val->type == ACPI_TYPE_BUFFER)
82 else if (val->type == ACPI_TYPE_STRING)
89 "skipped %u properties: wrong type\n",
101 newprops->type = ACPI_TYPE_PACKAGE;
112 newprops[1 + j].type = ACPI_TYPE_PACKAGE;
116 newprops[k].type
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_hmc.h100 * @type: if sd entry is direct or paged
102 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \
108 ((((type) == I40E_SD_TYPE_PAGED) ? 0 : 1) << \
121 * @type: if sd entry is direct or paged
123 #define I40E_CLEAR_PF_SD_ENTRY(hw, sd_index, type) \
128 ((((type) == I40E_SD_TYPE_PAGED) ? 0 : 1) << \
150 * @type: type of HMC resources we're searching
159 #define I40E_FIND_SD_INDEX_LIMIT(hmc_info, type, index, cnt, sd_idx, sd_limit)\
162 fpm_addr = (hmc_info)->hmc_obj[(type)]
[all...]
/linux-master/net/802/
H A Dfddi.c7 * FDDI-type device handling.
49 unsigned short type,
55 if(type != ETH_P_IP && type != ETH_P_IPV6 && type != ETH_P_ARP)
59 if(type == ETH_P_IP || type == ETH_P_IPV6 || type == ETH_P_ARP)
67 fddi->hdr.llc_snap.ethertype = htons(type);
96 __be16 type; local
48 fddi_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, const void *daddr, const void *saddr, unsigned int len) argument
[all...]

Completed in 216 milliseconds

<<21222324252627282930>>