/linux/drivers/dma/qcom/ |
A D | hidma_ll.c | 157 tre->data = data; in hidma_ll_request() 158 tre->idx = i; in hidma_ll_request() 159 tre->status = 0; in hidma_ll_request() 160 tre->queued = 0; in hidma_ll_request() 161 tre->err_code = 0; in hidma_ll_request() 162 tre->err_info = 0; in hidma_ll_request() 184 tre->callback(tre->data); in hidma_ll_tre_complete() 199 if (!tre) { in hidma_post_completed() 223 tre->queued = 0; in hidma_post_completed() 534 lldev->pending_tre_list[tre->tre_index] = tre; in hidma_ll_queue_request() [all …]
|
A D | hidma_dbg.c | 18 struct hidma_tre *tre; in hidma_ll_chstats() local 28 tre = &lldev->trepool[tre_ch]; in hidma_ll_chstats() 31 seq_printf(s, "queued = 0x%x\n", tre->queued); in hidma_ll_chstats() 32 seq_printf(s, "err_info = 0x%x\n", tre->err_info); in hidma_ll_chstats() 34 seq_printf(s, "status = 0x%x\n", tre->status); in hidma_ll_chstats() 35 seq_printf(s, "idx = 0x%x\n", tre->idx); in hidma_ll_chstats() 36 seq_printf(s, "dma_sig = 0x%x\n", tre->dma_sig); in hidma_ll_chstats() 37 seq_printf(s, "dev_name=%s\n", tre->dev_name); in hidma_ll_chstats() 38 seq_printf(s, "callback=%p\n", tre->callback); in hidma_ll_chstats() 39 seq_printf(s, "data=%p\n", tre->data); in hidma_ll_chstats() [all …]
|
A D | gpi.c | 963 gpi_tre = tre; in gpi_process_imed_data_event() 980 ch_ring->rp = tre; in gpi_process_imed_data_event() 1649 tre = &desc->tre[tre_idx]; in gpi_create_i2c_tre() 1668 tre = &desc->tre[tre_idx]; in gpi_create_i2c_tre() 1692 tre = &desc->tre[tre_idx]; in gpi_create_i2c_tre() 1707 desc->tre[i].dword[1], desc->tre[i].dword[2], desc->tre[i].dword[3]); in gpi_create_i2c_tre() 1724 tre = &desc->tre[tre_idx]; in gpi_create_spi_tre() 1745 tre = &desc->tre[tre_idx]; in gpi_create_spi_tre() 1764 tre = &desc->tre[tre_idx]; in gpi_create_spi_tre() 1779 desc->tre[i].dword[1], desc->tre[i].dword[2], desc->tre[i].dword[3]); in gpi_create_spi_tre() [all …]
|
/linux/drivers/bus/mhi/core/ |
A D | internal.h | 300 #define MHI_TRE_GET_CMD_CHID(tre) (((tre)->dword[1] >> 24) & 0xFF) argument 307 #define MHI_TRE_GET_EV_PTR(tre) ((tre)->ptr) argument 308 #define MHI_TRE_GET_EV_CODE(tre) (((tre)->dword[0] >> 24) & 0xFF) argument 309 #define MHI_TRE_GET_EV_LEN(tre) ((tre)->dword[0] & 0xFFFF) argument 310 #define MHI_TRE_GET_EV_CHID(tre) (((tre)->dword[1] >> 24) & 0xFF) argument 311 #define MHI_TRE_GET_EV_TYPE(tre) (((tre)->dword[1] >> 16) & 0xFF) argument 314 #define MHI_TRE_GET_EV_SEQ(tre) ((tre)->dword[0]) argument 315 #define MHI_TRE_GET_EV_TIME(tre) ((tre)->ptr) argument 316 #define MHI_TRE_GET_EV_COOKIE(tre) lower_32_bits((tre)->ptr) argument 317 #define MHI_TRE_GET_EV_VEID(tre) (((tre)->dword[0] >> 16) & 0xFF) argument [all …]
|
A D | main.c | 758 struct mhi_tre *tre) in mhi_process_cmd_completion() argument 760 dma_addr_t ptr = MHI_TRE_GET_EV_PTR(tre); in mhi_process_cmd_completion() 781 mhi_chan->ccs = MHI_TRE_GET_EV_CODE(tre); in mhi_process_cmd_completion()
|
/linux/drivers/net/ipa/ |
A D | gsi_trans.c | 518 struct gsi_tre tre; in gsi_trans_tre_fill() local 520 tre.addr = cpu_to_le64(addr); in gsi_trans_tre_fill() 521 tre.len_opcode = gsi_tre_len_opcode(opcode, len); in gsi_trans_tre_fill() 522 tre.reserved = 0; in gsi_trans_tre_fill() 523 tre.flags = gsi_tre_flags(last_tre, bei, opcode); in gsi_trans_tre_fill() 528 *dest_tre = tre; in gsi_trans_tre_fill()
|
/linux/tools/power/cpupower/po/ |
A D | fr.po | 335 msgstr " tactique actuelle : la fréquence doit être comprise entre " 398 " le matériel (doit être root) *\n" 520 "On ne peut indiquer plus d'un paramètre --cpu, tout comme l'on ne peut\n" 532 msgstr "analyse du CPU %d impossible puisqu'il ne semble pas être présent\n" 606 "2. l'argument -f FREQ (ou --freq FREQ) ne peut être utilisé qu'avec --cpu ;\n" 932 "On ne peut indiquer plus d'un paramètre --cpu, tout comme l'on ne peut\n"
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cudbg_entity.h | 152 u32 tre; member
|
A D | cxgb4_debugfs.c | 909 unsigned int tre = TIMERRESOLUTION_G(res); in clk_show() local 911 unsigned long long tp_tick_us = (cclk_ps << tre) / 1000000; /* in us */ in clk_show() 916 unit_conv(buf, sizeof(buf), (cclk_ps << tre), 1000000)); in clk_show()
|
A D | cudbg_lib.c | 1980 clk_info_buff->tre = TIMERRESOLUTION_G(clk_info_buff->res); in cudbg_collect_clk_info() 1982 tp_tick_us = (clk_info_buff->cclk_ps << clk_info_buff->tre) / 1000000; in cudbg_collect_clk_info()
|
A D | cxgb4.h | 349 unsigned int tre; /* log2 of core clocks per TP tick */ member
|
A D | t4_hw.c | 9414 adap->params.tp.tre = TIMERRESOLUTION_G(v); in t4_init_tp_params()
|
/linux/Documentation/translations/it_IT/process/ |
A D | stable-api-nonsense.rst | 121 tre ristrutturazioni nel corso della sua vita. Queste ristrutturazioni furono
|
A D | 2.Process.rst | 22 ogni due o tre mesi viene effettuata un rilascio importante del kernel. 274 i due o tre collegamenti. Questo processo è conosciuto come
|
A D | email-clients.rst | 145 aggiungete il delimitatore di patch: tre trattini (``---``).
|
A D | submitting-patches.rst | 215 Il verificatore ha tre diversi livelli di severità: 649 quando, in due o tre mesi, riguarderanno centinaia di patch usando strumenti
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | t3_hw.c | 2673 unsigned int tre = fls(core_clk / (1000000 / TP_TMR_RES)) - 1; in tp_set_timers() local 2676 unsigned int tps = core_clk >> tre; in tp_set_timers() 2678 t3_write_reg(adap, A_TP_TIMER_RESOLUTION, V_TIMERRESOLUTION(tre) | in tp_set_timers()
|
/linux/Documentation/translations/it_IT/kernel-hacking/ |
A D | locking.rst | 820 al nome di cambiare abbiamo tre possibilità: 1045 Ci sono tre cose importanti da tenere in considerazione quando si valuta
|
A D | hacking.rst | 654 Un tempo negli header del kernel c'erano tre gruppi di funzioni per
|
/linux/arch/s390/tools/ |
A D | opcodes.txt | 282 b2a5 tre RRE_RR
|
/linux/ |
A D | CREDITS | 1439 S: F - 94270 Le Kremlin-Bicêtre
|