/kernel/linux/linux-5.10/kernel/power/ |
H A D | autosleep.c | 90 int pm_autosleep_set_state(suspend_state_t state) in pm_autosleep_set_state() argument 94 if (state >= PM_SUSPEND_MAX) in pm_autosleep_set_state() 102 autosleep_state = state; in pm_autosleep_set_state() 106 if (state > PM_SUSPEND_ON) { in pm_autosleep_set_state()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu.h | 79 int a6xx_gmu_set_oob(struct a6xx_gmu *gmu, enum a6xx_gmu_oob_state state); 80 void a6xx_gmu_clear_oob(struct a6xx_gmu *gmu, enum a6xx_gmu_oob_state state); 88 void a6xx_show(struct msm_gpu *gpu, struct msm_gpu_state *state, 92 int a6xx_gpu_state_put(struct msm_gpu_state *state);
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-tuner.h | 39 int (*read_reg)(struct mxl111sf_state *state, u8 addr, u8 *data); 40 int (*write_reg)(struct mxl111sf_state *state, u8 addr, u8 data); 41 int (*program_regs)(struct mxl111sf_state *state, 43 int (*top_master_ctrl)(struct mxl111sf_state *state, int onoff);
|
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-tuner.h | 39 int (*read_reg)(struct mxl111sf_state *state, u8 addr, u8 *data); 40 int (*write_reg)(struct mxl111sf_state *state, u8 addr, u8 data); 41 int (*program_regs)(struct mxl111sf_state *state, 43 int (*top_master_ctrl)(struct mxl111sf_state *state, int onoff);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | link_enc_cfg.h | 40 struct dc_state *state); 43 * Copies a link encoder assignment from another state. 59 struct dc_state *state, 70 struct dc_state *state, 107 /* Return DIG link encoder used by stream in current/previous state. NULL if unused. */ 115 /* Returns true if encoder assignments in supplied state pass validity checks. */ 116 bool link_enc_cfg_validate(struct dc *dc, struct dc_state *state);
|
/kernel/linux/linux-6.6/kernel/power/ |
H A D | autosleep.c | 90 int pm_autosleep_set_state(suspend_state_t state) in pm_autosleep_set_state() argument 94 if (state >= PM_SUSPEND_MAX) in pm_autosleep_set_state() 102 autosleep_state = state; in pm_autosleep_set_state() 106 if (state > PM_SUSPEND_ON) { in pm_autosleep_set_state()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | primitive.c | 42 enum sctp_state state; \ 47 state = asoc ? asoc->state : SCTP_STATE_CLOSED; \ 50 error = sctp_do_sm(net, event_type, subtype, state, ep, asoc, \
|
/third_party/elfutils/libelf/ |
H A D | elf_nextscn.c | 57 || (offsetof (Elf, state.elf32.scns) in elf_nextscn() 58 == offsetof (Elf, state.elf64.scns))) in elf_nextscn() 59 list = &elf->state.elf32.scns; in elf_nextscn() 61 list = &elf->state.elf64.scns; in elf_nextscn()
|
/third_party/ffmpeg/libavformat/ |
H A D | ncdec.c | 68 uint32_t state=-1; in nc_read_packet() local 69 while (state != NC_VIDEO_FLAG) { in nc_read_packet() 72 state = (state<<8) + avio_r8(s->pb); in nc_read_packet()
|
/third_party/ffmpeg/tools/ |
H A D | trasher.c | 27 static uint32_t state; variable 30 return state = state * 1664525 + 1013904223; in ran() 59 state = atoi(argv[4]); in main()
|
/third_party/benchmark/test/ |
H A D | fixture_test.cc | 11 void SetUp(const ::benchmark::State& state) override { 12 if (state.thread_index() == 0) { 18 void TearDown(const ::benchmark::State& state) override { 19 if (state.thread_index() == 0) {
|
/third_party/libwebsockets/lib/secure-streams/system/captive-portal-detect/ |
H A D | captive-portal-detect.c | 32 /* ... application specific state ... */ 38 ss_cpd_state(void *userobj, void *sh, lws_ss_constate_t state, in ss_cpd_state() argument 44 lwsl_ss_info(m->ss, "%s, ord 0x%x\n", lws_ss_state_name((int)state), in ss_cpd_state() 47 switch (state) { in ss_cpd_state() 78 .state = ss_cpd_state,
|
/third_party/ltp/lib/ |
H A D | tst_process_state.c | 16 const char state, unsigned int msec_timeout) in tst_process_state_wait() 27 if (state == cur_state) in tst_process_state_wait() 42 int tst_process_state_wait2(pid_t pid, const char state) in tst_process_state_wait2() argument 65 if (state == cur_state) in tst_process_state_wait2() 14 tst_process_state_wait(const char *file, const int lineno, void (*cleanup_fn)(void), pid_t pid, const char state, unsigned int msec_timeout) tst_process_state_wait() argument
|
/third_party/node/test/parallel/ |
H A D | test-async-hooks-execution-async-resource-await.js | 23 executionAsyncResource()[sym] = { state: req.url }; 25 const { state } = executionAsyncResource()[sym]; 27 res.end(JSON.stringify({ state })); 44 assert.deepStrictEqual(JSON.parse(body), { state: `/${n}` });
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-server/ |
H A D | ss-client.c | 17 /* ... application specific state ... */ 55 myss_state(void *userobj, void *sh, lws_ss_constate_t state, in myss_state() argument 61 lws_ss_state_name((int)state), (unsigned int)ack); in myss_state() 63 switch (state) { in myss_state() 84 .state = myss_state,
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
H A D | ir.py | 36 self.env = self.state.document.settings.env 38 source = self.state.document 53 self.state.nested_parse(content, self.content_offset, node) 56 self.state.nested_parse(text[1:], self.content_offset, defnode)
|
/third_party/lz4/ossfuzz/ |
H A D | compress_hc_fuzzer.c | 46 void* state = malloc(LZ4_sizeofStateHC()); in LLVMFuzzerTestOneInput() local 47 FUZZ_ASSERT(state); in LLVMFuzzerTestOneInput() 49 int const dstSize = LZ4_compress_HC_destSize(state, (const char*)data, in LLVMFuzzerTestOneInput() 56 free(state); in LLVMFuzzerTestOneInput()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.h | 25 : state(OTHER), in TickSample() 36 * \param state Execution state. 41 * register state rather than the one provided 42 * with |state| argument. Otherwise the method 43 * will use provided register |state| as is. 45 void Init(Isolate* isolate, const v8::RegisterState& state, 52 * \param state Register state. 59 * the current VM state 85 StateTag state; // The state of the VM. global() member [all...] |
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_cache.c | 57 struct translate *state = (struct translate*)cso_hash_iter_data(iter); in delete_translates() local 59 if (state) { in delete_translates() 60 state->release(state); in delete_translates()
|
/third_party/python/Doc/includes/ |
H A D | sublist.c | 6 int state; member 12 self->state++; in SubList_increment() 13 return PyLong_FromLong(self->state); in SubList_increment() 18 PyDoc_STR("increment state counter")}, 27 self->state = 0; in SubList_init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | DebugAnnotator11.cpp | 30 std::mbstate_t state = std::mbstate_t(); in beginEvent() local 31 std::mbsrtowcs(mWCharMessage, &eventMessage, kMaxMessageLength, &state); in beginEvent() 52 std::mbstate_t state = std::mbstate_t(); in setMarker() local 53 std::mbsrtowcs(mWCharMessage, &markerName, kMaxMessageLength, &state); in setMarker()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | connection_https.c | 51 if (connection->state == MHD_TLS_CONNECTION_INIT) in run_tls_handshake() 56 /* set connection state to enable HTTP processing */ in run_tls_handshake() 57 connection->state = MHD_CONNECTION_INIT; in run_tls_handshake() 138 "%s: state: %s\n", in MHD_tls_connection_handle_idle() 140 MHD_state_to_string (connection->state)); in MHD_tls_connection_handle_idle() 146 switch (connection->state) in MHD_tls_connection_handle_idle()
|
/third_party/skia/third_party/externals/freetype/src/lzw/ |
H A D | ftzopen.h | 61 * state of LZW decompressor 72 * prefix_of(code) == state->prefix[code-256] 73 * suffix_of(code) == state->suffix[code-256] 78 * `state->prefix'. This means that the following equality is always 81 * state->suffix == (FT_Byte*)(state->prefix + state->prefix_size) 83 * Of course, state->prefix_size is the number of prefix/suffix slots 151 ft_lzwstate_init( FT_LzwState state, 155 ft_lzwstate_done( FT_LzwState state ); variable 159 ft_lzwstate_reset( FT_LzwState state ); global() variable [all...] |
/third_party/python/Lib/xml/dom/ |
H A D | minicompat.py | 68 def __setstate__(self, state): 69 if state is None: 70 state = [] 71 self[:] = state
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlrole.h | 119 int(PTRCALL *handler)(struct prolog_state *state, int tok, const char *ptr, 135 #define XmlTokenRole(state, tok, ptr, end, enc) \ 136 (((state)->handler)(state, tok, ptr, end, enc))
|