Searched refs:con_id (Results 51 - 75 of 90) sorted by relevance

1234

/linux-master/drivers/leds/
H A Dled-class.c331 * @con_id: name of the LED from the device's point of view
335 struct led_classdev *led_get(struct device *dev, char *con_id) argument
344 !strcmp(lookup->con_id, con_id)) {
364 * @con_id: name of the LED from the device's point of view
371 struct led_classdev *devm_led_get(struct device *dev, char *con_id) argument
375 led = led_get(dev, con_id);
/linux-master/drivers/net/wan/framer/
H A Dframer-core.c463 * @con_id: name of the framer from device's point of view
469 struct framer *framer_get(struct device *dev, const char *con_id) argument
476 if (con_id)
477 framer = framer_of_get_byphandle(dev->of_node, con_id, 0);
535 * @con_id: name of the framer from device's point of view
541 struct framer *devm_framer_get(struct device *dev, const char *con_id) argument
549 framer = framer_get(dev, con_id);
566 * @con_id: name of the framer from device's point of view
572 struct framer *devm_framer_optional_get(struct device *dev, const char *con_id) argument
574 struct framer *framer = devm_framer_get(dev, con_id);
[all...]
/linux-master/drivers/input/touchscreen/
H A Dcolibri-vf50-ts.c240 const char *con_id, enum gpiod_flags flags)
244 *gpio_d = devm_gpiod_get(dev, con_id, flags);
247 dev_err(dev, "Could not get gpio_%s %d\n", con_id, error);
239 vf50_ts_get_gpiod(struct device *dev, struct gpio_desc **gpio_d, const char *con_id, enum gpiod_flags flags) argument
/linux-master/include/linux/
H A Dleds.h52 * @con_id: name of the LED from the device's point of view
58 const char *con_id; member in struct:led_lookup_data
291 struct led_classdev *__must_check led_get(struct device *dev, char *con_id);
292 struct led_classdev *__must_check devm_led_get(struct device *dev, char *con_id);
H A Dsh_clk.h200 #define CLKDEV_CON_ID(_id, _clk) { .con_id = _id, .clk = _clk }
202 #define CLKDEV_ICK_ID(_cid, _did, _clk) { .con_id = _cid, .dev_id = _did, .clk = _clk }
H A Dproperty.h494 const char *con_id, void *data,
498 const char *con_id, void *data,
501 return fwnode_connection_find_match(dev_fwnode(dev), con_id, data, match);
505 const char *con_id, void *data,
497 device_connection_find_match(const struct device *dev, const char *con_id, void *data, devcon_match_fn_t match) argument
/linux-master/drivers/clk/
H A Dclk-devres.c246 struct device_node *np, const char *con_id)
255 clk = of_clk_get_by_name(np, con_id);
245 devm_get_clk_from_child(struct device *dev, struct device_node *np, const char *con_id) argument
H A Dclk.c106 const char *con_id; member in struct:clk
456 * node's 'clock-names' property or as the 'con_id' matching the device's
2683 __func__, clk->core->name, clk->dev_id, clk->con_id,
3331 clk_user->con_id ? clk_user->con_id : "no_connection_id");
4124 * @con_id: connection ID string on device
4129 const char *con_id)
4139 clk->con_id = kstrdup_const(con_id, GFP_KERNEL);
4154 kfree_const(clk->con_id);
4128 alloc_clk(struct clk_core *core, const char *dev_id, const char *con_id) argument
4170 clk_hw_create_clk(struct device *dev, struct clk_hw *hw, const char *dev_id, const char *con_id) argument
4207 clk_hw_get_clk(struct clk_hw *hw, const char *con_id) argument
4712 devm_clk_hw_get_clk(struct device *dev, struct clk_hw *hw, const char *con_id) argument
5296 of_clk_get_hw(struct device_node *np, int index, const char *con_id) argument
5313 __of_clk_get(struct device_node *np, int index, const char *dev_id, const char *con_id) argument
[all...]
/linux-master/drivers/clk/ti/
H A Dclock.h91 .con_id = con, \
155 .con_id = con, \
/linux-master/drivers/gpio/
H A Dgpiolib.h233 const char *con_id,
239 int gpiod_configure_flags(struct gpio_desc *desc, const char *con_id,
H A Dgpiolib-acpi.c942 const char *con_id)
948 return con_id == NULL;
952 const char *con_id,
965 if (con_id) {
967 con_id, gpio_suffixes[i]);
987 if (!adev || !acpi_can_fallback_to_crs(adev, con_id))
1407 * @con_id: function within the GPIO consumer
1413 int acpi_gpio_count(const struct fwnode_handle *fwnode, const char *con_id) argument
1425 if (con_id)
1427 con_id, gpio_suffixe
941 acpi_can_fallback_to_crs(struct acpi_device *adev, const char *con_id) argument
951 acpi_find_gpio(struct fwnode_handle *fwnode, const char *con_id, unsigned int idx, enum gpiod_flags *dflags, unsigned long *lookupflags) argument
[all...]
/linux-master/arch/mips/lantiq/xway/
H A Dsysctrl.c320 clk->cl.con_id = con;
345 clk->cl.con_id = con;
364 clk->cl.con_id = NULL;
378 clk_ext->cl.con_id = "external";
413 clk->cl.con_id = name;
H A Dgptu.c129 clk->cl.con_id = con;
/linux-master/drivers/reset/
H A Dcore.c1098 __reset_control_get_from_lookup(struct device *dev, const char *con_id, argument
1112 if ((!con_id && !lookup->con_id) ||
1113 ((con_id && lookup->con_id) &&
1114 !strcmp(con_id, lookup->con_id))) {
/linux-master/drivers/i2c/busses/
H A Di2c-gpio.c304 const char *con_id,
311 retdesc = devm_gpiod_get(dev, con_id, gflags);
313 dev_dbg(dev, "got GPIO from name %s\n", con_id);
303 i2c_gpio_get_desc(struct device *dev, const char *con_id, unsigned int index, enum gpiod_flags gflags) argument
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dsetup.c185 .con_id = "pcie_plat_clk",
/linux-master/drivers/clk/tegra/
H A Dclk.h680 const char *con_id; member in struct:tegra_periph_init_data
701 .con_id = _con_id, \
827 .con_id = _con, \
839 char *con_id; member in struct:tegra_devclk
/linux-master/arch/arm/mach-ep93xx/
H A Dclock.c466 const char *con_id; member in struct:ep93xx_gate
523 hw = clk_hw_register_gate(NULL, ep93xx_dmas[i].con_id,
530 ret = clk_hw_register_clkdev(hw, ep93xx_dmas[i].con_id, NULL);
533 __func__, ep93xx_dmas[i].con_id);
/linux-master/arch/arm/mach-omap1/
H A Dclock.h30 .con_id = con, \
/linux-master/arch/mips/lantiq/
H A Dclk.c92 clk->cl.dev_id, clk->cl.con_id, rate);
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-audsys-clk.c143 cl->con_id = gate->name;
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dasus.c306 .con_id = "atmel_mxt_ts_irq",
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dsi_vbt.c197 const char *con_id, u8 idx, bool value)
207 gpio_desc = devm_gpiod_get_index(dev_priv->drm.dev, con_id, idx,
222 const char *con_id, u8 idx, bool value)
232 GPIO_LOOKUP_IDX(chip, idx, con_id, idx, GPIO_ACTIVE_HIGH);
236 soc_gpio_set_value(connector, gpio_index, con_id, idx, value);
196 soc_gpio_set_value(struct intel_connector *connector, u8 gpio_index, const char *con_id, u8 idx, bool value) argument
220 soc_opaque_gpio_set_value(struct intel_connector *connector, u8 gpio_index, const char *chip, const char *con_id, u8 idx, bool value) argument
/linux-master/sound/soc/mediatek/mt8195/
H A Dmt8195-audsys-clk.c207 cl->con_id = gate->name;
/linux-master/sound/soc/mediatek/mt8188/
H A Dmt8188-audsys-clk.c197 cl->con_id = gate->name;

Completed in 431 milliseconds

1234