Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/drivers/pwm/
Dsysfs.c18 struct device child; member
24 static struct pwm_export *child_to_pwm_export(struct device *child) in child_to_pwm_export()
29 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device()
36 static ssize_t period_show(struct device *child, in period_show()
48 static ssize_t period_store(struct device *child, in period_store()
71 static ssize_t duty_cycle_show(struct device *child, in duty_cycle_show()
83 static ssize_t duty_cycle_store(struct device *child, in duty_cycle_store()
106 static ssize_t enable_show(struct device *child, in enable_show()
118 static ssize_t enable_store(struct device *child, in enable_store()
154 static ssize_t polarity_show(struct device *child, in polarity_show()
[all …]
/drivers/net/wireless/ti/wlcore/
Dspi.c90 static void wl12xx_spi_reset(struct device *child) in wl12xx_spi_reset()
118 static void wl12xx_spi_init(struct device *child) in wl12xx_spi_init()
196 static int wl12xx_spi_read_busy(struct device *child) in wl12xx_spi_read_busy()
231 static int __must_check wl12xx_spi_raw_read(struct device *child, int addr, in wl12xx_spi_raw_read()
298 static int __wl12xx_spi_raw_write(struct device *child, int addr, in __wl12xx_spi_raw_write()
353 static int __must_check wl12xx_spi_raw_write(struct device *child, int addr, in wl12xx_spi_raw_write()
373 static int wl12xx_spi_set_power(struct device *child, bool enable) in wl12xx_spi_set_power()
401 static void wl12xx_spi_set_block_size(struct device *child, in wl12xx_spi_set_block_size()
Dsdio.c42 static void wl1271_sdio_set_block_size(struct device *child, in wl1271_sdio_set_block_size()
53 static int __must_check wl12xx_sdio_raw_read(struct device *child, int addr, in wl12xx_sdio_raw_read()
91 static int __must_check wl12xx_sdio_raw_write(struct device *child, int addr, in wl12xx_sdio_raw_write()
170 static int wl12xx_sdio_set_power(struct device *child, bool enable) in wl12xx_sdio_set_power()
/drivers/firmware/efi/
Ddev-path-parser.c16 struct device *parent, struct device **child) in parse_acpi_path()
61 struct device *parent, struct device **child) in parse_pci_path()
97 struct device *parent, struct device **child) in parse_end_path()
150 struct device *parent = NULL, *child; in efi_get_device_by_path() local
/drivers/pci/
Dremove.c69 struct pci_dev *child, *tmp; in pci_stop_bus_device() local
89 struct pci_dev *child, *tmp; in pci_remove_bus_device() local
132 struct pci_dev *child, *tmp; in pci_stop_root_bus() local
150 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
/drivers/mtd/
Dmtdpart.c44 struct mtd_info *child; in allocate_partition() local
246 struct mtd_info *child; in mtd_add_partition() local
301 struct mtd_info *child, *next; in __mtd_del_partition() local
328 struct mtd_info *child, *next; in __del_mtd_partitions() local
368 struct mtd_info *child, *master = mtd_get_master(mtd); in mtd_del_partition() local
397 struct mtd_info *child, *master = mtd_get_master(parent); in add_mtd_partitions() local
580 struct device_node *child; in mtd_part_of_parse() local
/drivers/net/mdio/
Dof_mdio.c37 struct device_node *child, u32 addr) in of_mdiobus_phy_device_register()
46 struct device_node *child, u32 addr) in of_mdiobus_register_phy()
52 struct device_node *child, u32 addr) in of_mdiobus_register_device()
114 bool of_mdiobus_child_is_phy(struct device_node *child) in of_mdiobus_child_is_phy()
153 struct device_node *child; in __of_mdiobus_register() local
Dfwnode_mdio.c62 struct fwnode_handle *child, u32 addr) in fwnode_mdiobus_phy_device_register()
113 struct fwnode_handle *child, u32 addr) in fwnode_mdiobus_register_phy()
/drivers/pci/pcie/
Daspm.c101 struct pci_dev *child; in pci_function_0() local
145 struct pci_dev *child; in pcie_set_clkpm_nocheck() local
175 struct pci_dev *child; in pcie_clkpm_cap_init() local
254 struct pci_dev *child, *parent = link->pdev; in pcie_aspm_configure_common_clock() local
492 struct pci_dev *child = link->downstream, *parent = link->pdev; in aspm_calc_l1ss_info() local
583 struct pci_dev *child = link->downstream, *parent = link->pdev; in aspm_l1ss_init() local
640 struct pci_dev *child = link->downstream, *parent = link->pdev; in pcie_aspm_cap_init() local
719 struct pci_dev *child = link->downstream, *parent = link->pdev; in pcie_config_aspm_l1ss() local
778 struct pci_dev *child = link->downstream, *parent = link->pdev; in pcie_config_aspm_link() local
842 struct pci_dev *child; in pcie_aspm_sanity_check() local
[all …]
/drivers/scsi/libsas/
Dsas_expander.c723 struct domain_device *child, in sas_ex_get_linkrate()
761 struct domain_device *child = NULL; in sas_ex_discover_end_dev() local
920 struct domain_device *child = NULL; in sas_ex_discover_expander() local
998 struct domain_device *child = NULL; in sas_ex_discover_dev() local
1117 struct domain_device *child; in sas_check_level_subtractive_boundary() local
1225 static void sas_print_parent_topology_bug(struct domain_device *child, in sas_print_parent_topology_bug()
1248 static int sas_check_eeds(struct domain_device *child, in sas_check_eeds()
1292 static int sas_check_parent_topology(struct domain_device *child) in sas_check_parent_topology()
1501 struct domain_device *child, in sas_configure_parent()
1840 struct domain_device *child, *n; in sas_unregister_ex_tree() local
[all …]
/drivers/of/
Dresolver.c43 struct device_node *child; in adjust_overlay_phandles() local
162 struct device_node *child, *overlay_child; in adjust_local_phandle_references() local
265 struct device_node *child, *local_fixups, *refnode; in of_resolve_phandles() local
/drivers/powercap/
Ddtpm.c61 struct dtpm *child; in __get_power_uw() local
89 struct dtpm *child; in __dtpm_rebalance_weight() local
206 struct dtpm *child; in __set_power_limit_uw() local
620 struct dtpm *child, *aux; in __dtpm_destroy_hierarchy() local
/drivers/gpu/drm/i915/display/
Dintel_bios.c68 struct child_device_config child; member
1206 const struct child_device_config *child; in parse_sdvo_device_mapping() local
2077 const struct child_device_config *child; in parse_compression_parameters() local
2248 struct child_device_config *child; in sanitize_ddc_pin() local
2314 struct child_device_config *child; in sanitize_aux_ch() local
2651 const struct child_device_config *child = &devdata->child; in print_ddi_port() local
2708 const struct child_device_config *child = &devdata->child; in parse_ddi_port() local
2769 const struct child_device_config *child; in parse_general_definitions() local
2912 struct child_device_config *child; in init_vbt_missing_defaults() local
3300 const struct child_device_config *child; in intel_bios_is_tv_present() local
[all …]
/drivers/pci/hotplug/
Dpnv_php.c135 struct device_node *child; in pnv_php_rmv_pdns() local
195 struct device_node *child, *next; in pnv_php_reverse_nodes() local
216 struct device_node *child; in pnv_php_populate_changeset() local
976 struct device_node *child; in pnv_php_register() local
1004 struct device_node *child; in pnv_php_unregister() local
/drivers/md/persistent-data/
Ddm-btree-remove.c152 struct child { struct
160 unsigned int index, struct child *result) in init_child() argument
488 struct dm_block *child; in rebalance_children() local
/drivers/hwtracing/coresight/
Dcoresight-core.c173 struct coresight_device *child) in coresight_find_link_outport()
390 struct coresight_device *child) in coresight_enable_link()
425 struct coresight_device *child) in coresight_disable_link()
515 struct coresight_device *csdev, *parent, *child; in coresight_disable_path_from() local
570 struct coresight_device *csdev, *parent, *child; in coresight_enable_path() local
767 struct coresight_device *child; in coresight_grab_device() local
778 struct coresight_device *child; in coresight_grab_device() local
797 struct coresight_device *child; in coresight_drop_device() local
/drivers/leds/
Dleds-ti-lmu-common.c105 struct fwnode_handle *child, in ti_lmu_common_get_ramp_params()
125 int ti_lmu_common_get_brt_res(struct device *dev, struct fwnode_handle *child, in ti_lmu_common_get_brt_res()
/drivers/gpu/drm/nouveau/nvkm/core/
Dobject.c182 struct nvkm_object *child; in nvkm_object_fini() local
224 struct nvkm_object *child; in nvkm_object_init() local
260 struct nvkm_object *child, *ctemp; in nvkm_object_dtor() local
/drivers/gpu/drm/i915/gt/uc/
Dselftest_guc_multi_lrc.c55 struct intel_context *child; in multi_lrc_context_unpin() local
78 struct intel_context *child; in multi_lrc_nop_request() local
/drivers/clk/
Dclk.c292 struct clk_core *child; in __clk_lookup_subtree() local
1161 struct clk_core *child; in clk_core_save_context() local
1178 struct clk_core *child; in clk_core_restore_context() local
1299 struct clk_core *child; in clk_unprepare_unused_subtree() local
1333 struct clk_core *child; in clk_disable_unused_subtree() local
1421 struct clk_core *child; in clk_unprepare_disable_dev_subtree() local
1745 struct clk_core *child; in __clk_recalc_accuracies() local
1824 struct clk_core *child; in __clk_recalc_rates() local
1957 struct clk_core *child; in __clk_core_update_orphan_hold_state() local
1973 struct clk_core *child; in clk_core_update_orphan_status() local
[all …]
/drivers/regulator/
Dof_regulator.c394 struct device_node *child; in of_regulator_match() local
454 struct device_node *search, *child; in regulator_of_get_init_node() local
505 struct device_node *child; in regulator_of_get_init_data() local
/drivers/iio/multiplexer/
Diio-mux.c36 struct mux_child *child; member
42 struct mux_child *child = &mux->child[idx]; in iio_mux_select() local
244 struct mux_child *child = &mux->child[idx]; in mux_configure_channel() local
/drivers/cpuidle/
Ddt_idle_genpd.c134 struct of_phandle_args child, parent; in dt_idle_pd_init_topology() local
158 struct of_phandle_args child, parent; in dt_idle_pd_remove_topology() local
/drivers/dma/qcom/
Dhidma_mgmt.c351 struct device_node *child; in hidma_mgmt_of_populate_channels() local
414 struct device_node *child; in hidma_mgmt_init() local
/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c498 static void reset_listen_child(struct sock *child) in reset_listen_child()
523 struct sock *child = req->sk; in chtls_disconnect_acceptq() local
607 static void cleanup_syn_rcv_conn(struct sock *child, struct sock *parent) in cleanup_syn_rcv_conn()
629 struct sock *child = csk->sk; in chtls_reset_synq() local
856 static void do_abort_syn_rcv(struct sock *child, struct sock *parent) in do_abort_syn_rcv()
884 static void pass_open_abort(struct sock *child, struct sock *parent, in pass_open_abort()
1536 static void add_pass_open_to_parent(struct sock *child, struct sock *lsk, in add_pass_open_to_parent()
1564 struct sock *child = skb->sk; in bl_add_pass_open_to_parent() local
2056 struct sock *child; in bl_abort_syn_rcv() local

12345678910>>...15