Home
last modified time | relevance | path

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

12345678910>>...45

/linux-6.6.21/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.6.21/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.6.21/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.6.21/drivers/i2c/busses/
Di2c-imx-lpi2c.c120 unsigned int temp; in lpi2c_imx_bus_busy() local
166 unsigned int temp; in lpi2c_imx_start() local
182 unsigned int temp; in lpi2c_imx_stop() local
206 unsigned int temp; in lpi2c_imx_config() local
262 unsigned int temp; in lpi2c_imx_master_enable() local
292 u32 temp; in lpi2c_imx_master_disable() local
344 unsigned int temp, remaining; in lpi2c_imx_set_rx_watermark() local
380 unsigned int temp, data; in lpi2c_imx_read_rxfifo() local
435 unsigned int temp; in lpi2c_imx_read() local
452 unsigned int temp; in lpi2c_imx_xfer() local
[all …]
/linux-6.6.21/drivers/thermal/
Dthermal_hwmon.c56 struct thermal_hwmon_temp *temp in temp_input_show() local
74 struct thermal_hwmon_temp *temp in temp_crit_show() local
122 struct thermal_hwmon_temp *temp; in thermal_hwmon_lookup_temp() local
137 int temp; in thermal_zone_crit_temp_valid() local
144 struct thermal_hwmon_temp *temp; in thermal_add_hwmon_sysfs() local
227 struct thermal_hwmon_temp *temp; in thermal_remove_hwmon_sysfs() local
Dthermal_netlink.h61 static inline int thermal_notify_tz_trip_down(int tz_id, int id, int temp) in thermal_notify_tz_trip_down()
66 static inline int thermal_notify_tz_trip_up(int tz_id, int id, int temp) in thermal_notify_tz_trip_up()
77 int temp, int hyst) in thermal_notify_tz_trip_add()
83 int temp, int hyst) in thermal_notify_tz_trip_change()
109 static inline int thermal_genl_sampling_temp(int id, int temp) in thermal_genl_sampling_temp()
/linux-6.6.21/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_set_trip_temp()
/linux-6.6.21/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.6.21/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.6.21/drivers/thermal/samsung/
Dexynos_tmu.c211 static int temp_to_code(struct exynos_tmu_data *data, u8 temp) in temp_to_code()
264 int ret = 0, temp; in exynos_tmu_initialize() local
351 int trip_id, u8 temp) in exynos4210_tmu_set_trip_temp()
372 int trip, u8 temp, u8 hyst) in exynos4210_tmu_set_trip_hyst()
384 int trip, u8 temp) in exynos4412_tmu_set_trip_temp()
401 int trip, u8 temp, u8 hyst) in exynos4412_tmu_set_trip_hyst()
440 int trip, u8 temp) in exynos5433_tmu_set_trip_temp()
460 int trip, u8 temp, u8 hyst) in exynos5433_tmu_set_trip_hyst()
513 int trip, u8 temp) in exynos7_tmu_set_trip_temp()
528 int trip, u8 temp, u8 hyst) in exynos7_tmu_set_trip_hyst()
[all …]
/linux-6.6.21/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.6.21/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.6.21/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.6.21/drivers/gpu/drm/i915/display/
Dintel_fdi.c287 u32 temp; in cpt_set_fdi_bc_bifurcation() local
340 u32 temp; in intel_fdi_normal_train() local
382 u32 temp, tries; in ilk_fdi_link_train() local
484 u32 temp, i, retry; in gen6_fdi_link_train() local
620 u32 temp, i, j; in ivb_manual_fdi_link_train() local
754 u32 temp, i, rx_ctl_val; in hsw_fdi_link_train() local
897 u32 temp; in ilk_fdi_pll_enable() local
951 u32 temp; in ilk_fdi_disable() local
/linux-6.6.21/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.6.21/arch/arm/kernel/
Dswp_emulate.c35 #define __user_swpX_asm(data, addr, res, temp, B) \ argument
58 #define __user_swp_asm(data, addr, res, temp) \ argument
60 #define __user_swpb_asm(data, addr, res, temp) \ argument
129 unsigned long temp; in emulate_swpX() local
/linux-6.6.21/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.6.21/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
703 u16 temp; in ehci_hub_descriptor() local
743 u32 temp, temp1, status; in ehci_hub_control() local
1211 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.6.21/arch/parisc/lib/
Dbitops.c23 unsigned long temp, flags; in __xchg64() local
36 long temp; in __xchg32() local
49 long temp; in __xchg8() local
/linux-6.6.21/drivers/media/usb/dvb-usb/
Daf9005-fe.c95 u8 temp; in af9005_is_fecmon_available() local
128 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local
228 u8 temp, temp0, temp1, temp2; in af9005_get_pre_vit_err_bit_count() local
431 u8 temp; in af9005_fe_read_status() local
766 u8 temp; in af9005_fe_select_bw() local
788 u8 temp = on; in af9005_fe_power() local
808 u8 temp, temp0 = 0, temp1 = 0, temp2 = 0; in af9005_fe_init() local
1096 u8 temp, temp0, temp1, temp2; in af9005_fe_set_frontend() local
1222 u8 temp; in af9005_fe_get_frontend() local
/linux-6.6.21/drivers/thermal/intel/
Dintel_soc_dts_iosf.c44 int thres_index, int temp) in update_trip_temp()
134 int temp) in configure_trip()
149 int temp) in sys_set_trip_temp()
166 int *temp) in sys_get_curr_temp()
349 int temp; in intel_soc_dts_iosf_init() local

12345678910>>...45