Home
last modified time | relevance | path

Searched full:ms (Results 1 – 25 of 5721) sorted by relevance

12345678910>>...229

/kernel/linux/linux-5.10/drivers/scsi/
Dmesh.c186 static void mesh_done(struct mesh_state *ms, int start_next);
187 static void mesh_interrupt(struct mesh_state *ms);
188 static void cmd_complete(struct mesh_state *ms);
189 static void set_dma_cmds(struct mesh_state *ms, struct scsi_cmnd *cmd);
190 static void halt_dma(struct mesh_state *ms);
191 static void phase_mismatch(struct mesh_state *ms);
213 static void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() argument
215 struct mesh_target *tp = &ms->tgts[ms->conn_tgt]; in dlog()
219 slp = &ms->log[ms->log_ix]; in dlog()
222 tlp->phase = (ms->msgphase << 4) + ms->phase; in dlog()
[all …]
/kernel/linux/linux-6.6/drivers/scsi/
Dmesh.c186 static void mesh_done(struct mesh_state *ms, int start_next);
187 static void mesh_interrupt(struct mesh_state *ms);
188 static void cmd_complete(struct mesh_state *ms);
189 static void set_dma_cmds(struct mesh_state *ms, struct scsi_cmnd *cmd);
190 static void halt_dma(struct mesh_state *ms);
191 static void phase_mismatch(struct mesh_state *ms);
213 static void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() argument
215 struct mesh_target *tp = &ms->tgts[ms->conn_tgt]; in dlog()
219 slp = &ms->log[ms->log_ix]; in dlog()
222 tlp->phase = (ms->msgphase << 4) + ms->phase; in dlog()
[all …]
/kernel/linux/linux-6.6/drivers/spi/
Dspi-mpc52xx.c86 int (*state)(int irq, struct mpc52xx_spi *ms, u8 status, u8 data);
99 static void mpc52xx_spi_chipsel(struct mpc52xx_spi *ms, int value) in mpc52xx_spi_chipsel() argument
103 if (ms->gpio_cs_count > 0) { in mpc52xx_spi_chipsel()
104 cs = spi_get_chipselect(ms->message->spi, 0); in mpc52xx_spi_chipsel()
105 gpiod_set_value(ms->gpio_cs[cs], value); in mpc52xx_spi_chipsel()
107 out_8(ms->regs + SPI_PORTDATA, value ? 0 : 0x08); in mpc52xx_spi_chipsel()
116 static void mpc52xx_spi_start_transfer(struct mpc52xx_spi *ms) in mpc52xx_spi_start_transfer() argument
118 ms->rx_buf = ms->transfer->rx_buf; in mpc52xx_spi_start_transfer()
119 ms->tx_buf = ms->transfer->tx_buf; in mpc52xx_spi_start_transfer()
120 ms->len = ms->transfer->len; in mpc52xx_spi_start_transfer()
[all …]
/kernel/linux/linux-5.10/drivers/spi/
Dspi-mpc52xx.c82 int (*state)(int irq, struct mpc52xx_spi *ms, u8 status, u8 data);
95 static void mpc52xx_spi_chipsel(struct mpc52xx_spi *ms, int value) in mpc52xx_spi_chipsel() argument
99 if (ms->gpio_cs_count > 0) { in mpc52xx_spi_chipsel()
100 cs = ms->message->spi->chip_select; in mpc52xx_spi_chipsel()
101 gpio_set_value(ms->gpio_cs[cs], value ? 0 : 1); in mpc52xx_spi_chipsel()
103 out_8(ms->regs + SPI_PORTDATA, value ? 0 : 0x08); in mpc52xx_spi_chipsel()
111 static void mpc52xx_spi_start_transfer(struct mpc52xx_spi *ms) in mpc52xx_spi_start_transfer() argument
113 ms->rx_buf = ms->transfer->rx_buf; in mpc52xx_spi_start_transfer()
114 ms->tx_buf = ms->transfer->tx_buf; in mpc52xx_spi_start_transfer()
115 ms->len = ms->transfer->len; in mpc52xx_spi_start_transfer()
[all …]
/kernel/linux/linux-5.10/fs/dlm/
Dutil.c84 void dlm_message_out(struct dlm_message *ms) in dlm_message_out() argument
86 header_out(&ms->m_header); in dlm_message_out()
88 ms->m_type = cpu_to_le32(ms->m_type); in dlm_message_out()
89 ms->m_nodeid = cpu_to_le32(ms->m_nodeid); in dlm_message_out()
90 ms->m_pid = cpu_to_le32(ms->m_pid); in dlm_message_out()
91 ms->m_lkid = cpu_to_le32(ms->m_lkid); in dlm_message_out()
92 ms->m_remid = cpu_to_le32(ms->m_remid); in dlm_message_out()
93 ms->m_parent_lkid = cpu_to_le32(ms->m_parent_lkid); in dlm_message_out()
94 ms->m_parent_remid = cpu_to_le32(ms->m_parent_remid); in dlm_message_out()
95 ms->m_exflags = cpu_to_le32(ms->m_exflags); in dlm_message_out()
[all …]
/kernel/linux/linux-6.6/drivers/md/
Ddm-raid1.c51 struct mirror_set *ms; member
99 struct mirror_set *ms = context; in wakeup_mirrord() local
101 queue_work(ms->kmirrord_wq, &ms->kmirrord_work); in wakeup_mirrord()
106 struct mirror_set *ms = from_timer(ms, t, timer); in delayed_wake_fn() local
108 clear_bit(0, &ms->timer_pending); in delayed_wake_fn()
109 wakeup_mirrord(ms); in delayed_wake_fn()
112 static void delayed_wake(struct mirror_set *ms) in delayed_wake() argument
114 if (test_and_set_bit(0, &ms->timer_pending)) in delayed_wake()
117 ms->timer.expires = jiffies + HZ / 5; in delayed_wake()
118 add_timer(&ms->timer); in delayed_wake()
[all …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-raid1.c46 struct mirror_set *ms; member
94 struct mirror_set *ms = context; in wakeup_mirrord() local
96 queue_work(ms->kmirrord_wq, &ms->kmirrord_work); in wakeup_mirrord()
101 struct mirror_set *ms = from_timer(ms, t, timer); in delayed_wake_fn() local
103 clear_bit(0, &ms->timer_pending); in delayed_wake_fn()
104 wakeup_mirrord(ms); in delayed_wake_fn()
107 static void delayed_wake(struct mirror_set *ms) in delayed_wake() argument
109 if (test_and_set_bit(0, &ms->timer_pending)) in delayed_wake()
112 ms->timer.expires = jiffies + HZ / 5; in delayed_wake()
113 add_timer(&ms->timer); in delayed_wake()
[all …]
/kernel/linux/linux-6.6/Documentation/fb/
Dviafb.modes15 # Sync Width 3.813 us 0.064 ms
17 # Front Porch 0.636 us 0.318 ms
19 # Back Porch 1.907 us 1.048 ms
21 # Active Time 25.422 us 15.253 ms
23 # Blank Time 6.356 us 1.430 ms
40 # Sync Width 2.032 us 0.080 ms
42 # Front Porch 0.508 us 0.027 ms
44 # Back Porch 3.810 us 0.427 ms
46 # Active Time 20.317 us 12.800 ms
48 # Blank Time 6.349 us 0.533 ms
[all …]
/kernel/linux/linux-5.10/Documentation/fb/
Dviafb.modes15 # Sync Width 3.813 us 0.064 ms
17 # Front Porch 0.636 us 0.318 ms
19 # Back Porch 1.907 us 1.048 ms
21 # Active Time 25.422 us 15.253 ms
23 # Blank Time 6.356 us 1.430 ms
40 # Sync Width 2.032 us 0.080 ms
42 # Front Porch 0.508 us 0.027 ms
44 # Back Porch 3.810 us 0.427 ms
46 # Active Time 20.317 us 12.800 ms
48 # Blank Time 6.349 us 0.533 ms
[all …]
/kernel/linux/linux-5.10/include/crypto/
Dgf128mul.h105 * MS x[0] LS MS x[1] LS
106 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
109 * MS x[2] LS MS x[3] LS
110 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
115 * MS x[0] LS MS x[1] LS
116 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
119 * MS x[2] LS MS x[3] LS
120 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
141 MS x[0] LS MS x[1] LS
142 ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
[all …]
/kernel/linux/linux-6.6/include/crypto/
Dgf128mul.h105 * MS x[0] LS MS x[1] LS
106 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
109 * MS x[2] LS MS x[3] LS
110 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
115 * MS x[0] LS MS x[1] LS
116 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
119 * MS x[2] LS MS x[3] LS
120 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
141 MS x[0] LS MS x[1] LS
142 ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls
[all …]
/kernel/linux/linux-6.6/lib/zstd/compress/
Dzstd_lazy.h25 U32 ZSTD_insertAndFindFirstIndex(ZSTD_matchState_t* ms, const BYTE* ip);
26 void ZSTD_row_update(ZSTD_matchState_t* const ms, const BYTE* ip);
28 void ZSTD_dedicatedDictSearch_lazy_loadDictionary(ZSTD_matchState_t* ms, const BYTE* const ip);
33 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
36 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
39 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
42 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
45 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
51 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
[all …]
Dzstd_lazy.c20 ZSTD_updateDUBT(ZSTD_matchState_t* ms, in ZSTD_updateDUBT() argument
24 const ZSTD_compressionParameters* const cParams = &ms->cParams; in ZSTD_updateDUBT()
25 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT()
28 U32* const bt = ms->chainTable; in ZSTD_updateDUBT()
32 const BYTE* const base = ms->window.base; in ZSTD_updateDUBT()
34 U32 idx = ms->nextToUpdate; in ZSTD_updateDUBT()
38 idx, target, ms->window.dictLimit); in ZSTD_updateDUBT()
42 assert(idx >= ms->window.dictLimit); /* condition for valid base+idx */ in ZSTD_updateDUBT()
55 ms->nextToUpdate = target; in ZSTD_updateDUBT()
64 ZSTD_insertDUBT1(const ZSTD_matchState_t* ms, in ZSTD_insertDUBT1() argument
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dnetem.json61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms",
64 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms",
84 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution norma…
87 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms corrupt 1%",
107 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution norma…
110 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms duplicate 1%",
130 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution paret…
133 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss 1%",
153 …"cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms 10ms distribution paret…
156 …"matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms 10ms loss state p13 1% p31 99% p…
[all …]
Dcodel.json18 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms",
41 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1500p target 5ms interval 100ms",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel target 100ms",
64 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 100ms interval 100ms",
84 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel interval 20ms",
87 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 20ms",
110 … "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms ecn",
130 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel ce_threshold 20ms",
133 …tern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms ce_threshold 20ms interval 100ms",
157 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms",
[all …]
/kernel/linux/linux-6.6/drivers/platform/x86/amd/pmf/
Dcnqf.c43 pr_debug("t_perf_to_turbo: %u ms\n", data->t_perf_to_turbo); in amd_pmf_cnqf_dump_defaults()
44 pr_debug("t_balanced_to_perf: %u ms\n", data->t_balanced_to_perf); in amd_pmf_cnqf_dump_defaults()
45 pr_debug("t_quiet_to_balanced: %u ms\n", data->t_quiet_to_balanced); in amd_pmf_cnqf_dump_defaults()
46 pr_debug("t_balanced_to_quiet: %u ms\n", data->t_balanced_to_quiet); in amd_pmf_cnqf_dump_defaults()
47 pr_debug("t_perf_to_balanced: %u ms\n", data->t_perf_to_balanced); in amd_pmf_cnqf_dump_defaults()
48 pr_debug("t_turbo_to_perf: %u ms\n", data->t_turbo_to_perf); in amd_pmf_cnqf_dump_defaults()
181 dev_dbg(dev->dev, "avg_power: %u mW total_power: %u mW count: %u timer: %u ms\n", in amd_pmf_trans_cnqf()
273 struct cnqf_mode_settings *ms; in amd_pmf_update_mode_set() local
276 ms = &config_store.mode_set[idx][CNQF_MODE_QUIET]; in amd_pmf_update_mode_set()
277 ms->power_floor = out->ps[APMF_CNQF_QUIET].pfloor; in amd_pmf_update_mode_set()
[all …]
/kernel/linux/linux-6.6/kernel/
Dmodule_signature.c17 * @ms: Signature to check.
18 * @file_len: Size of the file to which @ms is appended.
21 int mod_check_sig(const struct module_signature *ms, size_t file_len, in mod_check_sig() argument
24 if (be32_to_cpu(ms->sig_len) >= file_len - sizeof(*ms)) in mod_check_sig()
27 if (ms->id_type != PKEY_ID_PKCS7) { in mod_check_sig()
33 if (ms->algo != 0 || in mod_check_sig()
34 ms->hash != 0 || in mod_check_sig()
35 ms->signer_len != 0 || in mod_check_sig()
36 ms->key_id_len != 0 || in mod_check_sig()
37 ms->__pad[0] != 0 || in mod_check_sig()
[all …]
/kernel/linux/linux-5.10/kernel/
Dmodule_signature.c17 * @ms: Signature to check.
18 * @file_len: Size of the file to which @ms is appended.
21 int mod_check_sig(const struct module_signature *ms, size_t file_len, in mod_check_sig() argument
24 if (be32_to_cpu(ms->sig_len) >= file_len - sizeof(*ms)) in mod_check_sig()
27 if (ms->id_type != PKEY_ID_PKCS7) { in mod_check_sig()
33 if (ms->algo != 0 || in mod_check_sig()
34 ms->hash != 0 || in mod_check_sig()
35 ms->signer_len != 0 || in mod_check_sig()
36 ms->key_id_len != 0 || in mod_check_sig()
37 ms->__pad[0] != 0 || in mod_check_sig()
[all …]
/kernel/linux/linux-5.10/Documentation/sound/cards/
Dserial-u16550.rst8 * 1 - Midiator MS-124T support (1)
9 * 2 - Midiator MS-124W S/A mode (2)
10 * 3 - MS-124W M/B mode support (3)
13 For the Midiator MS-124W, you must set the physical M-S and A-B
36 In MS-124T mode, one raw MIDI substream is supported (midiCnD0); the outs
41 Usage example for MS-124T, with A-B switch in A position:
48 In MS-124W S/A mode, one raw MIDI substream is supported (midiCnD0);
58 In MS-124W M/B mode, the driver supports 16 ALSA raw MIDI substreams;
75 The MS-124W hardware's M/A mode is currently not supported. This mode allows
82 Midiator models other than MS-124W and MS-124T are currently not supported.
[all …]
/kernel/linux/linux-6.6/Documentation/sound/cards/
Dserial-u16550.rst8 * 1 - Midiator MS-124T support (1)
9 * 2 - Midiator MS-124W S/A mode (2)
10 * 3 - MS-124W M/B mode support (3)
13 For the Midiator MS-124W, you must set the physical M-S and A-B
36 In MS-124T mode, one raw MIDI substream is supported (midiCnD0); the outs
41 Usage example for MS-124T, with A-B switch in A position:
48 In MS-124W S/A mode, one raw MIDI substream is supported (midiCnD0);
58 In MS-124W M/B mode, the driver supports 16 ALSA raw MIDI substreams;
75 The MS-124W hardware's M/A mode is currently not supported. This mode allows
82 Midiator models other than MS-124W and MS-124T are currently not supported.
[all …]
/kernel/linux/linux-6.6/include/trace/events/
Ddlm.h401 TP_PROTO(uint32_t dst, uint32_t h_seq, const struct dlm_message *ms,
404 TP_ARGS(dst, h_seq, ms, name, namelen),
433 le16_to_cpu(ms->m_header.h_length) - sizeof(*ms))
440 __entry->h_version = le32_to_cpu(ms->m_header.h_version);
441 __entry->h_lockspace = le32_to_cpu(ms->m_header.u.h_lockspace);
442 __entry->h_nodeid = le32_to_cpu(ms->m_header.h_nodeid);
443 __entry->h_length = le16_to_cpu(ms->m_header.h_length);
444 __entry->h_cmd = ms->m_header.h_cmd;
445 __entry->m_type = le32_to_cpu(ms->m_type);
446 __entry->m_nodeid = le32_to_cpu(ms->m_nodeid);
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-microsoft.c62 struct ms_data *ms = hid_get_drvdata(hdev); in ms_report_fixup() local
63 unsigned long quirks = ms->quirks; in ms_report_fixup()
89 * the MS office kb labelled "Office Home" and "Task Pane". in ms_ergonomy_kb_quirk()
186 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapping() local
187 unsigned long quirks = ms->quirks; in ms_input_mapping()
213 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapped() local
214 unsigned long quirks = ms->quirks; in ms_input_mapped()
225 struct ms_data *ms = hid_get_drvdata(hdev); in ms_event() local
226 unsigned long quirks = ms->quirks; in ms_event()
235 /* Handling MS keyboards special buttons */ in ms_event()
[all …]
/kernel/linux/linux-6.6/drivers/hid/
Dhid-microsoft.c62 struct ms_data *ms = hid_get_drvdata(hdev); in ms_report_fixup() local
63 unsigned long quirks = ms->quirks; in ms_report_fixup()
89 * the MS office kb labelled "Office Home" and "Task Pane". in ms_ergonomy_kb_quirk()
186 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapping() local
187 unsigned long quirks = ms->quirks; in ms_input_mapping()
213 struct ms_data *ms = hid_get_drvdata(hdev); in ms_input_mapped() local
214 unsigned long quirks = ms->quirks; in ms_input_mapped()
225 struct ms_data *ms = hid_get_drvdata(hdev); in ms_event() local
226 unsigned long quirks = ms->quirks; in ms_event()
235 /* Handling MS keyboards special buttons */ in ms_event()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dcs42l42.txt33 0 - 0ms,
34 1 - 125ms,
35 2 - 250ms,
36 3 - 500ms,
37 4 - 750ms,
45 0 - 0ms,
46 1 - 125ms,
47 2 - 250ms,
48 3 - 500ms,
49 4 - 750ms,
[all …]
/kernel/linux/linux-5.10/mm/
Dsparse.c112 unsigned long __section_nr(struct mem_section *ms) in __section_nr() argument
122 if ((ms >= root) && (ms < (root + SECTIONS_PER_ROOT))) in __section_nr()
128 return (root_nr * SECTIONS_PER_ROOT) + (ms - root); in __section_nr()
131 unsigned long __section_nr(struct mem_section *ms) in __section_nr() argument
133 return (unsigned long)(ms - mem_section[0]); in __section_nr()
189 static void section_mark_present(struct mem_section *ms) in section_mark_present() argument
191 unsigned long section_nr = __section_nr(ms); in section_mark_present()
196 ms->section_mem_map |= SECTION_MARKED_PRESENT; in section_mark_present()
229 struct mem_section *ms; in subsection_map_init() local
234 ms = __nr_to_section(nr); in subsection_map_init()
[all …]

12345678910>>...229