Searched refs:states (Results 126 - 150 of 197) sorted by relevance

12345678

/linux-master/drivers/regulator/
H A Dbd9576-regulator.c810 stat = &rid->states[i];
847 stat = &rid->states[i];
884 stat = &rid->states[i];
/linux-master/drivers/media/cec/core/
H A Dcec-pin.c70 static const struct cec_state states[CEC_PIN_STATES] = { variable in typeref:struct:cec_state
345 * Handle Transmit-related states
638 * Handle Receive-related states
662 /* Receive states */
893 /* Transmit states */
920 /* Receive states */
1015 usecs = states[pin->state].usecs;
1222 seq_printf(file, "state: %s\n", states[pin->state].name);
/linux-master/drivers/pinctrl/
H A Dcore.c942 list_for_each_entry(state, &p->states, node)
961 list_add_tail(&state->node, &p->states);
1066 INIT_LIST_HEAD(&p->states);
1183 list_for_each_entry_safe(state, n1, &p->states, node) {
1884 list_for_each_entry(state, &p->states, node) {
/linux-master/tools/perf/util/
H A Devsel.c2862 static const char *states; local
2873 if (!states || field != prev_state_field) {
2874 states = parse_task_states(field);
2875 if (!states)
2889 state = (!bit || bit > strlen(states)) ? 'R' : states[bit-1];
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c382 state_entry = &(state_arrays->states[entry_index]);
/linux-master/drivers/pmdomain/imx/
H A Dgpc.c263 .states = &imx6_pm_domain_pu_state,
/linux-master/drivers/input/misc/
H A Diqs269a.c312 u8 states[4]; member in struct:iqs269_flags
1419 state = flags.states[IQS269_ST_OFFS_TOUCH];
1434 dir_mask = flags.states[IQS269_ST_OFFS_DIR];
1438 state = flags.states[iqs269_events[i].st_offs] & dir_mask;
1470 * switch states have been reported and the keypad can be registered.
1899 * until ATI is complete and the initial switch states are read.
/linux-master/arch/s390/mm/
H A Dpgalloc.c13 #include <asm/page-states.h>
/linux-master/drivers/gpu/drm/radeon/
H A Dpptable.h439 //how many states we have
442 ATOM_PPLIB_STATE_V2 states[] __counted_by(ucNumEntries);
458 //how many non-clock levels we have. normally should be same as number of states
561 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary
576 // ATOM_PPLIB_VCE_State_Table states;
H A Dr600_dpm.c1080 ATOM_PPLIB_VCE_State_Table *states = local
1100 state_entry = &states->entries[0];
1114 for (i = 0; i < states->numEntries; i++) {
/linux-master/arch/s390/boot/
H A Dvmem.c5 #include <asm/page-states.h>
H A Dstartup.c4 #include <asm/page-states.h>
/linux-master/include/net/
H A Dxfrm.h1921 static inline void xfrm_states_put(struct xfrm_state **states, int n) argument
1925 xfrm_state_put(*(states + i));
1928 static inline void xfrm_states_delete(struct xfrm_state **states, int n) argument
1932 xfrm_state_delete(*(states + i));
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power.c274 static const u32 states[] = { local
282 for (i = 0; i < ARRAY_SIZE(states) - 1; i++) {
283 if (target_dc_state != states[i])
289 target_dc_state = states[i + 1];
956 * DC9 has a separate HW flow from the rest of the DC states,
1363 * Package states C8 and deeper are really deep PC states that can only be
1366 * states. Our driver only allows PC8+ when going into runtime PM.
1375 * When we really reach PC8 or deeper states (not just when we allow it) we lose
2079 * resources as required and also enable deeper system power states
[all...]
/linux-master/drivers/gpu/drm/amd/include/
H A Dpptable.h480 //how many states we have
483 ATOM_PPLIB_STATE_V2 states[] /* __counted_by(ucNumEntries) */; member in struct:_StateArray
498 //how many non-clock levels we have. normally should be same as number of states
609 UCHAR ucClockInfoIndex; //highest 2 bits indicates memory p-states, lower 6bits indicates index to ClockInfoArrary
624 // ATOM_PPLIB_VCE_State_Table states;
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S117 ; NOTE: The PCX-W ERS states that DR2_SLOW_RET must be set before any
572 ; NOTE: The PCX-W ERS states that DR2_SLOW_RET must be set before any
1011 ; NOTE: The PCX-U ERS states that DR2_SLOW_RET must be set before any
1367 ; NOTE: The PCX-U ERS states that DR2_SLOW_RET must be set before any
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S48 # v15 - v18 - input states
110 # v15 - v22 - input states
/linux-master/drivers/md/bcache/
H A Dsysfs.c175 char const *states[] = { "no cache", "clean", "dirty", "inconsistent" }; local
264 sysfs_print(state, states[BDEV_STATE(&dc->sb)]);
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c380 context->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz = in_ctx->v20.dml_core_ctx.states.state_array[in_ctx->v20.scratch.mode_support_params.out_lowest_state_idx].dppclk_mhz
382 context->bw_ctx.bw.dcn.clk.max_supported_dispclk_khz = in_ctx->v20.dml_core_ctx.states.state_array[in_ctx->v20.scratch.mode_support_params.out_lowest_state_idx].dispclk_mhz
/linux-master/drivers/mtd/nand/raw/
H A Dnandsim.c207 /* After a command is input, the simulator goes to one of the following states */
221 #define STATE_CMD_MASK 0x0000000F /* command states mask */
223 /* After an address is input, the simulator goes to one of these states */
228 #define STATE_ADDR_MASK 0x00000070 /* address states mask */
230 /* During data input/output the simulator is in these states */
232 #define STATE_DATAIN_MASK 0x00000100 /* data input states mask */
237 #define STATE_DATAOUT_MASK 0x00007000 /* data output states mask */
255 #define NS_OPER_STATES 6 /* Maximum number of states in operation */
269 * Maximum previous states which need to be saved. Currently saving is
302 uint32_t pstates[NS_MAX_PREVSTATES]; /* previous states */
369 uint32_t states[NS_OPER_STATES]; /* operation's states */ member in struct:nandsim_operations
[all...]
/linux-master/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c85 unsigned char states; member in struct:hfcPCI_hw
175 hc->hw.states = 1; /* G1 */
179 hc->hw.states = 2; /* F2 */
182 Write_hfc(hc, HFCPCI_STATES, HFCPCI_LOAD_STATE | hc->hw.states);
184 Write_hfc(hc, HFCPCI_STATES, hc->hw.states | 0x40); /* Deactivate */
/linux-master/drivers/accessibility/speakup/
H A Dmain.c1222 int i = 0, states, key_data_len; local
1234 states = (int)cp[1];
1235 key_data_len = (states + 1) * (num_keys + 1);
1248 /* get num_keys, states and data */
1249 cp1 += 2; /* now pointing at shift states */
1250 for (i = 1; i <= states; i++) {
1267 cp1 += states + 1;
/linux-master/drivers/cpufreq/
H A Dlonghaul.c865 cx = &pr->power.states[ACPI_STATE_C3];
/linux-master/drivers/cpuidle/
H A Dsysfs.c473 * cpuidle_add_state_sysfs - adds cpuidle states sysfs attributes
490 kobj->state = &drv->states[i];
516 * cpuidle_remove_state_sysfs - removes the cpuidle states sysfs attributes
/linux-master/drivers/hwmon/
H A Dadt7475.c1637 u32 states[ADT7475_PWM_COUNT]; local
1642 "adi,pwm-active-state", states,
1643 ARRAY_SIZE(states));
1652 if (states[i])

Completed in 571 milliseconds

12345678