Home
last modified time | relevance | path

Searched defs:temp (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/linux-6.1.9/drivers/char/agp/ !
Dali-agp.c24 u32 temp; in ali_fetch_size() local
45 u32 temp; in ali_tlbflush() local
56 u32 temp; in ali_cleanup() local
72 u32 temp; in ali_configure() local
129 u32 temp; in m1541_cache_flush() local
147 u32 temp; in m1541_alloc_page() local
172 u32 temp; in m1541_destroy_page() local
Dintel-agp.c20 u16 temp; in intel_fetch_size() local
37 static int __intel_8xx_fetch_size(u8 temp) in __intel_8xx_fetch_size()
57 u8 temp; in intel_8xx_fetch_size() local
65 u8 temp; in intel_815_fetch_size() local
84 u32 temp; in intel_8xx_tlbflush() local
94 u16 temp; in intel_cleanup() local
106 u16 temp; in intel_8xx_cleanup() local
193 u8 temp; in intel_820_cleanup() local
Dvia-agp.c27 u8 temp; in via_fetch_size() local
82 u32 temp; in via_tlbflush() local
109 u16 temp; in via_fetch_size_agp3() local
130 u32 temp; in via_configure_agp3() local
162 u32 temp; in via_tlbflush_agp3() local
Di460-agp.c107 u8 temp; in i460_fetch_size() local
181 u8 temp; in i460_write_agpsiz() local
204 } temp; in i460_configure() local
245 void *temp; in i460_create_gatt_table() local
274 void *temp; in i460_free_gatt_table() local
298 void *temp; in i460_insert_memory_small_io_page() local
405 void *temp; in i460_insert_memory_large_io_page() local
466 void *temp; in i460_remove_memory_large_io_page() local
/linux-6.1.9/fs/jffs2/ !
Dsummary.c118 struct jffs2_sum_inode_mem *temp = kmalloc(sizeof(struct jffs2_sum_inode_mem), GFP_KERNEL); in jffs2_sum_add_inode_mem() local
136 struct jffs2_sum_dirent_mem *temp = in jffs2_sum_add_dirent_mem() local
160 struct jffs2_sum_xattr_mem *temp; in jffs2_sum_add_xattr_mem() local
178 struct jffs2_sum_xref_mem *temp; in jffs2_sum_add_xref_mem() local
195 union jffs2_sum_mem *temp; in jffs2_sum_clean_collected() local
265 struct jffs2_sum_inode_mem *temp = in jffs2_sum_add_kvec() local
282 struct jffs2_sum_dirent_mem *temp = in jffs2_sum_add_kvec() local
316 struct jffs2_sum_xattr_mem *temp; in jffs2_sum_add_kvec() local
331 struct jffs2_sum_xref_mem *temp; in jffs2_sum_add_kvec() local
678 union jffs2_sum_mem *temp; in jffs2_sum_write_data() local
/linux-6.1.9/drivers/video/fbdev/sis/ !
Dinit301.c613 unsigned short modeflag,index,temp,backupindex; in SiS_GetRatePtr() local
730 unsigned short temp,temp1; in SiS_CR36BIOSWord23b() local
746 unsigned short temp,temp1; in SiS_CR36BIOSWord23d() local
973 unsigned short tempal,temp,i,j; in SiS_VBWait() local
1238 unsigned short temp; in SiS_SetChrontelGPIO() local
1261 unsigned short tempax, tempbx, temp; in SiS_GetVBInfo() local
1489 unsigned char temp; in SiS_SetYPbPr() local
1532 unsigned short temp, temp1, resinfo = 0, romindex = 0; in SiS_SetTVMode() local
1731 unsigned short temp = SiS_Pr->SiS_LCDResInfo; in SiS_GetBIOSLCDResInfo() local
1746 unsigned short temp; in SiS_GetLCDInfoBIOS() local
[all …]
/linux-6.1.9/drivers/i2c/busses/ !
Di2c-imx-lpi2c.c121 unsigned int temp; in lpi2c_imx_bus_busy() local
167 unsigned int temp; in lpi2c_imx_start() local
183 unsigned int temp; in lpi2c_imx_stop() local
207 unsigned int temp; in lpi2c_imx_config() local
260 unsigned int temp; in lpi2c_imx_master_enable() local
290 u32 temp; in lpi2c_imx_master_disable() local
342 unsigned int temp, remaining; in lpi2c_imx_set_rx_watermark() local
378 unsigned int temp, data; in lpi2c_imx_read_rxfifo() local
433 unsigned int temp; in lpi2c_imx_read() local
450 unsigned int temp; in lpi2c_imx_xfer() local
[all …]
/linux-6.1.9/drivers/thermal/ !
Dthermal_hwmon.c55 struct thermal_hwmon_temp *temp in temp_input_show() local
73 struct thermal_hwmon_temp *temp in temp_crit_show() local
113 struct thermal_hwmon_temp *temp; in thermal_hwmon_lookup_temp() local
128 int temp; in thermal_zone_crit_temp_valid() local
135 struct thermal_hwmon_temp *temp; in thermal_add_hwmon_sysfs() local
218 struct thermal_hwmon_temp *temp; in thermal_remove_hwmon_sysfs() local
Dthermal_netlink.h60 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp) in thermal_notify_tz_trip_down()
65 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp) in thermal_notify_tz_trip_up()
76 int temp, int hyst) in thermal_notify_tz_trip_add()
82 int temp, int hyst) in thermal_notify_tz_trip_change()
108 static inline int thermal_genl_sampling_temp(int id, int temp) in thermal_genl_sampling_temp()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/ !
Dtt.c47 static void iwl_mvm_tt_temp_changed(struct iwl_mvm *mvm, u32 temp) in iwl_mvm_tt_temp_changed()
65 int temp; in iwl_mvm_temp_notif_parse() local
93 int *temp = data; in iwl_mvm_temp_notif_wait() local
110 int temp; in iwl_mvm_temp_notif() local
176 static int iwl_mvm_send_temp_cmd(struct iwl_mvm *mvm, bool response, s32 *temp) in iwl_mvm_send_temp_cmd()
235 int iwl_mvm_get_temp(struct iwl_mvm *mvm, s32 *temp) in iwl_mvm_get_temp()
279 s32 temp; in check_exit_ctkill() local
620 int temp; in iwl_mvm_tzone_get_temp() local
642 int trip, int *temp) in iwl_mvm_tzone_get_trip_temp()
666 int trip, int temp) in iwl_mvm_tzone_set_trip_temp()
/linux-6.1.9/drivers/gpu/drm/i915/display/ !
Dintel_fdi.c284 u32 temp; in cpt_set_fdi_bc_bifurcation() local
337 u32 temp; in intel_fdi_normal_train() local
380 u32 temp, tries; in ilk_fdi_link_train() local
490 u32 temp, i, retry; in gen6_fdi_link_train() local
634 u32 temp, i, j; in ivb_manual_fdi_link_train() local
774 u32 temp, i, rx_ctl_val; in hsw_fdi_link_train() local
940 u32 temp; in ilk_fdi_pll_enable() local
977 u32 temp; in ilk_fdi_pll_disable() local
1006 u32 temp; in ilk_fdi_disable() local
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/ !
Dint340x_thermal_zone.c15 int *temp) in int340x_thermal_get_zone_temp()
44 int trip, int *temp) in int340x_thermal_get_trip_temp()
117 int trip, int temp) in int340x_thermal_set_trip_temp()
139 int trip, int *temp) in int340x_thermal_get_trip_hyst()
172 int *temp) in int340x_thermal_get_trip_config()
/linux-6.1.9/arch/arc/include/asm/ !
Dirqflags-compact.h67 unsigned long temp, flags; in arch_local_irq_save() local
102 unsigned long temp; in arch_local_irq_enable() local
119 unsigned long temp; in arch_local_irq_disable() local
135 unsigned long temp; in arch_local_save_flags() local
/linux-6.1.9/drivers/thermal/intel/ !
Dintel_quark_dts_thermal.c175 static int _get_trip_temp(int trip, int *temp) in _get_trip_temp()
201 int trip, int *temp) in sys_get_trip_temp()
206 static inline int sys_get_crit_temp(struct thermal_zone_device *tzd, int *temp) in sys_get_crit_temp()
212 int trip, int temp) in update_trip_temp()
260 int temp) in sys_set_trip_temp()
277 int *temp) in sys_get_curr_temp()
/linux-6.1.9/arch/alpha/include/asm/ !
Dbitops.h31 unsigned long temp; in set_bit() local
60 unsigned long temp; in clear_bit() local
103 unsigned long temp; in change_bit() local
133 unsigned long temp; in test_and_set_bit() local
163 unsigned long temp; in test_and_set_bit_lock() local
204 unsigned long temp; in test_and_clear_bit() local
248 unsigned long temp; in test_and_change_bit() local
/linux-6.1.9/drivers/thermal/samsung/ !
Dexynos_tmu.c212 static int temp_to_code(struct exynos_tmu_data *data, u8 temp) in temp_to_code()
266 int ret = 0, temp, hyst; in exynos_tmu_initialize() local
363 int trip, u8 temp) in exynos4210_tmu_set_trip_temp()
382 int trip, u8 temp, u8 hyst) in exynos4210_tmu_set_trip_hyst()
394 int trip, u8 temp) in exynos4412_tmu_set_trip_temp()
411 int trip, u8 temp, u8 hyst) in exynos4412_tmu_set_trip_hyst()
450 int trip, u8 temp) in exynos5433_tmu_set_trip_temp()
470 int trip, u8 temp, u8 hyst) in exynos5433_tmu_set_trip_hyst()
523 int trip, u8 temp) in exynos7_tmu_set_trip_temp()
538 int trip, u8 temp, u8 hyst) in exynos7_tmu_set_trip_hyst()
[all …]
/linux-6.1.9/drivers/scsi/cxlflash/ !
Dlunmgt.c86 struct llun_info *lli, *temp; in lookup_local() local
103 struct glun_info *gli, *temp; in lookup_global() local
180 struct llun_info *lli, *temp; in cxlflash_term_local_luns() local
205 struct glun_info *gli, *temp; in cxlflash_term_global_luns() local
/linux-6.1.9/arch/arm64/crypto/ !
Daes-neon.S44 .macro prepare, sbox, shiftrows, temp
56 .macro enc_prepare, ignore0, ignore1, temp
60 .macro enc_switch_key, ignore0, ignore1, temp
65 .macro dec_prepare, ignore0, ignore1, temp
/linux-6.1.9/drivers/scsi/aic7xxx/ !
Daic7xxx_93cx6.c107 uint8_t temp; in send_seeprom_cmd() local
133 uint8_t temp; in reset_seeprom() local
155 uint8_t temp; in ahc_read_seeprom() local
226 uint8_t temp; in ahc_write_seeprom() local
/linux-6.1.9/arch/hexagon/include/asm/ !
Dspinlock.h60 int temp; in arch_read_trylock() local
93 int temp; in arch_write_trylock() local
138 int temp; in arch_spin_trylock() local
/linux-6.1.9/arch/arm/kernel/ !
Dswp_emulate.c35 #define __user_swpX_asm(data, addr, res, temp, B) \ argument
57 #define __user_swp_asm(data, addr, res, temp) \ argument
59 #define __user_swpb_asm(data, addr, res, temp) \ argument
128 unsigned long temp; in emulate_swpX() local
/linux-6.1.9/drivers/usb/gadget/udc/bdc/ !
Dbdc_core.c52 u32 temp; in bdc_stop() local
75 u32 temp; in bdc_reset() local
98 u32 temp; in bdc_run() local
218 u32 temp; in bdc_mem_init() local
489 u32 temp; in bdc_probe() local
/linux-6.1.9/drivers/usb/host/ !
Dehci-hub.c150 u32 temp; in ehci_adjust_port_wakeup_flags() local
379 u32 temp; in ehci_bus_resume() local
621 u32 temp, status; in ehci_hub_status_data() local
702 u16 temp; in ehci_hub_descriptor() local
742 u32 temp, temp1, status; in ehci_hub_control() local
1203 u32 temp = ehci_readl(ehci, status_reg) & ~PORT_RWC_BITS; in ehci_port_power() local
Dohci-hub.c105 unsigned temp; in ohci_rh_suspend() local
157 u32 temp, enables; in ohci_rh_resume() local
543 u16 temp; in ohci_hub_descriptor() local
623 u32 temp = 0; in root_port_reset() local
686 u32 temp; in ohci_hub_control() local
/linux-6.1.9/arch/parisc/lib/ !
Dbitops.c23 unsigned long temp, flags; in __xchg64() local
36 long temp; in __xchg32() local
49 long temp; in __xchg8() local

12345678910>>...45