Home
last modified time | relevance | path

Searched refs:phase (Results 51 - 75 of 728) sorted by relevance

12345678910>>...30

/kernel/linux/linux-5.10/drivers/leds/trigger/
H A Dledtrig-heartbeat.c26 unsigned int phase; member
51 switch (heartbeat_data->phase) { in led_heartbeat_function()
64 heartbeat_data->phase++; in led_heartbeat_function()
70 heartbeat_data->phase++; in led_heartbeat_function()
76 heartbeat_data->phase++; in led_heartbeat_function()
83 heartbeat_data->phase = 0; in led_heartbeat_function()
139 heartbeat_data->phase = 0; in heartbeat_trig_activate()
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/
H A Dlt7182s.c35 static int lt7182s_read_word_data(struct i2c_client *client, int page, int phase, int reg) in lt7182s_read_word_data() argument
42 ret = pmbus_read_word_data(client, page, phase, MFR_READ_ITH); in lt7182s_read_word_data()
44 ret = pmbus_read_word_data(client, 0, phase, MFR_READ_EXTVCC); in lt7182s_read_word_data()
47 ret = pmbus_read_word_data(client, page, phase, MFR_IOUT_PEAK); in lt7182s_read_word_data()
50 ret = pmbus_read_word_data(client, page, phase, MFR_VOUT_PEAK); in lt7182s_read_word_data()
53 ret = pmbus_read_word_data(client, page, phase, MFR_VIN_PEAK); in lt7182s_read_word_data()
56 ret = pmbus_read_word_data(client, page, phase, MFR_TEMPERATURE_1_PEAK); in lt7182s_read_word_data()
H A Dltc3815.c73 int phase, int reg) in ltc3815_read_word_data()
79 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
83 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
87 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
91 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
95 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
72 ltc3815_read_word_data(struct i2c_client *client, int page, int phase, int reg) ltc3815_read_word_data() argument
/kernel/linux/linux-6.6/drivers/leds/trigger/
H A Dledtrig-heartbeat.c27 unsigned int phase; member
52 switch (heartbeat_data->phase) { in led_heartbeat_function()
65 heartbeat_data->phase++; in led_heartbeat_function()
71 heartbeat_data->phase++; in led_heartbeat_function()
77 heartbeat_data->phase++; in led_heartbeat_function()
84 heartbeat_data->phase = 0; in led_heartbeat_function()
140 heartbeat_data->phase = 0; in heartbeat_trig_activate()
/third_party/ffmpeg/libavfilter/
H A Daf_chorus.c51 int **phase; member
191 s->phase = av_calloc(outlink->ch_layout.nb_channels, sizeof(*s->phase)); in config_output()
192 if (!s->phase) in config_output()
196 s->phase[n] = av_calloc(s->num_chorus, sizeof(int)); in config_output()
197 if (!s->phase[n]) in config_output()
233 int *phase = s->phase[c]; in filter_frame() local
242 s->lookup_table[n][phase[n]], in filter_frame()
244 phase[ in filter_frame()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H A Defa_com.c142 sq->phase = 1; in efa_com_admin_init_sq()
178 cq->phase = 1; in efa_com_admin_init_cq()
219 aenq->phase = 1; in efa_com_admin_init_aenq()
324 EFA_ADMIN_AQ_COMMON_DESC_PHASE, aq->sq.phase); in __efa_com_submit_admin_cmd()
347 aq->sq.phase = !aq->sq.phase; in __efa_com_submit_admin_cmd()
438 u8 phase; in efa_com_handle_admin_completion() local
444 phase = aq->cq.phase; in efa_com_handle_admin_completion()
450 EFA_ADMIN_ACQ_COMMON_DESC_PHASE_MASK) == phase) { in efa_com_handle_admin_completion()
839 u8 phase; efa_com_aenq_intr_handler() local
1165 u8 phase; efa_com_eq_comp_intr_handler() local
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dclk.h200 TP_PROTO(struct clk_core *core, int phase),
202 TP_ARGS(core, phase),
206 __field( int, phase )
211 __entry->phase = phase;
214 TP_printk("%s %d", __get_str(name), (int)__entry->phase)
219 TP_PROTO(struct clk_core *core, int phase),
221 TP_ARGS(core, phase)
226 TP_PROTO(struct clk_core *core, int phase),
228 TP_ARGS(core, phase)
[all...]
/third_party/skia/src/core/
H A DSkTraceEvent.h53 // char phase,
116 #define INTERNAL_TRACE_EVENT_ADD(phase, category_group, name, flags, ...) \
121 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), name, \
128 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category_group, name, id, \
137 phase, INTERNAL_TRACE_EVENT_UID(category_group_enabled), \
275 char phase, in AddTraceEvent()
281 phase, category_group_enabled, name, id, in AddTraceEvent()
288 char phase, in AddTraceEvent()
300 phase, category_group_enabled, name, id, in AddTraceEvent()
307 char phase, in AddTraceEvent()
274 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, uint64_t id, unsigned char flags) AddTraceEvent() argument
287 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, uint64_t id, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val) AddTraceEvent() argument
306 AddTraceEvent( char phase, const uint8_t* category_group_enabled, const char* name, uint64_t id, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val, const char* arg2_name, const ARG2_TYPE& arg2_val) AddTraceEvent() argument
[all...]
H A DSkATrace.cpp36 SkEventTracer::Handle SkATrace::addTraceEvent(char phase, in addTraceEvent() argument
46 if (TRACE_EVENT_PHASE_COMPLETE == phase || in addTraceEvent()
47 TRACE_EVENT_PHASE_INSTANT == phase) { in addTraceEvent()
51 if (TRACE_EVENT_PHASE_INSTANT == phase) { in addTraceEvent()
/kernel/linux/linux-6.6/drivers/scsi/
H A Daha152x.c82 * - fixed lockup in MESSAGE IN phase after reconnection
125 * - accept unexpected BUSFREE phase as error condition
145 * - fixed STATUS phase (non-GOOD stati were dropped sometimes;
197 * - improved phase detection
326 int phase; member
899 acp->phase |= 1 << 16; in setup_expected_interrupts()
901 if (acp->phase & selecting) { in setup_expected_interrupts()
906 SETPORT(SIMODE0, (acp->phase & spiordy) ? ENSPIORDY : 0); in setup_expected_interrupts()
928 struct completion *complete, int phase) in aha152x_internal_queue()
934 acp->phase in aha152x_internal_queue()
927 aha152x_internal_queue(struct scsi_cmnd *SCpnt, struct completion *complete, int phase) aha152x_internal_queue() argument
2484 const int phase = aha152x_priv(ptr)->phase; show_command() local
2533 const int phase = acp->phase; get_command() local
[all...]
H A Dmesh.c96 u8 phase; member
153 enum mesh_phase phase; /* what we're currently trying to do */ member
222 tlp->phase = (ms->msgphase << 4) + ms->phase; in dlog()
253 t, lp->bs1, lp->bs0, lp->phase); in dumplog()
278 lp->bs1, lp->bs0, lp->phase, lp->tgt); in dumpslog()
322 printk(KERN_DEBUG " phase=%d msgphase=%d conn_tgt=%d data_ptr=%d\n", in mesh_dump_regs()
323 ms->phase, ms->msgphase, ms->conn_tgt, ms->data_ptr); in mesh_dump_regs()
391 ms->phase = idle; in mesh_init()
419 ms->phase in mesh_start_cmd()
1364 int phase; phase_mismatch() local
[all...]
/third_party/alsa-lib/test/
H A Dpcm.c41 double phase = *_phase; in generate_sine() local
77 fval.f = sin(phase); in generate_sine()
80 res = sin(phase) * maxval; in generate_sine()
94 phase += step; in generate_sine()
95 if (phase >= max_phase) in generate_sine()
96 phase -= max_phase; in generate_sine()
98 *_phase = phase; in generate_sine()
258 double phase = 0; in write_loop() local
263 generate_sine(areas, 0, period_size, &phase); in write_loop()
306 double phase in write_and_poll_loop() local
393 double phase; global() member
604 double phase = 0; direct_loop() local
690 double phase = 0; direct_write_loop() local
[all...]
/third_party/skia/gm/
H A Ddashing.cpp31 SkScalar phase = SkIntToScalar(0), in drawline()
40 p.setPathEffect(SkDashPathEffect::Make(intervals, 2, phase)); in drawline()
175 SkScalar phase = vals[0] / 2; variable
176 paint.setPathEffect(SkDashPathEffect::Make(vals, count, phase));
200 SkScalar phase, in drawDashedLines()
215 p.setPathEffect(SkDashPathEffect::Make(intervals, 2, phase)); in drawDashedLines()
237 // 1on/1off 1x1 squares with phase of 0 - points fastpath
243 // 1on/1off 1x1 squares with phase of .5 - rects fastpath (due to partial squares)
249 // 1on/1off 1x1 squares with phase of 1 - points fastpath
255 // 1on/1off 1x1 squares with phase o
198 drawDashedLines(SkCanvas* canvas, SkScalar lineLength, SkScalar phase, SkScalar dashLength, int strokeWidth, bool circles) drawDashedLines() argument
445 int phase = 0; global() variable
[all...]
/kernel/linux/linux-6.6/fs/
H A Dfsopen.c142 fc->phase = FS_CONTEXT_CREATE_PARAMS; in SYSCALL_DEFINE2()
195 fc->phase = FS_CONTEXT_RECONF_PARAMS; in SYSCALL_DEFINE3()
217 if (fc->phase != FS_CONTEXT_CREATE_PARAMS) in vfs_cmd_create()
227 fc->phase = FS_CONTEXT_CREATING; in vfs_cmd_create()
232 fc->phase = FS_CONTEXT_FAILED; in vfs_cmd_create()
240 fc->phase = FS_CONTEXT_FAILED; in vfs_cmd_create()
246 fc->phase = FS_CONTEXT_AWAITING_MOUNT; in vfs_cmd_create()
255 if (fc->phase != FS_CONTEXT_RECONF_PARAMS) in vfs_cmd_reconfigure()
258 fc->phase = FS_CONTEXT_RECONFIGURING; in vfs_cmd_reconfigure()
262 fc->phase in vfs_cmd_reconfigure()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djfdctflt-sse.asm91 movaps xmm4, xmm0 ; transpose coefficients(phase 1)
94 movaps xmm5, xmm2 ; transpose coefficients(phase 1)
109 movaps xmm4, xmm6 ; transpose coefficients(phase 1)
112 movaps xmm2, xmm1 ; transpose coefficients(phase 1)
116 movaps xmm7, xmm6 ; transpose coefficients(phase 2)
119 movaps xmm3, xmm2 ; transpose coefficients(phase 2)
135 movaps xmm7, xmm4 ; transpose coefficients(phase 2)
138 movaps xmm6, xmm1 ; transpose coefficients(phase 2)
226 movaps xmm4, xmm0 ; transpose coefficients(phase 1)
229 movaps xmm5, xmm2 ; transpose coefficients(phase
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dmesh.c96 u8 phase; member
153 enum mesh_phase phase; /* what we're currently trying to do */ member
222 tlp->phase = (ms->msgphase << 4) + ms->phase; in dlog()
253 t, lp->bs1, lp->bs0, lp->phase); in dumplog()
278 lp->bs1, lp->bs0, lp->phase, lp->tgt); in dumpslog()
322 printk(KERN_DEBUG " phase=%d msgphase=%d conn_tgt=%d data_ptr=%d\n", in mesh_dump_regs()
323 ms->phase, ms->msgphase, ms->conn_tgt, ms->data_ptr); in mesh_dump_regs()
400 ms->phase = idle; in mesh_init()
428 ms->phase in mesh_start_cmd()
1370 int phase; phase_mismatch() local
[all...]
H A Daha152x.c82 * - fixed lockup in MESSAGE IN phase after reconnection
125 * - accept unexpected BUSFREE phase as error condition
145 * - fixed STATUS phase (non-GOOD stati were dropped sometimes;
197 * - improved phase detection
878 CURRENT_SC->SCp.phase |= 1 << 16; in setup_expected_interrupts()
880 if(CURRENT_SC->SCp.phase & selecting) { in setup_expected_interrupts()
885 SETPORT(SIMODE0, (CURRENT_SC->SCp.phase & spiordy) ? ENSPIORDY : 0); in setup_expected_interrupts()
908 int phase, void (*done)(struct scsi_cmnd *)) in aha152x_internal_queue()
914 SCpnt->SCp.phase = not_issued | phase; in aha152x_internal_queue()
906 aha152x_internal_queue(struct scsi_cmnd *SCpnt, struct completion *complete, int phase, void (*done)(struct scsi_cmnd *)) aha152x_internal_queue() argument
[all...]
/kernel/linux/linux-5.10/drivers/clk/meson/
H A Dclk-phase.c11 #include "clk-phase.h"
40 struct meson_clk_phase_data *phase = meson_clk_phase_data(clk); in meson_clk_phase_get_phase() local
43 val = meson_parm_read(clk->map, &phase->ph); in meson_clk_phase_get_phase()
45 return meson_clk_degrees_from_val(val, phase->ph.width); in meson_clk_phase_get_phase()
51 struct meson_clk_phase_data *phase = meson_clk_phase_data(clk); in meson_clk_phase_set_phase() local
54 val = meson_clk_degrees_to_val(degrees, phase->ph.width); in meson_clk_phase_set_phase()
55 meson_parm_write(clk->map, &phase->ph, val); in meson_clk_phase_set_phase()
68 * The phase of mst_sclk clock output can be controlled independently
72 * If necessary, we can still control the phase in the tdm block
87 /* Get phase in meson_clk_triphase_sync()
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dltc3815.c73 int phase, int reg) in ltc3815_read_word_data()
79 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
83 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
87 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
91 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
95 ret = pmbus_read_word_data(client, page, phase, in ltc3815_read_word_data()
72 ltc3815_read_word_data(struct i2c_client *client, int page, int phase, int reg) ltc3815_read_word_data() argument
/kernel/linux/linux-6.6/drivers/clk/meson/
H A Dclk-phase.c11 #include "clk-phase.h"
40 struct meson_clk_phase_data *phase = meson_clk_phase_data(clk); in meson_clk_phase_get_phase() local
43 val = meson_parm_read(clk->map, &phase->ph); in meson_clk_phase_get_phase()
45 return meson_clk_degrees_from_val(val, phase->ph.width); in meson_clk_phase_get_phase()
51 struct meson_clk_phase_data *phase = meson_clk_phase_data(clk); in meson_clk_phase_set_phase() local
54 val = meson_clk_degrees_to_val(degrees, phase->ph.width); in meson_clk_phase_set_phase()
55 meson_parm_write(clk->map, &phase->ph, val); in meson_clk_phase_set_phase()
68 * The phase of mst_sclk clock output can be controlled independently
72 * If necessary, we can still control the phase in the tdm block
87 /* Get phase in meson_clk_triphase_sync()
[all...]
/third_party/openssl/test/
H A Dprovider_status_test.c53 const char *phase = NULL, *type = NULL, *desc = NULL; in self_test_events() local
63 phase = (const char *)p->data; in self_test_events()
75 if (strcmp(phase, OSSL_SELF_TEST_PHASE_START) == 0) in self_test_events()
77 else if (strcmp(phase, OSSL_SELF_TEST_PHASE_PASS) == 0 in self_test_events()
78 || strcmp(phase, OSSL_SELF_TEST_PHASE_FAIL) == 0) in self_test_events()
79 BIO_printf(bio_out, "%s\n", phase); in self_test_events()
82 * error is returned during the corrupt phase. in self_test_events()
84 if (corrupt && strcmp(phase, OSSL_SELF_TEST_PHASE_CORRUPT) == 0) in self_test_events()
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dfas216.c198 printk(" type=%p phase=%X\n", in fas216_dumpinfo()
199 info->scsi.type, info->scsi.phase); in fas216_dumpinfo()
275 if (info->scsi.phase < ARRAY_SIZE(phases) && in fas216_drv_phase()
276 phases[info->scsi.phase]) in fas216_drv_phase()
277 return phases[info->scsi.phase]; in fas216_drv_phase()
564 info->scsi.phase = PHASE_MSGOUT_EXPECT; in fas216_handlesync()
605 info->scsi.phase = PHASE_MSGOUT_EXPECT; in fas216_handlesync()
635 SCp->phase -= bytes_transferred; in fas216_updateptrs()
717 total = info->scsi.SCp.phase; in fas216_cleanuptransfer()
735 if (info->scsi.phase in fas216_cleanuptransfer()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dfas216.c201 printk(" type=%p phase=%X\n", in fas216_dumpinfo()
202 info->scsi.type, info->scsi.phase); in fas216_dumpinfo()
278 if (info->scsi.phase < ARRAY_SIZE(phases) && in fas216_drv_phase()
279 phases[info->scsi.phase]) in fas216_drv_phase()
280 return phases[info->scsi.phase]; in fas216_drv_phase()
567 info->scsi.phase = PHASE_MSGOUT_EXPECT; in fas216_handlesync()
608 info->scsi.phase = PHASE_MSGOUT_EXPECT; in fas216_handlesync()
638 SCp->phase -= bytes_transferred; in fas216_updateptrs()
720 total = info->scsi.SCp.phase; in fas216_cleanuptransfer()
738 if (info->scsi.phase in fas216_cleanuptransfer()
[all...]
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dbootgraph.py235 def newAction(self, phase, name, pid, start, end, ret, ulen):
236 # new device callback for a specific phase
239 list = self.dmesg[phase]['list']
279 for phase in self.phases:
280 dc = len(self.dmesg[phase]['list'])
281 sysvals.vprint('%9s mode: %.3f - %.3f (%d initcalls)' % (phase,
282 self.dmesg[phase]['start']*1000,
283 self.dmesg[phase]['end']*1000, dc))
293 phase = 'kernel'
357 data.newAction(phase,
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dbootgraph.py237 def newAction(self, phase, name, pid, start, end, ret, ulen):
238 # new device callback for a specific phase
241 list = self.dmesg[phase]['list']
281 for phase in self.phases:
282 dc = len(self.dmesg[phase]['list'])
283 sysvals.vprint('%9s mode: %.3f - %.3f (%d initcalls)' % (phase,
284 self.dmesg[phase]['start']*1000,
285 self.dmesg[phase]['end']*1000, dc))
295 phase = 'kernel'
359 data.newAction(phase,
[all...]

Completed in 19 milliseconds

12345678910>>...30