/drivers/clk/actions/ |
D | owl-composite.c | 18 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_get_parent() local 25 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_set_parent() local 32 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_disable() local 40 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_enable() local 50 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_is_enabled() local 59 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_round_rate() local 68 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_recalc_rate() local 77 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_set_rate() local 86 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_fact_round_rate() local 96 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_fact_recalc_rate() local [all …]
|
/drivers/gpu/drm/mediatek/ |
D | mtk_drm_ddp_comp.h | 80 static inline int mtk_ddp_comp_clk_enable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_enable() 88 static inline void mtk_ddp_comp_clk_disable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_disable() 94 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config() 103 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start() 109 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop() 115 static inline void mtk_ddp_comp_register_vblank_cb(struct mtk_ddp_comp *comp, in mtk_ddp_comp_register_vblank_cb() 124 static inline void mtk_ddp_comp_unregister_vblank_cb(struct mtk_ddp_comp *comp) in mtk_ddp_comp_unregister_vblank_cb() 130 static inline void mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_enable_vblank() 136 static inline void mtk_ddp_comp_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_disable_vblank() 143 unsigned int mtk_ddp_comp_supported_rotations(struct mtk_ddp_comp *comp) in mtk_ddp_comp_supported_rotations() [all …]
|
D | mtk_drm_crtc.c | 160 struct mtk_ddp_comp *comp; in mtk_drm_crtc_destroy() local 260 struct mtk_ddp_comp *comp; in mtk_drm_ddp_comp_for_plane() local 348 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[i]; in mtk_crtc_ddp_hw_init() local 361 struct mtk_ddp_comp *comp; in mtk_crtc_ddp_hw_init() local 425 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_ddp_config() local 580 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_enable_vblank() local 590 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_disable_vblank() local 599 struct mtk_ddp_comp *comp; in mtk_drm_crtc_plane_check() local 622 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_atomic_enable() local 647 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_atomic_disable() local [all …]
|
D | mtk_disp_color.c | 22 #define DISP_COLOR_START(comp) ((comp)->data->color_offset) argument 23 #define DISP_COLOR_WIDTH(comp) (DISP_COLOR_START(comp) + 0x50) argument 24 #define DISP_COLOR_HEIGHT(comp) (DISP_COLOR_START(comp) + 0x54) argument
|
/drivers/block/zram/ |
D | zcomp.c | 49 static int zcomp_strm_init(struct zcomp_strm *zstrm, struct zcomp *comp) in zcomp_strm_init() 64 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm() 77 ssize_t zcomp_available_show(const char *comp, char *buf) in zcomp_available_show() 106 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get() 112 void zcomp_stream_put(struct zcomp *comp) in zcomp_stream_put() 153 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() local 168 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead() local 176 static int zcomp_init(struct zcomp *comp) in zcomp_init() 194 void zcomp_destroy(struct zcomp *comp) in zcomp_destroy() 211 struct zcomp *comp; in zcomp_create() local
|
/drivers/net/slip/ |
D | slhc.c | 96 struct slcompress *comp; in slhc_init() local 154 slhc_free(struct slcompress *comp) in slhc_free() 227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress() 493 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress() 644 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember() 695 slhc_toss(struct slcompress *comp) in slhc_toss() 707 slhc_toss(struct slcompress *comp) in slhc_toss() 713 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress() 719 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress() 727 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember() [all …]
|
/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
D | devcom.c | 10 #define devcom_for_each_component(priv, comp, iter) \ argument 39 struct mlx5_devcom_component *comp; in mlx5_devcom_list_alloc() local 165 struct mlx5_devcom_component *comp; in mlx5_devcom_register_component() local 182 struct mlx5_devcom_component *comp; in mlx5_devcom_unregister_component() local 199 struct mlx5_devcom_component *comp; in mlx5_devcom_send_event() local 225 struct mlx5_devcom_component *comp; in mlx5_devcom_set_paired() local 245 struct mlx5_devcom_component *comp; in mlx5_devcom_get_peer_data() local 267 struct mlx5_devcom_component *comp; in mlx5_devcom_get_peer_data_rcu() local 290 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; in mlx5_devcom_release_peer_data() local
|
/drivers/media/platform/mtk-mdp/ |
D | mtk_mdp_comp.c | 17 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_on() 40 void mtk_mdp_comp_clock_off(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_off() 55 struct mtk_mdp_comp *comp, in mtk_mdp_comp_init() 114 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_deinit()
|
D | mtk_mdp_core.c | 95 struct mtk_mdp_comp *comp) in mtk_mdp_register_component() 101 struct mtk_mdp_comp *comp) in mtk_mdp_unregister_component() 111 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_probe() local 242 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_remove() local
|
/drivers/most/ |
D | core.c | 33 struct most_component *comp; member 450 struct most_component *comp; in match_component() local 517 struct most_component *comp; in components_show() local 552 struct most_component *comp, in link_channel_to_component() 668 struct most_component *comp; in most_cfg_complete() local 681 struct most_component *comp = match_component(comp_name); in most_add_link() local 692 struct most_component *comp; in most_remove_link() local 954 struct most_component *comp) in channel_has_mbo() 985 struct most_component *comp) in most_get_mbo() 1091 struct most_component *comp) in most_start_channel() [all …]
|
/drivers/gpu/drm/omapdrm/dss/ |
D | base.c | 203 struct omapdss_comp_node *comp; in omapdss_list_contains() local 216 struct omapdss_comp_node *comp; in omapdss_walk_device() local 273 static bool omapdss_component_is_loaded(struct omapdss_comp_node *comp) in omapdss_component_is_loaded() 287 struct omapdss_comp_node *comp; in omapdss_stack_is_ready() local
|
/drivers/staging/greybus/ |
D | audio_codec.c | 803 struct snd_soc_component *comp; in gbaudio_register_module() local 931 struct snd_soc_component *comp = gbcodec->component; in gbaudio_unregister_module() local 996 static int gbcodec_probe(struct snd_soc_component *comp) in gbcodec_probe() 1028 static void gbcodec_remove(struct snd_soc_component *comp) in gbcodec_remove() 1034 static int gbcodec_write(struct snd_soc_component *comp, unsigned int reg, in gbcodec_write() 1040 static unsigned int gbcodec_read(struct snd_soc_component *comp, in gbcodec_read()
|
D | audio_topology.c | 173 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in gbcodec_mixer_ctl_info() local 224 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in gbcodec_mixer_ctl_get() local 286 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in gbcodec_mixer_ctl_put() local 553 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in gbcodec_enum_ctl_get() local 598 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in gbcodec_enum_ctl_put() local
|
/drivers/regulator/ |
D | twl-regulator.c | 547 #define TWL_OF_MATCH(comp, family, label) \ argument 553 #define TWL4030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL4030, label) argument 554 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument 555 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument 556 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument 557 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
|
D | twl6030-regulator.c | 635 #define TWL_OF_MATCH(comp, family, label) \ argument 641 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument 642 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument 643 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument 644 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
|
/drivers/counter/ |
D | counter-sysfs.c | 31 struct counter_comp comp; member 391 const struct counter_comp *const comp, void *const parent) in counter_avail_attr_create() 426 const struct counter_comp *const comp, in counter_attr_create() 547 struct counter_comp comp; in counter_signal_attrs_create() local 608 struct counter_comp comp; in counter_sysfs_synapses_add() local 649 struct counter_comp comp; in counter_count_attrs_create() local
|
/drivers/gpu/drm/i915/display/ |
D | intel_hdcp.c | 1119 struct i915_hdcp_comp_master *comp; in hdcp2_prepare_ake_init() local 1149 struct i915_hdcp_comp_master *comp; in hdcp2_verify_rx_cert_prepare_km() local 1177 struct i915_hdcp_comp_master *comp; in hdcp2_verify_hprime() local 1203 struct i915_hdcp_comp_master *comp; in hdcp2_store_pairing_info() local 1230 struct i915_hdcp_comp_master *comp; in hdcp2_prepare_lc_init() local 1257 struct i915_hdcp_comp_master *comp; in hdcp2_verify_lprime() local 1283 struct i915_hdcp_comp_master *comp; in hdcp2_prepare_skey() local 1312 struct i915_hdcp_comp_master *comp; in hdcp2_verify_rep_topology_prepare_ack() local 1341 struct i915_hdcp_comp_master *comp; in hdcp2_verify_mprime() local 1365 struct i915_hdcp_comp_master *comp; in hdcp2_authenticate_port() local [all …]
|
/drivers/net/ethernet/mellanox/mlxfw/ |
D | mlxfw_mfa2.c | 498 struct mlxfw_mfa2_component comp; member 535 const struct mlxfw_mfa2_tlv_component_descriptor *comp; in mlxfw_mfa2_file_component_get() local 578 void mlxfw_mfa2_file_component_put(struct mlxfw_mfa2_component *comp) in mlxfw_mfa2_file_component_put()
|
D | mlxfw_fsm.c | 209 struct mlxfw_mfa2_component *comp, in mlxfw_flash_component() 325 struct mlxfw_mfa2_component *comp; in mlxfw_flash_components() local
|
/drivers/net/wireless/realtek/rtlwifi/ |
D | debug.h | 159 #define rtl_dbg(rtlpriv, comp, level, fmt, ...) \ argument 177 u64 comp, int level, in rtl_dbg() 190 u64 comp, int level, in RT_PRINT_DATA()
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_txrx.c | 121 struct ionic_rxq_comp *comp) in ionic_rx_frags() 182 struct ionic_rxq_comp *comp) in ionic_rx_copybreak() 229 struct ionic_rxq_comp *comp; in ionic_rx_clean() local 324 struct ionic_rxq_comp *comp; in ionic_rx_service() local 756 struct ionic_txq_comp *comp; in ionic_tx_service() local
|
/drivers/clk/ti/ |
D | composite.c | 91 struct component_clk *comp; in _lookup_component() local 125 struct component_clk *comp; in _register_composite() local
|
/drivers/md/ |
D | dm-integrity.c | 317 struct completion comp; member 322 struct journal_completion *comp; member 888 struct journal_completion *comp = context; in complete_journal_op() local 895 unsigned n_sections, struct journal_completion *comp) in xor_journal() 953 struct journal_completion *comp = req->data; in complete_journal_encrypt() local 964 static bool do_crypt(bool encrypt, struct skcipher_request *req, struct journal_completion *comp) in do_crypt() 987 unsigned n_sections, struct journal_completion *comp) in crypt_journal() 1031 unsigned n_sections, struct journal_completion *comp) in encrypt_journal() 1041 struct journal_completion *comp = context; in complete_journal_io() local 1048 unsigned sector, unsigned n_sectors, struct journal_completion *comp) in rw_journal_sectors() [all …]
|
/drivers/iio/adc/ |
D | envelope-detector.c | 48 int comp; member 82 int comp; in envelope_detector_comp_latch() local
|
/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1273 struct ethtool_flow_spec_container *temp, *comp; in gfar_add_cls() local 1326 struct ethtool_flow_spec_container *comp; in gfar_del_cls() local 1348 struct ethtool_flow_spec_container *comp; in gfar_get_cls() local 1366 struct ethtool_flow_spec_container *comp; in gfar_get_cls_all() local
|