Searched refs:type (Results 326 - 350 of 13790) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_ipp.h146 #define IPP_DCN10_REG_FIELD_LIST(type) \
147 type CNVC_SURFACE_PIXEL_FORMAT; \
148 type CNVC_BYPASS; \
149 type ALPHA_EN; \
150 type FORMAT_EXPANSION_MODE; \
151 type CURSOR0_DST_Y_OFFSET; \
152 type CURSOR0_CHUNK_HDL_ADJUST; \
153 type CUR0_MODE; \
154 type CUR0_COLOR0; \
155 type CUR0_COLOR
[all...]
/linux-master/drivers/vfio/mdev/
H A Dmdev_sysfs.c35 struct mdev_type *type = to_mdev_type(kobj); local
39 ret = attr->show(type, attr, buf);
48 struct mdev_type *type = to_mdev_type(kobj); local
52 ret = attr->store(type, attr, buf, count);
156 struct mdev_type *type = to_mdev_type(kobj); local
160 put_device(type->parent->dev);
169 static int mdev_type_add(struct mdev_parent *parent, struct mdev_type *type) argument
173 type->kobj.kset = parent->mdev_types_kset;
174 type->parent = parent;
178 ret = kobject_init_and_add(&type
200 mdev_type_remove(struct mdev_type *type) argument
278 struct mdev_type *type = mdev->type; local
[all...]
/linux-master/scripts/dtc/
H A Ddtc-parser.y72 %type <data> propdata
73 %type <data> propdataprefix
74 %type <flags> header
75 %type <flags> headers
76 %type <re> memreserve
77 %type <re> memreserves
78 %type <array> arrayprefix
79 %type <data> bytestring
80 %type <prop> propdef
81 %type <proplis
[all...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-cards.c27 MODULE_PARM_DESC(tuner, "tuner type");
28 MODULE_PARM_DESC(radio, "radio tuner type");
29 MODULE_PARM_DESC(card, "card type");
59 .type = CX88_VMUX_COMPOSITE1,
62 .type = CX88_VMUX_COMPOSITE2,
65 .type = CX88_VMUX_COMPOSITE3,
68 .type = CX88_VMUX_COMPOSITE4,
80 .type = CX88_VMUX_TELEVISION,
84 .type = CX88_VMUX_DEBUG,
88 .type
[all...]
/linux-master/arch/x86/kernel/
H A Ddumpstack_64.c31 const char *stack_type_name(enum stack_type type) argument
35 if (type == STACK_TYPE_TASK)
38 if (type == STACK_TYPE_IRQ)
41 if (type == STACK_TYPE_SOFTIRQ)
44 if (type == STACK_TYPE_ENTRY) {
53 if (type >= STACK_TYPE_EXCEPTION && type <= STACK_TYPE_EXCEPTION_LAST)
54 return exception_stack_names[type - STACK_TYPE_EXCEPTION];
63 * @type: Type to store in the stack_info struct
68 u16 type; member in struct:estack_pages
[all...]
/linux-master/mm/
H A Dzpool.c69 /* this assumes @type is null-terminated. */
70 static struct zpool_driver *zpool_get_driver(const char *type) argument
76 if (!strcmp(driver->type, type)) {
98 * @type: The type of the zpool to check (e.g. zbud, zsmalloc)
100 * This checks if the @type pool driver is available. This will try to load
105 * returns false, the caller should assume the requested pool type is not
106 * available; either the requested pool type module does not exist, or could
107 * not be loaded, and calling @zpool_create_pool() with the pool type wil
114 zpool_has_pool(char *type) argument
147 zpool_create_pool(const char *type, const char *name, gfp_t gfp) argument
[all...]
/linux-master/security/apparmor/
H A Daudit.c98 aa_audit_type[ad->type]);
144 * @type: audit type for the message
146 * @cb: optional callback fn for type specific fields (MAYBE NULL)
148 void aa_audit_msg(int type, struct apparmor_audit_data *ad, argument
151 ad->type = type;
157 * @type: audit type for the message
160 * @cb: optional callback fn for type specifi
166 aa_audit(int type, struct aa_profile *profile, struct apparmor_audit_data *ad, void (*cb) (struct audit_buffer *, void *)) argument
[all...]
/linux-master/net/mptcp/
H A Dmptcp_pm_gen.c15 [MPTCP_PM_ADDR_ATTR_FAMILY] = { .type = NLA_U16, },
16 [MPTCP_PM_ADDR_ATTR_ID] = { .type = NLA_U8, },
17 [MPTCP_PM_ADDR_ATTR_ADDR4] = { .type = NLA_U32, },
19 [MPTCP_PM_ADDR_ATTR_PORT] = { .type = NLA_U16, },
20 [MPTCP_PM_ADDR_ATTR_FLAGS] = { .type = NLA_U32, },
21 [MPTCP_PM_ADDR_ATTR_IF_IDX] = { .type = NLA_S32, },
37 [MPTCP_PM_ATTR_TOKEN] = { .type = NLA_U32, },
47 [MPTCP_PM_ATTR_RCV_ADD_ADDRS] = { .type = NLA_U32, },
48 [MPTCP_PM_ATTR_SUBFLOWS] = { .type = NLA_U32, },
53 [MPTCP_PM_ATTR_RCV_ADD_ADDRS] = { .type
[all...]
/linux-master/lib/
H A Dfw_table.c27 enum acpi_subtable_type type; member in struct:acpi_subtable_entry
33 switch (entry->type) {
35 return entry->hdr->common.type;
37 return entry->hdr->hmat.type;
41 return entry->hdr->cedt.type;
43 return entry->hdr->cdat.type;
51 switch (entry->type) {
72 switch (entry->type) {
102 acpi_table_get_length(enum acpi_subtable_type type, argument
105 if (type
158 enum acpi_subtable_type type; local
212 cdat_table_parse(enum acpi_cdat_type type, acpi_tbl_entry_handler_arg handler_arg, void *arg, struct acpi_table_cdat *table_header, unsigned long length) argument
[all...]
/linux-master/fs/bcachefs/
H A Dchecksum.h12 static inline bool bch2_checksum_mergeable(unsigned type) argument
15 switch (type) {
49 enum bch_csum_type type,
53 unsigned bytes = type < BCH_CSUM_NR ? bch_crc_bytes[type] : 16;
60 enum bch_csum_type type,
64 prt_str(out, "checksum error, type ");
65 bch2_prt_csum_type(out, type);
67 bch2_csum_to_text(out, type, got);
69 bch2_csum_to_text(out, type, expecte
48 bch2_csum_to_text(struct printbuf *out, enum bch_csum_type type, struct bch_csum csum) argument
151 bch2_checksum_type_valid(const struct bch_fs *c, unsigned type) argument
[all...]
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_queue.h26 * - By passing the type in the parameter list separate from q
28 * actual queue type is known when the function is called at
36 * enum queue_type - type of queue
70 enum queue_type type; member in struct:rxe_queue
86 unsigned int elem_size, enum queue_type type);
101 enum queue_type type)
105 switch (type) {
128 enum queue_type type)
132 switch (type) {
154 static inline int queue_empty(struct rxe_queue *q, enum queue_type type) argument
100 queue_get_producer(const struct rxe_queue *q, enum queue_type type) argument
127 queue_get_consumer(const struct rxe_queue *q, enum queue_type type) argument
162 queue_full(struct rxe_queue *q, enum queue_type type) argument
170 queue_count(const struct rxe_queue *q, enum queue_type type) argument
179 queue_advance_producer(struct rxe_queue *q, enum queue_type type) argument
215 queue_advance_consumer(struct rxe_queue *q, enum queue_type type) argument
250 queue_producer_addr(struct rxe_queue *q, enum queue_type type) argument
258 queue_consumer_addr(struct rxe_queue *q, enum queue_type type) argument
279 queue_head(struct rxe_queue *q, enum queue_type type) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hpo_dp_link_encoder.h140 #define DCN3_1_HPO_DP_LINK_ENC_REG_FIELD_LIST(type) \
141 type DP_LINK_ENC_CLOCK_EN;\
142 type DPHY_RESET;\
143 type DPHY_ENABLE;\
144 type PRECODER_ENABLE;\
145 type NUM_LANES;\
146 type MODE;\
147 type STATUS;\
148 type SAT_UPDATE_PENDING;\
149 type RATE_UPDATE_PENDIN
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c38 node->offset, node->length, node->type);
43 node->offset, node->length, node->type);
56 if (prev && prev->type == NVKM_MM_TYPE_NONE) {
62 if (next && next->type == NVKM_MM_TYPE_NONE) {
65 if (this->type == NVKM_MM_TYPE_NONE)
71 if (this && this->type != NVKM_MM_TYPE_NONE) {
78 this->type = NVKM_MM_TYPE_NONE;
100 b->type = a->type;
104 if (b->type
111 nvkm_mm_head(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, u32 align, struct nvkm_mm_node **pnode) argument
186 nvkm_mm_tail(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, u32 align, struct nvkm_mm_node **pnode) argument
[all...]
/linux-master/drivers/media/common/
H A Dcypress_firmware.h22 u8 type; member in struct:hexline
/linux-master/arch/sh/include/asm/
H A Dclock.h8 void __deprecated arch_init_clk_ops(struct sh_clk_ops **, int type);
/linux-master/include/uapi/linux/
H A Datm_he.h18 char type; member in struct:he_ioctl_reg
H A Duserio.h35 * All commands sent to /dev/userio are encoded using this structure. The type
41 __u8 type; member in struct:userio_cmd
/linux-master/include/linux/
H A Dpim.h56 __u8 type; member in struct:pimhdr
63 __u8 type; member in struct:pimreghdr
83 return pimhdr->type >> 4;
88 return pimhdr->type & 0xf;
H A Ddns_resolver.h30 extern int dns_query(struct net *net, const char *type, const char *name, size_t namelen,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcpnotify.h12 __u8 type; member in struct:tcp_notifier
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00leds.h27 enum led_type type; member in struct:rt2x00_led
/linux-master/arch/powerpc/xmon/
H A Dansidecl.h31 ANSI C, and the type declarations in traditional C. Arguments should
102 #define PROTO(type, name, arglist) type name arglist
125 #define PROTO(type, name, arglist) type name ()
/linux-master/sound/soc/codecs/
H A Dadau1781.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
H A Dadau1761.h18 enum adau17x1_type type, void (*switch_mode)(struct device *dev));
/linux-master/arch/arm/mach-tegra/
H A Dio.c29 .type = MT_DEVICE,
35 .type = MT_DEVICE,
41 .type = MT_DEVICE,
47 .type = MT_DEVICE,

Completed in 231 milliseconds

<<11121314151617181920>>