/Linux-v5.4/drivers/input/ |
D | input-mt.c | 41 struct input_mt *mt = dev->mt; in input_mt_init_slots() local 137 struct input_mt *mt = dev->mt; in input_mt_report_slot_state() local 197 struct input_mt *mt = dev->mt; in input_mt_report_pointer_emulation() local 258 static void __input_mt_drop_unused(struct input_dev *dev, struct input_mt *mt) in __input_mt_drop_unused() 278 struct input_mt *mt = dev->mt; in input_mt_drop_unused() local 297 struct input_mt *mt = dev->mt; in input_mt_sync_frame() local 360 static int input_mt_set_matrix(struct input_mt *mt, in input_mt_set_matrix() 383 static void input_mt_set_slots(struct input_mt *mt, in input_mt_set_slots() 441 struct input_mt *mt = dev->mt; in input_mt_assign_slots() local 474 struct input_mt *mt = dev->mt; in input_mt_get_slot_by_key() local
|
/Linux-v5.4/arch/mips/kernel/ |
D | cps-vec.S | 235 .set mt define 393 .set mt define 424 .set mt define
|
/Linux-v5.4/drivers/thermal/ |
D | mtk_thermal.c | 231 struct mtk_thermal *mt; member 528 static int raw_to_mcelsius(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius() 552 struct mtk_thermal *mt = bank->mt; in mtk_thermal_get_bank() local 573 struct mtk_thermal *mt = bank->mt; in mtk_thermal_put_bank() local 588 struct mtk_thermal *mt = bank->mt; in mtk_thermal_bank_temperature() local 618 struct mtk_thermal *mt = data; in mtk_read_temp() local 641 static void mtk_thermal_init_bank(struct mtk_thermal *mt, int num, in mtk_thermal_init_bank() 762 struct mtk_thermal *mt) in mtk_thermal_get_calibration_data() 869 struct mtk_thermal *mt; in mtk_thermal_probe() local 973 struct mtk_thermal *mt = platform_get_drvdata(pdev); in mtk_thermal_remove() local
|
/Linux-v5.4/include/linux/input/ |
D | mt.h | 70 static inline bool input_mt_is_used(const struct input_mt *mt, in input_mt_is_used() 80 static inline int input_mt_new_trkid(struct input_mt *mt) in input_mt_new_trkid()
|
/Linux-v5.4/drivers/video/fbdev/matrox/ |
D | matroxfb_g450.c | 238 struct my_timming *mt, const struct output_desc *outd) in computeRegs() 521 static int matroxfb_g450_compute(void* md, struct my_timming* mt) { in matroxfb_g450_compute() 578 static int g450_dvi_compute(void* md, struct my_timming* mt) { in g450_dvi_compute()
|
D | matroxfb_crtc2.c | 65 struct my_timming* mt, in matroxfb_dh_restore() 344 struct my_timming mt; in matroxfb_dh_set_par() local
|
D | matroxfb_maven.c | 756 struct my_timming* mt, in maven_compute_timming() 1148 static int maven_out_compute(void* md, struct my_timming* mt) { in maven_out_compute()
|
D | matroxfb_misc.c | 107 void matroxfb_var2my(struct fb_var_screeninfo* var, struct my_timming* mt) { in matroxfb_var2my()
|
/Linux-v5.4/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 74 int i, mt = MT_NONE; in radeon_parse_montype_prop() local 145 int mt = radeon_parse_montype_prop(dp, out_EDID, 0); in radeon_probe_OF_head() local
|
/Linux-v5.4/arch/arm/mm/ |
D | mm.h | 70 #define VM_ARM_MTYPE(mt) ((mt) << 20) argument
|
/Linux-v5.4/drivers/slimbus/ |
D | qcom-ctrl.c | 64 #define SLIM_MSG_ASM_FIRST_WORD(l, mt, mc, dt, ad) \ argument 212 u8 mc, mt, len; in qcom_slim_handle_rx_irq() local 442 u8 mc, mt; in qcom_slim_rxwq() local
|
D | slimbus.h | 129 u8 mt; member 436 static inline bool slim_tid_txn(u8 mt, u8 mc) in slim_tid_txn() 445 static inline bool slim_ec_txn(u8 mt, u8 mc) in slim_ec_txn()
|
D | qcom-ngd-ctrl.c | 91 #define SLIM_MSG_ASM_FIRST_WORD(l, mt, mc, dt, ad) \ argument 594 u8 mc, mt, len; in qcom_slim_ngd_rx() local
|
/Linux-v5.4/arch/arm64/mm/ |
D | proc.S | 45 #define MAIR(attr, mt) ((attr) << ((mt) * 8)) argument
|
/Linux-v5.4/mm/ |
D | page_isolation.c | 74 int mt = get_pageblock_migratetype(page); in set_migratetype_isolate() local
|
D | page_owner.c | 410 int mt; in __dump_page_owner() local
|
/Linux-v5.4/arch/arm/include/asm/ |
D | mpu.h | 70 #define PMSAv8_MAIR(attr, mt) ((attr) << ((mt) * 8)) argument
|
/Linux-v5.4/net/ipv4/ |
D | ipconfig.c | 655 u8 mt = ((ic_servaddr == NONE) in ic_dhcp_init_options() local 1051 int mt = 0; in ic_bootp_recv() local
|
/Linux-v5.4/drivers/isdn/mISDN/ |
D | tei.c | 761 tei_ph_data_ind(struct teimgr *tm, u_int mt, u_char *dp, int len) in tei_ph_data_ind() 882 u_char mt; in ph_data_ind() local
|
/Linux-v5.4/drivers/input/mouse/ |
D | elantech.h | 181 struct finger_pos mt[ETP_MAX_FINGERS]; member
|
D | alps.h | 239 struct input_mt_pos mt[MAX_TOUCHES]; member
|
D | alps.c | 969 static void alps_get_finger_coordinate_v7(struct input_mt_pos *mt, in alps_get_finger_coordinate_v7() 1014 static int alps_get_mt_count(struct input_mt_pos *mt) in alps_get_mt_count()
|
/Linux-v5.4/drivers/edac/ |
D | synopsys_edac.c | 728 enum mem_type mt; in zynq_get_mtype() local 752 enum mem_type mt; in zynqmp_get_mtype() local
|
/Linux-v5.4/drivers/hid/ |
D | hid-multitouch.c | 970 struct input_mt *mt = input->mt; in mt_process_slot() local 1637 struct input_mt *mt = input_dev->mt; in mt_release_contacts() local
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_fid.c | 443 enum mlxsw_reg_svfa_mt mt = MLXSW_REG_SVFA_MT_VID_TO_FID; in mlxsw_sp_fid_vid_map() local 453 enum mlxsw_reg_svfa_mt mt = MLXSW_REG_SVFA_MT_PORT_VID_TO_FID; in __mlxsw_sp_fid_port_vid_map() local
|