Home
last modified time | relevance | path

Searched defs:type (Results 726 – 750 of 8992) sorted by relevance

1...<<21222324252627282930>>...360

/openbmc/linux/tools/include/asm-generic/
H A Dunaligned.h9 #define __get_unaligned_t(type, ptr) ({ \ argument
14 #define __put_unaligned_t(type, val, ptr) do { \ argument
/openbmc/linux/tools/perf/arch/powerpc/util/
H A Devent.c15 const __u64 *array, u64 type) in arch_perf_parse_sample_weight()
30 __u64 *array, u64 type) in arch_perf_synthesize_sample_weight()
/openbmc/phosphor-pid-control/pid/
H A Dthermalcontroller.hpp55 const ThermalType& type, ZoneInterface* owner) : in ThermalController()
65 ThermalType type; member in pid_control::ThermalController
/openbmc/linux/include/trace/stages/
H A Dstage6_event_callback.h12 #define __field(type, item) argument
15 #define __field_struct(type, item) argument
18 #define __array(type, item, len) argument
21 #define __dynamic_array(type, item, len) \ argument
84 #define __rel_dynamic_array(type, item, len) \ argument
/openbmc/linux/include/uapi/linux/
H A Dfirewire-cdev.h69 __u32 type; member
93 __u32 type; member
117 __u32 type; member
156 __u32 type; member
181 __u32 type; member
208 __u32 type; member
279 __u32 type; member
347 __u32 type; member
386 __u32 type; member
413 __u32 type; member
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dbase.c27 nvkm_fault_ntfy_fini(struct nvkm_event *event, int type, int index) in nvkm_fault_ntfy_fini()
34 nvkm_fault_ntfy_init(struct nvkm_event *event, int type, int index) in nvkm_fault_ntfy_init()
156 enum nvkm_subdev_type type, int inst, struct nvkm_fault **pfault) in nvkm_fault_new_()
/openbmc/linux/include/linux/
H A Dbitfield.h47 #define __scalar_type_to_unsigned_cases(type) \ argument
61 #define __bf_cast_unsigned(type, x) ((__unsigned_scalar_typeof(type))(x)) argument
173 #define ____MAKE_OP(type,base,to,from) \ argument
H A Dkfifo.h62 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument
68 #define STRUCT_KFIFO(type, size) \ argument
71 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ argument
77 #define STRUCT_KFIFO_PTR(type) \ argument
110 #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo argument
118 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo argument
143 #define DEFINE_KFIFO(fifo, type, size) \ argument
/openbmc/linux/fs/ceph/
H A Dacl.c20 int type, struct posix_acl *acl) in ceph_set_cached_acl()
32 struct posix_acl *ceph_get_acl(struct inode *inode, int type, bool rcu) in ceph_get_acl()
89 struct posix_acl *acl, int type) in ceph_set_acl()
/openbmc/linux/include/trace/events/
H A Dnilfs2.h12 #define show_collection_stage(type) \ argument
57 #define show_transaction_state(type) \ argument
/openbmc/qemu/hw/i386/
H A De820_memory_layout.c17 void e820_add_entry(uint64_t address, uint64_t length, uint32_t type) in e820_add_entry()
40 bool e820_get_entry(int idx, uint32_t type, uint64_t *address, uint64_t *length) in e820_get_entry()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c38 static int start_server(const struct sockaddr *addr, socklen_t len, int type) in start_server()
56 int type) in connect_to_server()
94 static bool set_up_conn(const struct sockaddr *addr, socklen_t len, int type, in set_up_conn()
170 enum type { enum
198 enum type type; member
208 const char *family_str, *type, *conn, *hops, *result, *flags; in test_str() local
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c235 static int cx18_stream_init(struct cx18 *cx, int type) in cx18_stream_init()
302 static int cx18_prep_dev(struct cx18 *cx, int type) in cx18_prep_dev()
385 int type, ret; in cx18_streams_setup() local
407 static int cx18_reg_dev(struct cx18 *cx, int type) in cx18_reg_dev()
477 int type; in cx18_streams_register() local
500 int type; in cx18_streams_cleanup() local
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_mcr.c581 enum intel_steering_type type) in reg_needs_read_steering()
611 enum intel_steering_type type, in get_nonterminated_steering()
683 int type; in intel_gt_mcr_get_nonterminated_steering() local
713 int type; in intel_gt_mcr_read_any_fw() local
744 int type; in intel_gt_mcr_read_any() local
761 enum intel_steering_type type, in report_steering_type()
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/
H A Dinputfifo.c73 enum inputfifo_mipi_data_type type; member
230 enum inputfifo_mipi_data_type type) in inputfifo_send_line2()
318 enum inputfifo_mipi_data_type type) in inputfifo_send_line()
365 enum inputfifo_mipi_data_type type) in inputfifo_send_frame()
395 enum inputfifo_mipi_data_type type; in inputfifo_determine_type() local
429 enum inputfifo_mipi_data_type type; in ia_css_inputfifo_send_input_frame() local
/openbmc/u-boot/scripts/kconfig/
H A Dmenu.c111 void menu_set_type(int type) in menu_set_type()
127 static struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct … in menu_add_prop()
177 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep) in menu_add_prompt()
188 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
193 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
684 enum prop_type type; in menu_get_parent_menu() local
/openbmc/linux/scripts/kconfig/
H A Dmenu.c113 void menu_set_type(int type) in menu_set_type()
129 static struct property *menu_add_prop(enum prop_type type, struct expr *expr, in menu_add_prop()
157 struct property *menu_add_prompt(enum prop_type type, char *prompt, in menu_add_prompt()
205 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) in menu_add_expr()
210 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep) in menu_add_symbol()
664 enum prop_type type; in menu_get_parent_menu() local
/openbmc/linux/drivers/acpi/apei/
H A Deinj.c46 u32 type; member
86 u64 type; member
147 static int __einj_get_available_error_type(u32 *type) in __einj_get_available_error_type()
162 static int einj_get_available_error_type(u32 *type) in einj_get_available_error_type()
288 static int __einj_error_trigger(u64 trigger_paddr, u32 type, in __einj_error_trigger()
404 static int __einj_error_inject(u32 type, u32 flags, u64 param1, u64 param2, in __einj_error_inject()
516 static int einj_error_inject(u32 type, u32 flags, u64 param1, u64 param2, in einj_error_inject()
/openbmc/linux/drivers/char/agp/
H A Dgeneric.c219 size_t page_count, u32 type) in agp_allocate_memory()
1025 int agp_generic_insert_memory(struct agp_memory * mem, off_t pg_start, int type) in agp_generic_insert_memory()
1107 int agp_generic_remove_memory(struct agp_memory *mem, off_t pg_start, int type) in agp_generic_remove_memory()
1145 struct agp_memory *agp_generic_alloc_by_type(size_t page_count, int type) in agp_generic_alloc_by_type()
1159 struct agp_memory *agp_generic_alloc_user(size_t page_count, int type) in agp_generic_alloc_user()
1316 dma_addr_t addr, int type) in agp_generic_mask_memory()
1327 int type) in agp_generic_type_to_mask_type()
/openbmc/linux/net/netfilter/
H A Dnfnetlink.c147 static inline const struct nfnetlink_subsystem *nfnetlink_get_subsys(u16 type) in nfnetlink_get_subsys()
158 nfnetlink_find_client(u16 type, const struct nfnetlink_subsystem *ss) in nfnetlink_find_client()
222 int type, err; in nfnetlink_rcv_msg() local
431 int msglen, type; in nfnetlink_rcv_batch() local
665 int type, group_bit; in nfnetlink_bind_event() local
703 int type; in nfnetlink_bind() local
723 int type, group_bit; in nfnetlink_unbind() local
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DEndpointGroupCollection.json19 "type": [ array
49 "type": "null" string
61 "type": "array" string
86 "type": "object" string
H A DPumpCollection.json19 "type": [ array
49 "type": "null" string
61 "type": "array" string
86 "type": "object" string
H A DMemoryChunksCollection.json19 "type": [ array
49 "type": "null" string
61 "type": "array" string
86 "type": "object" string
H A DAllowDenyCollection.json19 "type": [ array
49 "type": "null" string
61 "type": "array" string
86 "type": "object" string
H A DPCIeFunctionCollection.json19 "type": [ array
49 "type": "null" string
61 "type": "array" string
86 "type": "object" string

1...<<21222324252627282930>>...360