/openbmc/u-boot/arch/mips/include/asm/ |
H A D | io.h | 232 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, irq) \ argument 291 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, p) \ argument 324 #define __BUILD_MEMORY_PFX(bus, bwlq, type) \ argument 328 #define BUILDIO_MEM(bwlq, type) \ argument 339 #define __BUILD_IOPORT_PFX(bus, bwlq, type) \ in BUILDIO_MEM() argument 343 #define BUILDIO_IOPORT(bwlq, type) \ in BUILDIO_MEM() argument 354 #define __BUILDIO(bwlq, type) \ in BUILDIO_MEM() argument 394 #define __BUILD_MEMORY_STRING(bwlq, type) \ in BUILDIO_MEM() argument 418 #define __BUILD_IOPORT_STRING(bwlq, type) \ argument 442 #define BUILDSTRING(bwlq, type) \ argument [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.h | 53 #define GEN8_IRQ_RESET_NDX(uncore, type, which) \ argument 60 #define GEN3_IRQ_RESET(uncore, type) \ argument 63 #define GEN8_IRQ_INIT_NDX(uncore, type, which, imr_val, ier_val) \ argument 72 #define GEN3_IRQ_INIT(uncore, type, imr_val, ier_val) \ argument
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | SessionService.v1_2_0.json | 14 "type": [ array 33 "type": "object" string 42 "type": [ array 54 "type": "object" string 63 "type": [ array 93 "type": "integer", string 101 "type": "boolean", string 116 "type": "null" string 138 "type": [ array 149 "type": "integer", string [all …]
|
H A D | CompositionReservation.v1_0_2.json | 14 "type": [ array 32 "type": "object" string 41 "type": [ array 74 "type": "string" string 82 "type": "null" string 110 "type": "string" string 119 "type": "array" string 131 "type": "object" string 140 "type": [ array 152 "type": "object" string
|
H A D | SerialInterface.v1_2_1.json | 14 "type": [ array 33 "type": "object" string 58 "type": "string" string 83 "type": "string" string 98 "type": "string" string 111 "type": "string" string 120 "type": [ array 138 "type": "object" string 147 "type": [ array 159 "type": "object" string [all …]
|
H A D | CollectionCapabilities.v1_4_1.json | 13 "type": [ array 48 "type": "object" string 57 "type": [ array 75 "type": "array" string 82 "type": "integer", string 86 "type": "object" string 95 "type": [ array 119 "type": "array" string 134 "type": "object" string 159 "type": "string" string
|
H A D | CertificateLocations.v1_0_4.json | 14 "type": [ array 32 "type": "object" string 41 "type": [ array 76 "type": "null" string 106 "type": "object" string 115 "type": [ array 134 "type": "array" string 145 "type": "object" string 154 "type": [ array 166 "type": "object" string
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | SessionService.v1_2_0.json | 14 "type": [ array 33 "type": "object" string 42 "type": [ array 54 "type": "object" string 63 "type": [ array 93 "type": "integer", string 101 "type": "boolean", string 116 "type": "null" string 138 "type": [ array 149 "type": "integer", string [all …]
|
H A D | CertificateLocations.v1_0_4.json | 14 "type": [ array 32 "type": "object" string 41 "type": [ array 76 "type": "null" string 106 "type": "object" string 115 "type": [ array 134 "type": "array" string 145 "type": "object" string 154 "type": [ array 166 "type": "object" string
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | timing.h | 20 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) in kvmppc_set_exit_type() 34 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {} in kvmppc_set_exit_type() 38 static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit_stat() 93 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit()
|
/openbmc/linux/drivers/firmware/ |
H A D | memmap.c | 33 const char *type; /* type of the memory range */ member 143 const char *type, in firmware_map_add_entry() 219 firmware_map_find_entry_in_list(u64 start, u64 end, const char *type, in firmware_map_find_entry_in_list() 246 firmware_map_find_entry(u64 start, u64 end, const char *type) in firmware_map_find_entry() 263 firmware_map_find_entry_bootmem(u64 start, u64 end, const char *type) in firmware_map_find_entry_bootmem() 282 int __meminit firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 324 int __init firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 346 int __meminit firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
/openbmc/linux/fs/gfs2/ |
H A D | acl.c | 29 static const char *gfs2_acl_name(int type) in gfs2_acl_name() 40 static struct posix_acl *__gfs2_get_acl(struct inode *inode, int type) in __gfs2_get_acl() 60 struct posix_acl *gfs2_get_acl(struct inode *inode, int type, bool rcu) in gfs2_get_acl() 83 int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __gfs2_set_acl() 113 struct posix_acl *acl, int type) in gfs2_set_acl()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | bootstd.h | 38 #define __bsc_return(type, res) \ argument 49 #define _bsc0(type,name) \ argument 60 #define _bsc1(type,name,atype,a) \ argument 72 #define _bsc2(type,name,atype,a,btype,b) \ argument 85 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 100 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 116 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
|
/openbmc/u-boot/api/ |
H A D | api_storage.c | 39 int type; /* "external" type: DT_STOR_{IDE,USB,etc} */ member 98 static int dev_stor_get(int type, int *more, struct device_info *di) in dev_stor_get() 174 static int dev_is_stor(int type, struct device_info *di) in dev_is_stor() 180 static int dev_enum_stor(int type, struct device_info *di) in dev_enum_stor() 293 static int dev_stor_is_valid(int type, struct blk_desc *dd) in dev_stor_is_valid() 308 int type = dev_stor_type(cookie); in dev_open_stor() local 332 int type; in dev_read_stor() local
|
/openbmc/linux/kernel/cgroup/ |
H A D | misc.c | 65 static inline bool valid_type(enum misc_res_type type) in valid_type() 77 u64 misc_cg_res_total_usage(enum misc_res_type type) in misc_cg_res_total_usage() 98 int misc_cg_set_capacity(enum misc_res_type type, u64 capacity) in misc_cg_set_capacity() 116 static void misc_cg_cancel_charge(enum misc_res_type type, struct misc_cg *cg, in misc_cg_cancel_charge() 140 int misc_cg_try_charge(enum misc_res_type type, struct misc_cg *cg, u64 amount) in misc_cg_try_charge() 186 void misc_cg_uncharge(enum misc_res_type type, struct misc_cg *cg, u64 amount) in misc_cg_uncharge() 250 enum misc_res_type type = MISC_CG_RES_TYPES; in misc_cg_max_write() local
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | restrict.c | 71 const struct key_type *type, in restrict_link_by_signature() 127 const struct key_type *type, in restrict_link_by_ca() 168 const struct key_type *type, in restrict_link_by_digsig() 203 const struct key_type *type, in key_or_keyring_common() 325 const struct key_type *type, in restrict_link_by_key_or_keyring() 353 const struct key_type *type, in restrict_link_by_key_or_keyring_chain()
|
/openbmc/linux/net/ax25/ |
H A D | ax25_std_in.c | 39 …ic int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state1_machine() 103 …ic int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state2_machine() 141 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state3_machine() 266 …state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state4_machine() 419 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_std_frame_in()
|
/openbmc/qemu/include/qemu/ |
H A D | timer.h | 116 static inline int64_t qemu_clock_get_ms(QEMUClockType type) in qemu_clock_get_ms() 130 static inline int64_t qemu_clock_get_us(QEMUClockType type) in qemu_clock_get_us() 430 static inline void timer_init(QEMUTimer *ts, QEMUClockType type, int scale, in timer_init() 447 static inline void timer_init_ns(QEMUTimer *ts, QEMUClockType type, in timer_init_ns() 464 static inline void timer_init_us(QEMUTimer *ts, QEMUClockType type, in timer_init_us() 481 static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type, in timer_init_ms() 513 QEMUClockType type, in timer_new_full() 535 static inline QEMUTimer *timer_new(QEMUClockType type, int scale, in timer_new() 553 static inline QEMUTimer *timer_new_ns(QEMUClockType type, QEMUTimerCB *cb, in timer_new_ns() 571 static inline QEMUTimer *timer_new_us(QEMUClockType type, QEMUTimerCB *cb, in timer_new_us() [all …]
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | sync.h | 162 # define __SYNC_rpt(type) (1 - (type == __SYNC_wmb)) argument 164 # define __SYNC_rpt(type) 1 argument 200 # define ___SYNC(type, reason, else) \ argument 204 #define __SYNC(type, reason) \ argument 206 #define __SYNC_ELSE(type, reason, else) \ argument
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_hubp.h | 170 #define DCN2_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument 195 #define DCN21_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument 205 #define DCN30_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument 225 #define DCN31_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument 231 #define DCN32_HUBP_REG_FIELD_VARIABLE_LIST(type) \ argument
|
/openbmc/linux/drivers/rapidio/ |
H A D | rio-access.c | 32 #define RIO_LOP_READ(size,type,len) \ argument 53 #define RIO_LOP_WRITE(size,type,len) \ argument 84 #define RIO_OP_READ(size,type,len) \ argument 105 #define RIO_OP_WRITE(size,type,len) \ argument
|
/openbmc/linux/include/linux/ |
H A D | elfnote.h | 72 #define _ELFNOTE(size, name, unique, type, desc) \ argument 92 #define ELFNOTE(size, name, type, desc) \ argument 95 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument 96 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
|
H A D | profile.h | 51 static inline void profile_hit(int type, void *ip) in profile_hit() 72 static inline void profile_tick(int type) in profile_tick() 77 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() 82 static inline void profile_hit(int type, void *ip) in profile_hit()
|
/openbmc/linux/include/uapi/linux/ |
H A D | auto_fs.h | 47 int type; /* Type of packet */ member 103 static inline void set_autofs_type_indirect(unsigned int *type) in set_autofs_type_indirect() 108 static inline unsigned int autofs_type_indirect(unsigned int type) in autofs_type_indirect() 113 static inline void set_autofs_type_direct(unsigned int *type) in set_autofs_type_direct() 118 static inline unsigned int autofs_type_direct(unsigned int type) in autofs_type_direct() 123 static inline void set_autofs_type_offset(unsigned int *type) in set_autofs_type_offset() 128 static inline unsigned int autofs_type_offset(unsigned int type) in autofs_type_offset() 133 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() 143 static inline void set_autofs_type_any(unsigned int *type) in set_autofs_type_any() 148 static inline unsigned int autofs_type_any(unsigned int type) in autofs_type_any()
|
/openbmc/linux/kernel/events/ |
H A D | hw_breakpoint.c | 62 static struct bp_cpuinfo *get_bp_info(int cpu, enum bp_type_idx type) in get_bp_info() 172 static inline int hw_breakpoint_slots_cached(int type) { return hw_breakpoint_slots(type); } in hw_breakpoint_slots_cached() 180 static inline int hw_breakpoint_slots_cached(int type) in hw_breakpoint_slots_cached() 186 bp_slots_histogram_alloc(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_alloc() 249 bp_slots_histogram_max(struct bp_slots_histogram *hist, enum bp_type_idx type) in bp_slots_histogram_max() 266 enum bp_type_idx type) in bp_slots_histogram_max_merge() 302 static unsigned int max_task_bp_pinned(int cpu, enum bp_type_idx type) in max_task_bp_pinned() 322 static int task_bp_pinned(int cpu, struct perf_event *bp, enum bp_type_idx type) in task_bp_pinned() 370 max_bp_pinned_slots(struct perf_event *bp, enum bp_type_idx type) in max_bp_pinned_slots() 409 toggle_bp_slot(struct perf_event *bp, bool enable, enum bp_type_idx type, int weight) in toggle_bp_slot() [all …]
|