/openbmc/qemu/include/qapi/qmp/ |
H A D | qlit.h | 23 QType type; member 39 { .type = QTYPE_QNULL } 41 { .type = QTYPE_QBOOL, .value.qbool = (val) } 43 { .type = QTYPE_QNUM, .value.qnum = (val) } 45 { .type = QTYPE_QSTRING, .value.qstr = (val) } 47 { .type = QTYPE_QDICT, .value.qdict = (val) } 49 { .type = QTYPE_QLIST, .value.qlist = (val) }
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-selection.rst | 33 Pointer to struct :c:type:`v4l2_selection`. 41 :c:type:`v4l2_selection` ``type`` field to the 43 value of struct :c:type:`v4l2_selection` ``target`` 59 :c:type:`v4l2_selection` ``type`` field to the 94 :c:type:`v4l2_selection` ``flags``. 130 .. c:type:: v4l2_selection 140 - ``type`` 142 :c:type:`v4l2_buf_type`). 151 * - struct :c:type:`v4l2_rect` 162 this API was messed up with regards to how the :c:type:`v4l2_selection` ``type`` field [all …]
|
/openbmc/linux/net/devlink/ |
H A D | linecard.c | 68 const char *type; member 94 if (linecard->type && in devlink_nl_linecard_fill() 246 if (!strcmp(type, linecard_type->type)) in devlink_linecard_type_lookup() 296 linecard->type = linecard_type->type; in devlink_linecard_type_set() 307 linecard->type = NULL; in devlink_linecard_type_set() 336 linecard->type = NULL; in devlink_linecard_type_unset() 358 linecard->type = NULL; in devlink_linecard_type_unset() 382 const char *type; in devlink_nl_cmd_linecard_set_doit() local 505 WARN_ON(linecard->type && strcmp(linecard->type, type)); in devlink_linecard_provision_set() 507 linecard->type = type; in devlink_linecard_provision_set() [all …]
|
/openbmc/linux/drivers/iio/cdc/ |
H A D | ad7150.c | 88 enum iio_event_type type; member 168 switch (type) { in ad7150_read_event_config() 193 if ((type != chip->type) || (dir != chip->dir)) in ad7150_write_event_params() 196 switch (type) { in ad7150_write_event_params() 250 (type == chip->type) && (dir == chip->dir)) { in ad7150_write_event_config() 258 if ((type != chip->type) || (dir != chip->dir)) { in ad7150_write_event_config() 301 chip->type = type; in ad7150_write_event_config() 337 switch (type) { in ad7150_read_event_value() 370 switch (type) { in ad7150_write_event_value() 413 .type = IIO_EV_TYPE_THRESH, [all …]
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 424 char *buf, u8 type) in qlcnic_82xx_dcb_query_cee_param() argument 437 switch (type) { in qlcnic_82xx_dcb_query_cee_param() 597 each = &mbx_out.type[j]; in qlcnic_83xx_dcb_query_cee_param() 720 app = &type->app[i]; in qlcnic_dcb_fill_cee_app_params() 747 struct qlcnic_dcb_cee *type = &cfg->type[idx]; in qlcnic_dcb_map_cee_params() local 751 memset(type->tc_cfg, 0, in qlcnic_dcb_map_cee_params() 753 memset(type->pg_cfg, 0, in qlcnic_dcb_map_cee_params() 800 type = &adapter->dcb->cfg->type[QLC_DCB_OPER_IDX]; in qlcnic_dcb_get_pg_tc_cfg_tx() 837 type = &adapter->dcb->cfg->type[QLC_DCB_OPER_IDX]; in qlcnic_dcb_get_pg_bwg_cfg_tx() 863 type = &adapter->dcb->cfg->type[QLC_DCB_OPER_IDX]; in qlcnic_dcb_get_pfc_cfg() [all …]
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-cards.c | 71 .type = CX231XX_VMUX_SVIDEO, 111 .type = CX231XX_VMUX_SVIDEO, 151 .type = CX231XX_VMUX_SVIDEO, 191 .type = CX231XX_VMUX_SVIDEO, 232 .type = CX231XX_VMUX_SVIDEO, 263 .type = CX231XX_VMUX_SVIDEO, 359 .type = CX231XX_VMUX_SVIDEO, 385 .type = CX231XX_VMUX_SVIDEO, 423 .type = CX231XX_VMUX_SVIDEO, 461 .type = CX231XX_VMUX_SVIDEO, [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_connector.c | 387 (nv_encoder->dcb && nv_encoder->dcb->type == type)) in find_encoder() 558 int type; in nouveau_connector_detect() local 613 type = DCB_OUTPUT_TMDS; in nouveau_connector_detect() 747 int type; in nouveau_connector_force() local 751 type = DCB_OUTPUT_TMDS; in nouveau_connector_force() 753 type = DCB_OUTPUT_ANALOG; in nouveau_connector_force() 755 type = DCB_OUTPUT_ANY; in nouveau_connector_force() 1280 int type, ret = 0; in nouveau_connector_create() local 1312 nv_connector->type); in nouveau_connector_create() 1368 switch ((type = drm_conntype_from_dcb(nv_connector->type))) { in nouveau_connector_create() [all …]
|
/openbmc/linux/drivers/media/rc/ |
H A D | serial_ir.c | 48 static int type; variable 165 soutp(UART_MCR, hardware[type].on); in on() 443 switch (type) { in hardware_init_port() 492 if (hardware[type].send_pulse && hardware[type].send_space) in serial_ir_probe() 496 if (hardware[type].set_duty_cycle) in serial_ir_probe() 499 switch (type) { in serial_ir_probe() 643 if (type == IR_IRDEO) { in serial_ir_tx() 651 hardware[type].send_space(); in serial_ir_tx() 768 switch (type) { in serial_ir_init_module() 782 switch (type) { in serial_ir_init_module() [all …]
|
/openbmc/linux/drivers/iio/dummy/ |
H A D | iio_simple_dummy.c | 99 .type = IIO_VOLTAGE, 143 .type = IIO_VOLTAGE, 178 .type = IIO_VOLTAGE, 199 .type = IIO_ACCEL, 228 .type = IIO_VOLTAGE, 236 .type = IIO_STEPS, 247 .type = IIO_ACTIVITY, 258 .type = IIO_ACTIVITY, 291 switch (chan->type) { in iio_dummy_read_raw() 317 switch (chan->type) { in iio_dummy_read_raw() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/org/open_power/Logging/ |
H A D | PEL.interface.yaml | 9 type: uint32 14 type: unixfd 26 type: uint32 42 type: uint32 53 type: uint32 71 type: string 90 type: 125 type: uint32 130 type: uint32 142 type: uint32 [all …]
|
/openbmc/linux/net/llc/ |
H A D | llc_s_ev.c | 27 return ev->type == LLC_SAP_EV_TYPE_SIMPLE && in llc_sap_ev_activation_req() 36 return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_CMD(pdu) && in llc_sap_ev_rx_ui() 45 return ev->type == LLC_SAP_EV_TYPE_PRIM && in llc_sap_ev_unitdata_req() 55 return ev->type == LLC_SAP_EV_TYPE_PRIM && in llc_sap_ev_xid_req() 65 return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_CMD(pdu) && in llc_sap_ev_rx_xid_c() 75 return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_RSP(pdu) && in llc_sap_ev_rx_xid_r() 84 return ev->type == LLC_SAP_EV_TYPE_PRIM && in llc_sap_ev_test_req() 94 return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_CMD(pdu) && in llc_sap_ev_rx_test_c() 104 return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_RSP(pdu) && in llc_sap_ev_rx_test_r() 113 return ev->type == LLC_SAP_EV_TYPE_SIMPLE && in llc_sap_ev_deactivation_req()
|
/openbmc/linux/drivers/rapidio/ |
H A D | rio-access.c | 32 #define RIO_LOP_READ(size,type,len) \ argument 34 (struct rio_mport *mport, u32 offset, type *value) \ 40 *value = (type)data; \ 53 #define RIO_LOP_WRITE(size,type,len) \ argument 55 (struct rio_mport *mport, u32 offset, type value) \ 84 #define RIO_OP_READ(size,type,len) \ argument 86 (struct rio_mport *mport, u16 destid, u8 hopcount, u32 offset, type *value) \ 92 *value = (type)data; \ 105 #define RIO_OP_WRITE(size,type,len) \ argument 107 (struct rio_mport *mport, u16 destid, u8 hopcount, u32 offset, type value) \
|
/openbmc/phosphor-hwmon/ |
H A D | hwmon.hpp | 29 namespace type namespace 53 std::make_tuple(hwmon::type::ctemp, ValueInterface::Unit::DegreesC, -3, 55 std::make_tuple(hwmon::type::cfan, ValueInterface::Unit::RPMS, 0, 57 std::make_tuple(hwmon::type::cvolt, ValueInterface::Unit::Volts, -3, 59 std::make_tuple(hwmon::type::ccurr, ValueInterface::Unit::Amperes, -3, 61 std::make_tuple(hwmon::type::cenergy, ValueInterface::Unit::Joules, -6, 63 std::make_tuple(hwmon::type::cpower, ValueInterface::Unit::Watts, -6, 89 std::remove_cv<std::remove_reference<AttributeIterator>::type>::type; 98 bool getAttributes(const std::string& type, Attributes& attributes);
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gk104.c | 38 for (i = 0; order[i].type != NVKM_SUBDEV_NR; i++) { in gk104_clkgate_enable() 39 if (!nvkm_device_subdev(dev, order[i].type, order[i].inst)) in gk104_clkgate_enable() 50 for (i = 0; order[i].type != NVKM_SUBDEV_NR; i++) { in gk104_clkgate_enable() 51 if (!nvkm_device_subdev(dev, order[i].type, order[i].inst)) in gk104_clkgate_enable() 67 for (i = 0; order[i].type != NVKM_SUBDEV_NR; i++) { in gk104_clkgate_fini() 68 if (!nvkm_device_subdev(dev, order[i].type, order[i].inst)) in gk104_clkgate_fini() 110 enum nvkm_subdev_type type, int inst, in gk104_therm_new_() argument 120 nvkm_therm_ctor(&therm->base, device, type, inst, func); in gk104_therm_new_() 128 gk104_therm_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_therm… in gk104_therm_new() argument 130 return gk104_therm_new_(&gk104_therm_func, device, type, inst, in gk104_therm_new()
|
/openbmc/linux/tools/include/linux/ |
H A D | kernel.h | 36 #define container_of(ptr, type, member) ({ \ argument 37 const typeof(((type *)0)->member) * __mptr = (ptr); \ 38 (type *)((char *)__mptr - offsetof(type, member)); }) 57 #define max_t(type, x, y) max((type)x, (type)y) argument 58 #define min_t(type, x, y) min((type)x, (type)y) argument
|
/openbmc/linux/net/dcb/ |
H A D | dcbnl.c | 62 [DCB_PFC_UP_ATTR_0] = {.type = NLA_U8}, 63 [DCB_PFC_UP_ATTR_1] = {.type = NLA_U8}, 64 [DCB_PFC_UP_ATTR_2] = {.type = NLA_U8}, 65 [DCB_PFC_UP_ATTR_3] = {.type = NLA_U8}, 202 switch (type) { in dcbnl_app_attr_type_validate() 1067 enum ieee_attrs_app type; in dcbnl_getapptrust() local 1112 enum ieee_attrs_app type; in dcbnl_app_table_setdel() local 1117 type = nla_type(attr_itr); in dcbnl_app_table_setdel() 1227 enum ieee_attrs_app type = in dcbnl_ieee_fill() local 1252 enum ieee_attrs_app type = in dcbnl_ieee_fill() local [all …]
|
/openbmc/linux/drivers/extcon/ |
H A D | extcon.c | 33 unsigned int type; member 309 int type; in is_extcon_property_supported() local 313 if (type < 0) in is_extcon_property_supported() 317 return !!(extcon_info[id].type & type); in is_extcon_property_supported() 324 int type, ret; in is_extcon_property_capability() local 328 if (type < 0) in is_extcon_property_capability() 329 return type; in is_extcon_property_capability() 333 switch (type) { in is_extcon_property_capability() 355 unsigned int type = extcon_info[id].type; in init_property() local 847 if (type < 0) in extcon_set_property_capability() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,q6v5.txt | 8 Value type: <string> 21 Value type: <stringlist> 31 Value type: <stringlist> 36 Value type: <phandle> 41 Value type: <stringlist> 53 Value type: <phandle> 59 Value type: <stringlist> 65 Value type: <phandle> 72 Value type: <phandle> 78 Value type: <phandle> [all …]
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5422-odroidhc1.dts | 39 type = "active"; 44 type = "active"; 49 type = "critical"; 94 type = "active"; 99 type = "active"; 138 type = "active"; 143 type = "active"; 182 type = "active"; 187 type = "active"; 226 type = "active"; [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | evhandler.c | 195 if ((node->type != ACPI_TYPE_DEVICE) && in acpi_ev_install_handler() 212 if (obj_desc->common.type == ACPI_TYPE_DEVICE) { in acpi_ev_install_handler() 336 acpi_object_type type; in acpi_ev_install_space_handler() local 345 if ((node->type != ACPI_TYPE_DEVICE) && in acpi_ev_install_space_handler() 346 (node->type != ACPI_TYPE_PROCESSOR) && in acpi_ev_install_space_handler() 442 if (node->type == ACPI_TYPE_ANY) { in acpi_ev_install_space_handler() 443 type = ACPI_TYPE_DEVICE; in acpi_ev_install_space_handler() 445 type = node->type; in acpi_ev_install_space_handler() 448 obj_desc = acpi_ut_create_internal_object(type); in acpi_ev_install_space_handler() 456 obj_desc->common.type = (u8)type; in acpi_ev_install_space_handler() [all …]
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_v4l2.c | 81 .type = V4L2_EVENT_EOS in vpu_notify_eos() 94 .type = V4L2_EVENT_SOURCE_CHANGE, in vpu_notify_source_change() 236 fmt->type = f->type; in vpu_try_fmt_common() 384 if (V4L2_TYPE_IS_OUTPUT(type)) { in vpu_find_buf_by_sequence() 411 if (V4L2_TYPE_IS_OUTPUT(type)) { in vpu_find_buf_by_idx() 437 if (V4L2_TYPE_IS_OUTPUT(type)) in vpu_get_num_buffers() 484 if (V4L2_TYPE_IS_OUTPUT(vq->type)) in vpu_vb2_queue_setup() 553 if (V4L2_TYPE_IS_OUTPUT(type)) { in vpu_vb2_buffers_return() 607 if (V4L2_TYPE_IS_OUTPUT(q->type)) in vpu_vb2_stop_streaming() 643 inst->out_format.type = src_vq->type; in vpu_m2m_queue_init() [all …]
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 267 CertificateType type = CertificateType::server; in TEST_F() local 290 CertificateType type = CertificateType::server; in TEST_F() local 587 CertificateType type = CertificateType::client; in TEST_F() local 611 CertificateType type = CertificateType::client; in TEST_F() local 644 CertificateType type = CertificateType::server; in TEST_F() local 777 CertificateType type = CertificateType::client; in TEST_F() local 814 CertificateType type = CertificateType::client; in TEST_F() local 899 CertificateType type = CertificateType::client; in TEST_F() local 931 CertificateType type = CertificateType::client; in TEST_F() local 966 CertificateType type = CertificateType::client; in TEST_F() local [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | vsock_virtio_transport_common.h | 44 __u16 type, 52 type, 62 __field(__u16, type) 72 __entry->type = type; 80 show_type(__entry->type), 90 __u16 type, 100 type, 112 __field(__u16, type) 124 __entry->type = type; 135 show_type(__entry->type),
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kdebugfs.c | 25 u32 type; member 50 if (!(node->type & SETUP_INDIRECT) || node->type == SETUP_INDIRECT) in setup_data_read() 85 debugfs_create_x32("type", S_IRUGO, d, &node->type); in create_setup_data_node() 119 if (data->type == SETUP_INDIRECT) { in create_setup_data_nodes() 131 if (indirect->type != SETUP_INDIRECT) { in create_setup_data_nodes() 133 node->type = indirect->type; in create_setup_data_nodes() 137 node->type = data->type; in create_setup_data_nodes() 142 node->type = data->type; in create_setup_data_nodes()
|
/openbmc/linux/include/linux/ |
H A D | zswap.h | 15 void zswap_invalidate(int type, pgoff_t offset); 16 void zswap_swapon(int type); 17 void zswap_swapoff(int type); 31 static inline void zswap_invalidate(int type, pgoff_t offset) {} in zswap_invalidate() argument 32 static inline void zswap_swapon(int type) {} in zswap_swapon() argument 33 static inline void zswap_swapoff(int type) {} in zswap_swapoff() argument
|