Home
last modified time | relevance | path

Searched refs:type (Results 101 – 125 of 14782) sorted by relevance

12345678910>>...592

/openbmc/linux/drivers/platform/surface/
H A Dsurface_hotplug.c90 mutex_lock(&sdev->lock[type]); in shps_dsm_notify_irq()
101 param.type = ACPI_TYPE_INTEGER; in shps_dsm_notify_irq()
108 type, value); in shps_dsm_notify_irq()
113 type, value); in shps_dsm_notify_irq()
116 mutex_unlock(&sdev->lock[type]); in shps_dsm_notify_irq()
125 int type; in shps_handle_irq() local
128 for (type = 0; type < SHPS_NUM_IRQS; type++) in shps_handle_irq()
129 if (irq == sdev->irq[type]) in shps_handle_irq()
137 shps_dsm_notify_irq(pdev, type); in shps_handle_irq()
180 sdev->gpio[type] = gpiod; in shps_setup_irq()
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dhw_stats_l3.sh175 jq ".[].info.${type}_stats.request"
202 check_err $? "$type stats not reported"
209 check_err $? "$type stats reported as used before device request"
237 log_test "Reporting of $type stats usage"
265 check_err $? "$type stats reported as used after bounce"
267 check_err $? "$type stats reported as requested after bounce"
326 check_err $? "$type stats show < 20 packets after 2.5s passed"
351 log_test "Counter values in $type stats"
381 check_err $? "$type stats reported as used after bounce"
383 check_err $? "$type stats reported as requested after bounce"
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_export.c40 #define __field(type, item) type item; argument
43 #define __field_fn(type, item) type item; argument
46 #define __field_desc(type, container, item) type item; argument
49 #define __field_packed(type, container, item) type item; argument
52 #define __array(type, item, size) type item[size]; argument
55 #define __stack_array(type, item, size, field) __array(type, item, size) argument
58 #define __array_desc(type, container, item, size) type item[size]; argument
61 #define __dynamic_array(type, item) type item[]; argument
144 #define __field(type, item) argument
147 #define __field_fn(type, item) argument
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVINI.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]
H A DVSYS.interface.yaml5 type: array[byte]
9 type: array[byte]
13 type: array[byte]
17 type: array[byte]
21 type: array[byte]
25 type: array[byte]
29 type: array[byte]
33 type: array[byte]
37 type: array[byte]
41 type: array[byte]
[all …]
/openbmc/linux/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c151 for (type = PRIMARY_INTERFACE; type <= SECONDARY_INTERFACE; type++) { in epf_ntb_link_up()
643 type = ntb_epc->type; in epf_ntb_cmd_handler()
956 for (type = PRIMARY_INTERFACE; type <= SECONDARY_INTERFACE; type++) { in epf_ntb_config_spad_bar_free()
1105 for (type = PRIMARY_INTERFACE; type <= SECONDARY_INTERFACE; type++) { in epf_ntb_config_spad_bar_alloc_interface()
1512 if (type < 0) in epf_ntb_epc_destroy_interface()
1534 for (type = PRIMARY_INTERFACE; type <= SECONDARY_INTERFACE; type++) in epf_ntb_epc_destroy()
1577 ntb_epc->type = type; in epf_ntb_epc_create_interface()
1696 for (type = PRIMARY_INTERFACE; type <= SECONDARY_INTERFACE; type++) { in epf_ntb_init_epc_bar()
1800 if (type < 0) in epf_ntb_epc_cleanup_interface()
1820 for (type = PRIMARY_INTERFACE; type <= SECONDARY_INTERFACE; type++) in epf_ntb_epc_cleanup()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.c68 if (!app || !app->type->ndo_init) in nfp_app_ndo_init()
145 unsigned int type; in nfp_app_netdev_feat_change() local
153 for (type = 0; type < __NFP_REPR_TYPE_MAX; type++) { in nfp_app_netdev_feat_change()
190 if (app->type->netdev_event) in nfp_app_netdev_event()
201 if (app->type->start) { in nfp_app_start()
202 err = app->type->start(app); in nfp_app_start()
215 if (app->type->stop) in nfp_app_start()
216 app->type->stop(app); in nfp_app_start()
224 if (app->type->stop) in nfp_app_stop()
225 app->type->stop(app); in nfp_app_stop()
[all …]
/openbmc/linux/include/net/
H A Dnet_debug.h86 if (netif_msg_##type(priv)) \
92 if (netif_msg_##type(priv)) \
97 netif_level(emerg, priv, type, dev, fmt, ##args)
99 netif_level(alert, priv, type, dev, fmt, ##args)
101 netif_level(crit, priv, type, dev, fmt, ##args)
102 #define netif_err(priv, type, dev, fmt, args...) \ argument
103 netif_level(err, priv, type, dev, fmt, ##args)
105 netif_level(warn, priv, type, dev, fmt, ##args)
107 netif_level(notice, priv, type, dev, fmt, ##args)
109 netif_level(info, priv, type, dev, fmt, ##args)
[all …]
/openbmc/linux/drivers/memory/tegra/
H A Dtegra234.c36 .type = TEGRA_ICC_NISO,
48 .type = TEGRA_ICC_NISO,
60 .type = TEGRA_ICC_NISO,
72 .type = TEGRA_ICC_NISO,
84 .type = TEGRA_ICC_NISO,
136 .type = TEGRA_ICC_NISO,
148 .type = TEGRA_ICC_NISO,
172 .type = TEGRA_ICC_NISO,
184 .type = TEGRA_ICC_NISO,
196 .type = TEGRA_ICC_NISO,
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvif/
H A Dmmu.c34 kfree(mmu->type); in nvif_mmu_dtor()
74 mmu->type = kmalloc_array(mmu->type_nr, sizeof(*mmu->type), in nvif_mmu_ctor()
103 mmu->type[i].type = 0; in nvif_mmu_ctor()
104 if (args.vram) mmu->type[i].type |= NVIF_MEM_VRAM; in nvif_mmu_ctor()
105 if (args.host) mmu->type[i].type |= NVIF_MEM_HOST; in nvif_mmu_ctor()
106 if (args.comp) mmu->type[i].type |= NVIF_MEM_COMP; in nvif_mmu_ctor()
107 if (args.disp) mmu->type[i].type |= NVIF_MEM_DISP; in nvif_mmu_ctor()
108 if (args.kind ) mmu->type[i].type |= NVIF_MEM_KIND; in nvif_mmu_ctor()
109 if (args.mappable) mmu->type[i].type |= NVIF_MEM_MAPPABLE; in nvif_mmu_ctor()
110 if (args.coherent) mmu->type[i].type |= NVIF_MEM_COHERENT; in nvif_mmu_ctor()
[all …]
/openbmc/linux/drivers/platform/x86/intel/
H A Dpunit_ipc.c46 IPC_TYPE type; member
58 writel(cmd, ipcdev->base[type][BASE_IFACE]); in ipc_write_cmd()
122 status = ipc_read_status(ipcdev, type); in intel_punit_ipc_check_status()
146 IPC_TYPE type; in intel_punit_ipc_simple_command() local
157 ipc_write_cmd(ipcdev, type, val); in intel_punit_ipc_simple_command()
181 IPC_TYPE type; in intel_punit_ipc_command() local
191 ipc_write_data_low(ipcdev, type, *in); in intel_punit_ipc_command()
192 if (type == GTDRIVER_IPC || type == ISPDRIVER_IPC) in intel_punit_ipc_command()
198 ipc_write_cmd(ipcdev, type, val); in intel_punit_ipc_command()
205 *out = ipc_read_data_low(ipcdev, type); in intel_punit_ipc_command()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory/
H A Dconfig.yaml16 type: string
19 type: string
22 type: string
25 type: string
28 type: string
31 type: string
49 type: string
118 type: bool
123 type: bool
130 type: bool
[all …]
/openbmc/linux/net/netlink/
H A Dpolicy.c153 unsigned int type; in netlink_policy_dump_add_policy() local
157 for (type = 0; in netlink_policy_dump_add_policy()
159 type++) { in netlink_policy_dump_add_policy()
160 switch (policy[type].type) { in netlink_policy_dump_add_policy()
165 policy[type].len); in netlink_policy_dump_add_policy()
214 switch (pt->type) { in netlink_policy_dump_attr_size_estimate()
264 switch (pt->type) { in __netlink_policy_dump_write_attr()
293 if (pt->type == NLA_U8) in __netlink_policy_dump_write_attr()
294 type = NL_ATTR_TYPE_U8; in __netlink_policy_dump_write_attr()
325 if (pt->type == NLA_S8) in __netlink_policy_dump_write_attr()
[all …]
/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c41 if (type == DIAG204_INFO_SIMPLE) in info_blk_hdr__size()
49 if (type == DIAG204_INFO_SIMPLE) in info_blk_hdr__npar()
57 if (type == DIAG204_INFO_SIMPLE) in info_blk_hdr__flags()
67 if (type == DIAG204_INFO_SIMPLE) in part_hdr__size()
75 if (type == DIAG204_INFO_SIMPLE) in part_hdr__rcpus()
84 if (type == DIAG204_INFO_SIMPLE) in part_hdr__part_name()
99 if (type == DIAG204_INFO_SIMPLE) in cpu_info__size()
107 if (type == DIAG204_INFO_SIMPLE) in cpu_info__ctidx()
115 if (type == DIAG204_INFO_SIMPLE) in cpu_info__cpu_addr()
123 if (type == DIAG204_INFO_SIMPLE) in cpu_info__acc_time()
[all …]
/openbmc/qemu/tests/unit/
H A Dtest-util-filemonitor.c45 int type; member
244 { .type = QFILE_MONITOR_TEST_OP_EVENT, in test_file_monitor_events()
247 { .type = QFILE_MONITOR_TEST_OP_EVENT, in test_file_monitor_events()
254 { .type = QFILE_MONITOR_TEST_OP_EVENT, in test_file_monitor_events()
257 { .type = QFILE_MONITOR_TEST_OP_EVENT, in test_file_monitor_events()
264 { .type = QFILE_MONITOR_TEST_OP_EVENT, in test_file_monitor_events()
271 { .type = QFILE_MONITOR_TEST_OP_EVENT, in test_file_monitor_events()
278 { .type = QFILE_MONITOR_TEST_OP_EVENT, in test_file_monitor_events()
281 { .type = QFILE_MONITOR_TEST_OP_EVENT, in test_file_monitor_events()
284 { .type = QFILE_MONITOR_TEST_OP_EVENT, in test_file_monitor_events()
[all …]
/openbmc/linux/Documentation/userspace-api/media/
H A Dca.h.rst.exceptions7 replace define CA_CI :c:type:`ca_slot_info`
8 replace define CA_CI_LINK :c:type:`ca_slot_info`
9 replace define CA_CI_PHYS :c:type:`ca_slot_info`
10 replace define CA_DESCR :c:type:`ca_slot_info`
11 replace define CA_SC :c:type:`ca_slot_info`
16 replace define CA_ECD :c:type:`ca_descr_info`
17 replace define CA_NDS :c:type:`ca_descr_info`
18 replace define CA_DSS :c:type:`ca_descr_info`
23 replace typedef ca_caps_t :c:type:`ca_caps`
24 replace typedef ca_msg_t :c:type:`ca_msg`
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint_constraints.c59 if (OP_IS_LOAD(type) && !(info->type & HW_BRK_TYPE_READ)) in check_dawrx_constraints()
67 if ((OP_IS_STORE(type) || type == CACHEOP) && !(info->type & HW_BRK_TYPE_WRITE)) in check_dawrx_constraints()
84 unsigned long ea, int type, int size, in wp_check_constraints() argument
96 info->type |= HW_BRK_TYPE_EXTRANEOUS_IRQ; in wp_check_constraints()
110 if (type == UNKNOWN) { in wp_check_constraints()
123 info->type |= HW_BRK_TYPE_EXTRANEOUS_IRQ; in wp_check_constraints()
131 int *type, int *size, unsigned long *ea) in wp_get_instr_detail() argument
144 *type = GETTYPE(op.type); in wp_get_instr_detail()
151 *size = GETSIZE(op.type); in wp_get_instr_detail()
152 if (*type == CACHEOP) { in wp_get_instr_detail()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_afmt.h78 type AFMT_AUDIO_INFO_UPDATE;\
79 type AFMT_AUDIO_SRC_SELECT;\
80 type AFMT_AUDIO_CHANNEL_ENABLE;\
81 type AFMT_60958_CS_UPDATE;\
82 type AFMT_AUDIO_LAYOUT_OVRD;\
83 type AFMT_60958_OSF_OVRD;\
85 type AFMT_60958_CS_CLOCK_ACCURACY;\
93 type AFMT_AUDIO_SAMPLE_SEND;\
94 type AFMT_MEM_PWR_FORCE;\
95 type AFMT_MEM_PWR_DIS;\
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dprobe.c88 boot_cpu_data.type = CPU_SH7750; in cpu_probe()
93 boot_cpu_data.type = CPU_SH7750S; in cpu_probe()
98 boot_cpu_data.type = CPU_SH7751; in cpu_probe()
102 boot_cpu_data.type = CPU_SH7770; in cpu_probe()
107 boot_cpu_data.type = CPU_SH7781; in cpu_probe()
109 boot_cpu_data.type = CPU_SH7763; in cpu_probe()
111 boot_cpu_data.type = CPU_SH7780; in cpu_probe()
117 boot_cpu_data.type = CPU_SH7343; in cpu_probe()
121 boot_cpu_data.type = CPU_SH7785; in cpu_probe()
125 boot_cpu_data.type = CPU_SH7786; in cpu_probe()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_opp.h96 type DPG_EN; \
97 type DPG_MODE; \
99 type DPG_BIT_DEPTH; \
100 type DPG_VRES; \
101 type DPG_HRES; \
102 type DPG_ACTIVE_WIDTH; \
104 type DPG_X_OFFSET; \
110 type DPG_COLOUR0_G_Y; \
111 type DPG_COLOUR1_G_Y; \
113 type DPG_INC0; \
[all …]
/openbmc/linux/Documentation/netlink/specs/
H A Drt_addr.yaml13 type: struct
17 type: u8
20 type: u8
23 type: u8
28 type: u8
31 type: u32
34 type: struct
38 type: u32
41 type: u32
44 type: u32
[all …]
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_queue.h70 enum queue_type type; member
105 switch (type) { in queue_get_producer()
132 switch (type) { in queue_get_consumer()
171 enum queue_type type) in queue_count() argument
180 enum queue_type type) in queue_advance_producer() argument
184 switch (type) { in queue_advance_producer()
216 enum queue_type type) in queue_advance_consumer() argument
220 switch (type) { in queue_advance_consumer()
251 enum queue_type type) in queue_producer_addr() argument
259 enum queue_type type) in queue_consumer_addr() argument
[all …]
/openbmc/qemu/hw/core/
H A Dresettable.c42 void resettable_reset(Object *obj, ResetType type) in resettable_reset() argument
44 trace_resettable_reset(obj, type); in resettable_reset()
45 resettable_assert_reset(obj, type); in resettable_reset()
46 resettable_release_reset(obj, type); in resettable_reset()
55 resettable_phase_enter(obj, NULL, type); in resettable_assert_reset()
58 resettable_phase_hold(obj, NULL, type); in resettable_assert_reset()
69 resettable_phase_exit(obj, NULL, type); in resettable_release_reset()
92 rc->child_foreach(obj, cb, opaque, type); in resettable_child_foreach()
150 rc->phases.enter(obj, type); in resettable_phase_enter()
180 rc->phases.hold(obj, type); in resettable_phase_hold()
[all …]
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tmu.dtsi20 type = "active";
25 type = "active";
30 type = "active";
35 type = "active";
40 type = "active";
45 type = "active";
50 type = "active";
108 type = "active";
113 type = "active";
118 type = "active";
[all …]
/openbmc/linux/scripts/dtc/
H A Ddtc-parser.y72 %type <data> propdata
74 %type <flags> header
75 %type <flags> headers
76 %type <re> memreserve
77 %type <re> memreserves
79 %type <data> bytestring
80 %type <prop> propdef
82 %type <labelref> dt_ref
84 %type <node> devicetree
85 %type <node> nodedef
[all …]

12345678910>>...592