Searched refs:type (Results 176 - 200 of 13787) sorted by path

1234567891011>>

/linux-master/drivers/acpi/acpica/
H A Ddsutils.c466 (walk_state->deferred_node->type == ACPI_TYPE_BUFFER_FIELD)
590 /* Get the object type of the argument */
751 u8 type; local
781 type = (*operand)->common.type;
788 if (type == ACPI_TYPE_INTEGER) {
H A Dnseval.c106 acpi_ut_get_type_name(info->node->type)));
167 "%s: This object type [%s] "
170 acpi_ut_get_type_name(info->node->type)));
H A Dnsobject.c22 * type - Type of object, or ACPI_TYPE_ANY if not
38 union acpi_operand_object *object, acpi_object_type type)
57 if (!object && (ACPI_TYPE_ANY != type)) {
62 "Null object, but type not ACPI_TYPE_ANY"));
100 * non-null value. Use that name's value and type.
103 object_type = ((struct acpi_namespace_node *)object)->type;
107 * Otherwise, we will use the parameter object, but we must type
113 /* Use the given type */
115 object_type = type;
148 node->type
37 acpi_ns_attach_object(struct acpi_namespace_node *node, union acpi_operand_object *object, acpi_object_type type) argument
[all...]
H A Dnssearch.c23 acpi_object_type type,
32 * type - Object type to match
61 acpi_object_type type,
78 acpi_ut_get_type_name(type)));
110 acpi_ut_get_type_name(node->type),
130 acpi_ut_get_type_name(type),
143 * type - Object type to match
165 acpi_object_type type,
59 acpi_ns_search_one_scope(u32 target_name, struct acpi_namespace_node *parent_node, acpi_object_type type, struct acpi_namespace_node **return_node) argument
163 acpi_ns_search_parent_tree(u32 target_name, struct acpi_namespace_node *node, acpi_object_type type, struct acpi_namespace_node **return_node) argument
251 acpi_ns_search_and_enter(u32 target_name, struct acpi_walk_state *walk_state, struct acpi_namespace_node *node, acpi_interpreter_mode interpreter_mode, acpi_object_type type, u32 flags, struct acpi_namespace_node **return_node) argument
[all...]
H A Dnsxfeval.c33 * return_type - Expected type of return object
90 /* Type ANY means "don't care about return value type" */
106 /* Examine the object type returned from evaluate_object */
108 if (((union acpi_object *)return_buffer->pointer)->type == return_type) {
112 /* Return object type does not match requested type */
115 "Incorrect return type from %s - received [%s], requested [%s]",
118 pointer)->type),
479 if ((info->return_object)->common.type != ACPI_TYPE_LOCAL_REFERENCE) {
524 * PARAMETERS: type
554 acpi_walk_namespace(acpi_object_type type, acpi_handle start_object, u32 max_depth, acpi_walk_callback descending_callback, acpi_walk_callback ascending_callback, void *context, void **return_value) argument
[all...]
H A Drsirq.c233 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.dma.type),
H A Drsxface.c78 if (node->type != ACPI_TYPE_DEVICE) {
344 switch (resource->type) {
394 * UUID subtype. Returns a struct acpi_resource of type Vendor.
451 if (resource->type != ACPI_RESOURCE_TYPE_VENDOR) {
532 /* Sanity check the resource type */
534 if (resource->type > ACPI_RESOURCE_TYPE_MAX) {
560 if (resource->type == ACPI_RESOURCE_TYPE_END_TAG) {
H A Dutmisc.c229 * 3) Any type other than a package. Packages are handled in else
235 (this_source_obj->common.type != ACPI_TYPE_PACKAGE)) {
274 /* This is a subobject of type package */
319 * PARAMETERS: type - Object type of the node
331 acpi_ut_display_init_pathname(u8 type, argument
356 switch (type) {
368 /* Print the object type and pathname */
371 acpi_ut_get_type_name(type), (char *)buffer.pointer);
H A Dutxfmutex.c66 if (!mutex_node || (mutex_node->type != ACPI_TYPE_MUTEX)) {
/linux-master/drivers/atm/
H A Dsuni.h100 #define SUNI_MRI_TYPE 0x70 /* R, SUNI type (lite is 011) */
234 int type; /* phy type */ member in struct:suni_priv
/linux-master/drivers/bluetooth/
H A Ddtl1_cs.c98 u8 type; member in struct:nsh
242 hci_skb_pkt_type(info->rx_skb) = nsh->type;
267 BT_ERR("Unknown HCI packet with type 0x%02x received",
393 nsh.type = 0x81;
397 nsh.type = 0x82;
401 nsh.type = 0x83;
H A Dh4_recv.h12 u8 type; /* Packet type */ member in struct:h4_recv_pkt
21 .type = HCI_ACLDATA_PKT, \
28 .type = HCI_SCODATA_PKT, \
35 .type = HCI_EVENT_PKT, \
57 if (buffer[0] != (&pkts[i])->type)
65 hci_skb_pkt_type(skb) = (&pkts[i])->type;
70 /* Check for invalid packet type */
89 if (hci_skb_pkt_type(skb) == (&pkts[i])->type)
/linux-master/drivers/bus/
H A Darm-cci.c109 enum cci_ace_port_type type; member in struct:cci_ace_port
155 * @type: port type
161 static int __cci_ace_get_port(struct device_node *dn, int type) argument
169 ace_match = ports[i].type == type;
417 if (port >= nb_cci_ports || ports[port].type == ACE_INVALID_PORT)
425 if (ports[port].type == ACE_PORT)
467 if (of_property_read_string(cp, "interface-type",
469 WARN(1, "node %pOF missing interface-type propert
[all...]
/linux-master/drivers/char/agp/
H A Dalpha-agp.c85 int type)
91 if (type >= AGP_USER_TYPES || mem->type >= AGP_USER_TYPES)
107 int type)
84 alpha_core_agp_insert_memory(struct agp_memory *mem, off_t pg_start, int type) argument
106 alpha_core_agp_remove_memory(struct agp_memory *mem, off_t pg_start, int type) argument
/linux-master/drivers/char/ipmi/
H A Dipmi_plat_data.h13 unsigned int type; /* si_type for si, SI_INVALID for others */ member in struct:ipmi_plat_data
/linux-master/drivers/clk/
H A Dclk-vt8500.c31 * to support the new type as the name.
45 int type; member in struct:clk_pll
557 switch (pll->type) {
579 pr_err("%s: invalid pll type\n", __func__);
605 switch (pll->type) {
643 switch (pll->type) {
696 pll_clk->type = pll_type;
/linux-master/drivers/clk/hisilicon/
H A Dclk-hix5hd2.c142 enum hix5hd2_clk_type type; member in struct:hix5hd2_complex_clock
269 if (clks[i].type == TYPE_ETHER)
/linux-master/drivers/clk/nxp/
H A Dclk-lpc32xx.c1074 enum lpc32xx_clk_type type; member in struct:clk_hw_proto
1085 .type = CLK_FIXED, \
1095 .type = CLK_LPC32XX_PLL, \
1111 .type = CLK_MUX, \
1132 .type = CLK_DIV, \
1151 .type = CLK_GATE, \
1168 .type = CLK_LPC32XX, \
1189 .type = CLK_LPC32XX_USB, \
1208 .type = CLK_COMPOSITE, \
1393 pr_debug("%s: derived from '%s', clock type
[all...]
/linux-master/drivers/clk/pistachio/
H A Dclk-pll.c448 enum pistachio_pll_type type,
465 switch (type) {
479 pr_err("Unrecognized PLL type %u\n", type);
506 pll[i].type, pll[i].rates,
446 pll_register(const char *name, const char *parent_name, unsigned long flags, void __iomem *base, enum pistachio_pll_type type, struct pistachio_pll_rate_table *rates, unsigned int nr_rates) argument
/linux-master/drivers/clk/uniphier/
H A Dclk-uniphier-mio.c24 .type = UNIPHIER_CLK_TYPE_MUX, \
/linux-master/drivers/dma/
H A Dmv_xor.h144 enum dma_transaction_type type; member in struct:mv_xor_desc_slot
163 u32 desc_command; /* type of operation to be carried out */
177 u32 desc_command; /* type of operation to be carried out */
H A Dste_dma40_ll.h17 #define D40_TYPE_TO_GROUP(type) (type / 16)
18 #define D40_TYPE_TO_EVENT(type) (type % 16)
/linux-master/drivers/edac/
H A Dpasemi_edac.c200 layers[0].type = EDAC_MC_LAYER_CHIP_SELECT;
203 layers[1].type = EDAC_MC_LAYER_CHANNEL;
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddm_event_log.h34 #define EVENT_LOG_AUX_REQ(ddc, type, action, address, len, data)
35 #define EVENT_LOG_AUX_REP(ddc, type, replyStatus, len, data)
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dgpio_types.h291 enum gpio_ddc_config_type type; member in struct:gpio_ddc_config
316 enum gpio_gsl_mux_config_type type; member in struct:gpio_gsl_mux_config
317 /* Actually sync_source type,
323 enum gpio_config_type type; member in struct:gpio_config_data

Completed in 510 milliseconds

1234567891011>>