Home
last modified time | relevance | path

Searched refs:ares (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/linux/drivers/acpi/
H A Dresource.c112 switch (ares->type) { in acpi_dev_resource_memory()
114 memory24 = &ares->data.memory24; in acpi_dev_resource_memory()
120 memory32 = &ares->data.memory32; in acpi_dev_resource_memory()
184 switch (ares->type) { in acpi_dev_resource_io()
186 io = &ares->data.io; in acpi_dev_resource_io()
192 fixed_io = &ares->data.fixed_io; in acpi_dev_resource_io()
327 ext_addr = &ares->data.ext_address64; in acpi_dev_resource_ext_address_space()
744 switch (ares->type) { in acpi_dev_resource_interrupt()
750 irq = &ares->data.irq; in acpi_dev_resource_interrupt()
761 ext_irq = &ares->data.extended_irq; in acpi_dev_resource_interrupt()
[all …]
H A Devged.c68 static acpi_status acpi_ged_request_interrupt(struct acpi_resource *ares, in acpi_ged_request_interrupt() argument
80 struct acpi_resource_irq *p = &ares->data.irq; in acpi_ged_request_interrupt()
81 struct acpi_resource_extended_irq *pext = &ares->data.extended_irq; in acpi_ged_request_interrupt()
85 if (ares->type == ACPI_RESOURCE_TYPE_END_TAG) in acpi_ged_request_interrupt()
88 if (!acpi_dev_resource_interrupt(ares, 0, &r)) { in acpi_ged_request_interrupt()
92 if (ares->type == ACPI_RESOURCE_TYPE_IRQ) { in acpi_ged_request_interrupt()
H A Dirq.c197 static acpi_status acpi_irq_parse_one_cb(struct acpi_resource *ares, in acpi_irq_parse_one_cb() argument
205 switch (ares->type) { in acpi_irq_parse_one_cb()
207 irq = &ares->data.irq; in acpi_irq_parse_one_cb()
218 eirq = &ares->data.extended_irq; in acpi_irq_parse_one_cb()
H A Dacpi_platform.c90 static unsigned int acpi_platform_resource_count(struct acpi_resource *ares, void *data) in acpi_platform_resource_count() argument
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pycares_4.4.0.bb1 SUMMARY = "Python interface for c-ares"
3 pycares is a Python module which provides an interface to c-ares. c-ares is \
H A Dpython3-gevent_24.2.1.bb7 DEPENDS += "python3-greenlet libev libuv c-ares python3-cython-native"
/openbmc/linux/drivers/i2c/
H A Di2c-core-acpi.c55 bool i2c_acpi_get_i2c_resource(struct acpi_resource *ares, in i2c_acpi_get_i2c_resource() argument
60 if (ares->type != ACPI_RESOURCE_TYPE_SERIAL_BUS) in i2c_acpi_get_i2c_resource()
63 sb = &ares->data.i2c_serial_bus; in i2c_acpi_get_i2c_resource()
72 static int i2c_acpi_resource_count(struct acpi_resource *ares, void *data) in i2c_acpi_resource_count() argument
77 if (i2c_acpi_get_i2c_resource(ares, &sb)) in i2c_acpi_resource_count()
104 static int i2c_acpi_fill_info(struct acpi_resource *ares, void *data) in i2c_acpi_fill_info() argument
111 if (info->addr || !i2c_acpi_get_i2c_resource(ares, &sb)) in i2c_acpi_fill_info()
184 if (!acpi_dev_resource_interrupt(ares, 0, &r)) in i2c_acpi_add_irq_resource()
653 struct acpi_resource *ares; in i2c_acpi_space_handler() local
669 if (!value64 || !i2c_acpi_get_i2c_resource(ares, &sb)) { in i2c_acpi_space_handler()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libexosip2/
H A Dlibexosip2_5.3.0.bb17 PACKAGECONFIG = "c-ares openssl"
18 PACKAGECONFIG[c-ares] = ",,c-ares"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/c-ares/
H A Dc-ares_1.27.0.bb2 SUMMARY = "c-ares is a C library that resolves names asynchronously."
3 HOMEPAGE = "http://daniel.haxx.se/projects/c-ares/"
8 SRC_URI = "https://c-ares.org/download/${BPN}-${PV}.tar.gz \
/openbmc/linux/drivers/gpio/
H A Dgpiolib-acpi.c234 if (ares->type != ACPI_RESOURCE_TYPE_GPIO) in acpi_gpio_get_irq_resource()
237 gpio = &ares->data.gpio; in acpi_gpio_get_irq_resource()
257 if (ares->type != ACPI_RESOURCE_TYPE_GPIO) in acpi_gpio_get_io_resource()
260 gpio = &ares->data.gpio; in acpi_gpio_get_io_resource()
775 if (ares->type != ACPI_RESOURCE_TYPE_GPIO) in acpi_populate_gpio_lookup()
1147 struct acpi_resource *ares; in acpi_gpio_adr_space_handler() local
1154 achip->conn_info.length, &ares); in acpi_gpio_adr_space_handler()
1159 ACPI_FREE(ares); in acpi_gpio_adr_space_handler()
1163 agpio = &ares->data.gpio; in acpi_gpio_adr_space_handler()
1167 ACPI_FREE(ares); in acpi_gpio_adr_space_handler()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A Dsystem-c-ares.patch1 keep nodejs compatible with c-ares 1.17.1
3 Upstream-Status: Inappropriate [c-ares specific]
H A D0001-Disable-running-gyp-files-for-bundled-deps.patch19 if 'ares' in d.getVar('PACKAGECONFIG'):
/openbmc/linux/drivers/irqchip/
H A Dqcom-irq-combiner.c141 static acpi_status count_registers_cb(struct acpi_resource *ares, void *context) in count_registers_cb() argument
145 if (ares->type == ACPI_RESOURCE_TYPE_GENERIC_REGISTER) in count_registers_cb()
172 static acpi_status get_registers_cb(struct acpi_resource *ares, void *context) in get_registers_cb() argument
179 if (ares->type != ACPI_RESOURCE_TYPE_GENERIC_REGISTER) in get_registers_cb()
182 reg = &ares->data.generic_reg; in get_registers_cb()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/
H A Dnodejs_20.11.1.bb10 DEPENDS:append:class-native = " c-ares-native"
25 file://system-c-ares.patch \
67 PACKAGECONFIG ??= "ares brotli icu zlib"
69 PACKAGECONFIG[ares] = "--shared-cares,,c-ares"
97 if 'ares' in d.getVar('PACKAGECONFIG'):
/openbmc/openbmc/poky/meta/recipes-support/curl/
H A Dcurl_8.7.1.bb32 # 'ares' and 'threaded-resolver' are mutually exclusive
33 PACKAGECONFIG[ares] = "--enable-ares,--disable-ares,c-ares,,,threaded-resolver"
68 PACKAGECONFIG[threaded-resolver] = "--enable-threaded-resolver,--disable-threaded-resolver,,,,ares"
/openbmc/linux/include/linux/
H A Dacpi.h485 bool acpi_dev_resource_io(struct acpi_resource *ares, struct resource *res);
486 bool acpi_dev_resource_address_space(struct acpi_resource *ares,
488 bool acpi_dev_resource_ext_address_space(struct acpi_resource *ares,
492 bool acpi_dev_resource_interrupt(struct acpi_resource *ares, int index,
502 int acpi_dev_filter_resource_type(struct acpi_resource *ares,
505 static inline int acpi_dev_filter_resource_type_cb(struct acpi_resource *ares, in acpi_dev_filter_resource_type_cb() argument
508 return acpi_dev_filter_resource_type(ares, (unsigned long)arg); in acpi_dev_filter_resource_type_cb()
1237 bool acpi_gpio_get_irq_resource(struct acpi_resource *ares,
1239 bool acpi_gpio_get_io_resource(struct acpi_resource *ares,
1244 static inline bool acpi_gpio_get_irq_resource(struct acpi_resource *ares, in acpi_gpio_get_irq_resource() argument
[all …]
H A Dserdev.h334 bool serdev_acpi_get_uart_resource(struct acpi_resource *ares,
337 static inline bool serdev_acpi_get_uart_resource(struct acpi_resource *ares, in serdev_acpi_get_uart_resource() argument
/openbmc/openbmc/poky/meta/recipes-extended/wget/
H A Dwget.inc32 PACKAGECONFIG[ares] = "--with-cares,--without-cares,c-ares"
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_uart.c208 static int cros_ec_uart_resource(struct acpi_resource *ares, void *data) in cros_ec_uart_resource() argument
211 struct acpi_resource_uart_serialbus *sb = &ares->data.uart_serial_bus; in cros_ec_uart_resource()
213 if (ares->type == ACPI_RESOURCE_TYPE_SERIAL_BUS && in cros_ec_uart_resource()
/openbmc/linux/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_acpi.c84 static int acpi_i2c_check_resource(struct acpi_resource *ares, void *data) in acpi_i2c_check_resource() argument
89 if (i2c_acpi_get_i2c_resource(ares, &sb)) { in acpi_i2c_check_resource()
/openbmc/linux/drivers/platform/surface/
H A Dsurface3_power.c384 struct acpi_resource *ares; in mshw0011_space_handler() local
389 ret = acpi_buffer_to_resource(info->connection, info->length, &ares); in mshw0011_space_handler()
393 if (!value64 || !i2c_acpi_get_i2c_resource(ares, &sb)) { in mshw0011_space_handler()
443 ACPI_FREE(ares); in mshw0011_space_handler()
/openbmc/linux/drivers/tty/serdev/
H A Dcore.c586 bool serdev_acpi_get_uart_resource(struct acpi_resource *ares, in serdev_acpi_get_uart_resource() argument
591 if (ares->type != ACPI_RESOURCE_TYPE_SERIAL_BUS) in serdev_acpi_get_uart_resource()
594 sb = &ares->data.uart_serial_bus; in serdev_acpi_get_uart_resource()
603 static int acpi_serdev_parse_resource(struct acpi_resource *ares, void *data) in acpi_serdev_parse_resource() argument
609 if (!serdev_acpi_get_uart_resource(ares, &sb)) in acpi_serdev_parse_resource()
/openbmc/openbmc/poky/meta/conf/machine/include/arm/armv8-2a/
H A Dtune-neoversen1.inc7 # Note: Neoverse was called Ares, and GCC will accept "ares" in place of "neoverse-n1"
/openbmc/linux/drivers/platform/x86/intel/int3472/
H A Ddiscrete.c152 static int skl_int3472_handle_gpio_resources(struct acpi_resource *ares, in skl_int3472_handle_gpio_resources() argument
164 if (!acpi_gpio_get_io_resource(ares, &agpio)) in skl_int3472_handle_gpio_resources()
/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/
H A Dptest-packagelists-meta-oe.inc52 c-ares \

12