Home
last modified time | relevance | path

Searched defs:cm (Results 1 – 25 of 35) sorted by relevance

12

/drivers/clk/sunxi-ng/
Dccu_mux.c18 struct ccu_mux_internal *cm, in ccu_mux_get_prediv()
63 struct ccu_mux_internal *cm, in ccu_mux_helper_apply_prediv()
72 struct ccu_mux_internal *cm, in ccu_mux_helper_unapply_prediv()
80 struct ccu_mux_internal *cm, in ccu_mux_helper_determine_rate()
161 struct ccu_mux_internal *cm) in ccu_mux_helper_get_parent()
184 struct ccu_mux_internal *cm, in ccu_mux_helper_set_parent()
212 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_disable() local
219 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_enable() local
226 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_is_enabled() local
233 struct ccu_mux *cm = hw_to_ccu_mux(hw); in ccu_mux_get_parent() local
[all …]
Dccu_mult.c38 struct ccu_mult *cm = data; in ccu_mult_round_rate() local
55 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_disable() local
62 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_enable() local
69 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_is_enabled() local
77 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_recalc_rate() local
97 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_determine_rate() local
106 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_set_rate() local
149 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_get_parent() local
156 struct ccu_mult *cm = hw_to_ccu_mult(hw); in ccu_mult_set_parent() local
Dccu-sun6i-rtc.c59 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_iosc_enable() local
66 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_iosc_disable() local
73 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_iosc_is_enabled() local
81 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_iosc_recalc_rate() local
119 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_iosc_32k_prepare() local
134 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_iosc_32k_unprepare() local
148 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_iosc_32k_recalc_rate() local
167 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_iosc_32k_recalc_accuracy() local
Dccu_mmc_timing.c23 struct ccu_common *cm = hw_to_ccu_common(hw); in sunxi_ccu_set_mmc_timing_mode() local
56 struct ccu_common *cm = hw_to_ccu_common(hw); in sunxi_ccu_get_mmc_timing_mode() local
Dccu_mp.c272 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_mp_mmc_recalc_rate() local
283 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_mp_mmc_determine_rate() local
309 struct ccu_common *cm = hw_to_ccu_common(hw); in ccu_mp_mmc_set_rate() local
Dccu_mux.h155 struct ccu_mux_internal *cm; member
/drivers/power/supply/
Dcharger-manager.c95 static bool is_batt_present(struct charger_manager *cm) in is_batt_present()
151 static bool is_ext_pwr_online(struct charger_manager *cm) in is_ext_pwr_online()
187 static int get_batt_uV(struct charger_manager *cm, int *uV) in get_batt_uV()
211 static bool is_charging(struct charger_manager *cm) in is_charging()
280 static bool is_full_charged(struct charger_manager *cm) in is_full_charged()
343 static bool is_polling_required(struct charger_manager *cm) in is_polling_required()
372 static int try_charger_enable(struct charger_manager *cm, bool enable) in try_charger_enable()
452 static int check_charging_duration(struct charger_manager *cm) in check_charging_duration()
484 static int cm_get_battery_temperature_by_psy(struct charger_manager *cm, in cm_get_battery_temperature_by_psy()
502 static int cm_get_battery_temperature(struct charger_manager *cm, in cm_get_battery_temperature()
[all …]
/drivers/rapidio/
Drio_cm.c203 struct cm_dev *cm; member
300 static void *riocm_rx_get_msg(struct cm_dev *cm) in riocm_rx_get_msg()
329 static void riocm_rx_fill(struct cm_dev *cm, int nent) in riocm_rx_fill()
354 static void riocm_rx_free(struct cm_dev *cm) in riocm_rx_free()
376 static int riocm_req_handler(struct cm_dev *cm, void *req_data) in riocm_req_handler()
486 static void rio_cm_handler(struct cm_dev *cm, void *data) in rio_cm_handler()
526 static int rio_rx_data_handler(struct cm_dev *cm, void *buf) in rio_rx_data_handler()
582 struct cm_dev *cm = container_of(work, struct cm_dev, rx_work); in rio_ibmsg_handler() local
620 struct cm_dev *cm = dev_id; in riocm_inb_msg_event() local
635 static void rio_txcq_handler(struct cm_dev *cm, int slot) in rio_txcq_handler()
[all …]
/drivers/hid/
Dhid-cmedia.c91 static void hp_ev(struct hid_device *hid, struct cmhid *cm, int value) in hp_ev()
100 struct cmhid *cm = hid_get_drvdata(hid); in cmhid_raw_event() local
124 struct cmhid *cm = hid_get_drvdata(hid); in cmhid_input_configured() local
146 struct cmhid *cm; in cmhid_probe() local
180 struct cmhid *cm = hid_get_drvdata(hid); in cmhid_remove() local
/drivers/clk/sprd/
Dmux.c41 struct sprd_mux *cm = hw_to_sprd_mux(hw); in sprd_mux_get_parent() local
66 struct sprd_mux *cm = hw_to_sprd_mux(hw); in sprd_mux_set_parent() local
/drivers/net/can/dev/
Dnetlink.c78 struct can_ctrlmode *cm = nla_data(data[IFLA_CAN_CTRLMODE]); in can_validate() local
241 struct can_ctrlmode *cm; in can_changelink() local
542 struct can_ctrlmode cm = {.flags = priv->ctrlmode}; in can_fill_info() local
/drivers/gpu/drm/amd/display/dc/dml/dsc/
Drc_calc_fpu.c64 static void get_qp_set(qp_set qps, enum colour_mode cm, enum bits_per_comp bpc, in get_qp_set()
166 enum colour_mode cm, in _do_calc_rc_params()
/drivers/platform/x86/
Deeepc-laptop.c207 static int set_acpi(struct eeepc_laptop *eeepc, int cm, int value) in set_acpi()
221 static int get_acpi(struct eeepc_laptop *eeepc, int cm) in get_acpi()
236 static int acpi_setter_handle(struct eeepc_laptop *eeepc, int cm, in acpi_setter_handle()
267 static ssize_t store_sys_acpi(struct device *dev, int cm, in store_sys_acpi()
282 static ssize_t show_sys_acpi(struct device *dev, int cm, char *buf) in show_sys_acpi()
768 enum rfkill_type type, int cm) in eeepc_new_rfkill()
1297 static void cmsg_quirk(struct eeepc_laptop *eeepc, int cm, const char *name) in cmsg_quirk()
/drivers/media/platform/mediatek/vcodec/decoder/vdec/
Dvdec_vp8_if.c104 void __iomem *cm; member
182 void __iomem *cm = inst->reg_base.cm; in write_hw_segmentation_data() local
203 void __iomem *cm = inst->reg_base.cm; in read_hw_segmentation_data() local
/drivers/media/usb/pwc/
Dpwc-dec23.c352 const unsigned char *cm = pwc_crop_table+MAX_OUTER_CROP_VALUE; in copy_image_block_Y() local
407 const unsigned char *cm = pwc_crop_table+MAX_OUTER_CROP_VALUE; in copy_image_block_CrCb() local
/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_buffers.c227 struct mlxsw_sp_sb_cm *cm; in mlxsw_sp_sb_cm_write() local
958 const struct mlxsw_sp_sb_cm *cm; in __mlxsw_sp_sb_cms_init() local
1490 struct mlxsw_sp_sb_cm *cm = mlxsw_sp_sb_cm_get(mlxsw_sp, local_port, in mlxsw_sp_sb_tc_pool_bind_get() local
1509 const struct mlxsw_sp_sb_cm *cm; in mlxsw_sp_sb_tc_pool_bind_set() local
1567 struct mlxsw_sp_sb_cm *cm; in mlxsw_sp_sb_sr_occ_query_cb() local
1788 struct mlxsw_sp_sb_cm *cm = mlxsw_sp_sb_cm_get(mlxsw_sp, local_port, in mlxsw_sp_sb_occ_tc_port_bind_get() local
/drivers/net/arcnet/
Dcom20020-pci.c164 struct com20020_pci_channel_map *cm = &ci->chan_map_tbl[i]; in com20020pci_probe() local
/drivers/crypto/amcc/
Dcrypto4xx_alg.c50 static void set_dynamic_sa_command_1(struct dynamic_sa_ctl *sa, u32 cm, in set_dynamic_sa_command_1()
124 unsigned char cm, in crypto4xx_setkey_aes()
/drivers/net/ethernet/ti/
Dnetcp_xgbepcsr.c430 int lane, int cm, int c1, int c2) in netcp_xgbe_serdes_setup_cm_c1_c2()
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dnv04.c66 u32 cm = ((1ULL << c->bits) - 1) << c->ctxs; in nv04_chan_stop() local
/drivers/usb/atm/
Dcxacru.c608 static int cxacru_cm(struct cxacru_data *instance, enum cxacru_cm_request cm, in cxacru_cm()
708 static int cxacru_cm_get_array(struct cxacru_data *instance, enum cxacru_cm_request cm, in cxacru_cm_get_array()
/drivers/net/can/sja1000/
Dplx_pci.c658 struct plx_pci_channel_map *cm = &ci->chan_map_tbl[i]; in plx_pci_add_card() local
/drivers/phy/freescale/
Dphy-fsl-imx8-mipi-dphy.c110 u32 cm; member
/drivers/infiniband/ulp/ipoib/
Dipoib.h405 struct ipoib_cm_dev_priv cm; member
448 struct ipoib_cm_tx *cm; member
/drivers/input/misc/
Dyealink.c61 #define _SEG(t, a, am, b, bm, c, cm, d, dm, e, em, f, fm, g, gm) \ argument

12