Home
last modified time | relevance | path

Searched full:dout (Results 1 – 25 of 110) sorted by relevance

12345

/linux/net/ceph/
H A Dauth_x.c31 dout("%s want 0x%x have 0x%x missing 0x%x -> %d\n", __func__, in ceph_x_is_authenticated()
42 dout("%s want 0x%x have 0x%x need 0x%x -> %d\n", __func__, in ceph_x_should_authenticate()
152 dout("remove_ticket_handler %p %d\n", th, th->service); in remove_ticket_handler()
183 dout(" ticket type %d %s\n", type, ceph_entity_type_name(type)); in process_one_ticket()
200 dout(" decrypted %d bytes\n", ret); in process_one_ticket()
216 dout(" expires=%llu renew_after=%llu\n", new_expires, in process_one_ticket()
227 dout(" encrypted ticket, decrypted %d bytes\n", ret); in process_one_ticket()
236 dout(" ticket blob is %d bytes\n", dlen); in process_one_ticket()
257 dout(" got ticket service %d (%s) secret_id %lld len %d\n", in process_one_ticket()
283 dout("%d tickets\n", num); in ceph_x_proc_ticket_reply()
[all …]
H A Dmessenger.c288 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_init()
299 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connecting()
310 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connected()
323 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closing()
337 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closed()
357 dout("%s %p state = %d, queueing work\n", __func__, in ceph_sock_data_ready()
377 dout("%s %p queueing write work\n", __func__, con); in ceph_sock_write_space()
382 dout("%s %p nothing to write\n", __func__, con); in ceph_sock_write_space()
391 dout("%s %p state = %d sk_state = %u\n", __func__, in ceph_sock_state_change()
396 dout(" in ceph_sock_state_change()
[all...]
H A Dmsgpool.c20 dout("msgpool_alloc %s failed\n", pool->name); in msgpool_alloc()
22 dout("msgpool_alloc %s %p\n", pool->name, msg); in msgpool_alloc()
33 dout("msgpool_release %s %p\n", pool->name, msg); in msgpool_free()
42 dout("msgpool %s init\n", name); in ceph_msgpool_init()
55 dout("msgpool %s destroy\n", pool->name); in ceph_msgpool_destroy()
77 dout("msgpool_get %s %p\n", pool->name, msg); in ceph_msgpool_get()
83 dout("msgpool_put %s %p\n", pool->name, msg); in ceph_msgpool_put()
H A Dmessenger_v1.c177 dout("prepare_write_message_footer %p\n", con); in prepare_write_message_footer()
212 dout("prepare_write_message %p seq %lld type %d len %d+%d+%zd\n", in prepare_write_message()
242 dout("%s front_crc %u middle_crc %u\n", __func__, in prepare_write_message()
265 dout("prepare_write_ack %p %llu -> %llu\n", con, in prepare_write_ack()
286 dout("prepare_write_seq %p %llu -> %llu\n", con, in prepare_write_seq()
304 dout("prepare_write_keepalive %p\n", con); in prepare_write_keepalive()
392 dout("prepare_write_connect %p cseq=%d gseq=%d proto=%d\n", con, in prepare_write_connect()
421 dout("write_partial_kvec %p %d left\n", con, con->v1.out_kvec_bytes); in write_partial_kvec()
449 dout("write_partial_kvec %p %d left in %d kvecs ret = %d\n", con, in write_partial_kvec()
468 dout("%s %p msg %p\n", __func__, con, msg); in write_partial_message_data()
[all …]
H A Dmessenger_v2.c113 dout("%s con %p %s %zu\n", __func__, con, in ceph_tcp_recv()
117 dout("%s con %p ret %d left %zu\n", __func__, con, ret, in ceph_tcp_recv()
200 dout("%s con %p have %zu try_sendpage %d\n", __func__, con, in ceph_tcp_send()
206 dout("%s con %p ret %d left %zu\n", __func__, con, ret, in ceph_tcp_send()
244 dout("%s con %p len %d\n", __func__, con, len); in set_in_skip()
299 dout("%s con %p len %d\n", __func__, con, len); in out_zero_add()
307 dout("%s con %p len %d\n", __func__, con, len); in alloc_conn_buf()
681 dout("%s con %p msg %p crcs %u %u %u\n", __func__, con, con->in_msg, in verify_epilogue_crcs()
710 dout("%s con %p con_mode %d session_key_len %d con_secret_len %d\n", in setup_crypto()
789 dout("%s con %p hmac_key_set %d kvec_cnt %d\n", __func__, con, in ceph_hmac_sha256()
[all …]
H A Dosd_client.c115 dout(" skipping last %llu, final file extent %llu~%llu\n", in calc_layout()
119 dout("calc_layout objnum=%llx %llu~%llu\n", *objnum, *objoff, *objlen); in calc_layout()
489 dout("%s %p (r_request %p r_reply %p)\n", __func__, req, in ceph_osdc_release_request()
514 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_get_request()
523 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_put_request()
571 dout("%s req %p\n", __func__, req); in ceph_osdc_alloc_request()
1283 dout("get_osd %p -> %d\n", osd, refcount_read(&osd->o_ref)); in get_osd()
1286 dout("get_osd %p FAIL\n", osd); in get_osd()
1293 dout("put_osd %p -> %d\n", osd, refcount_read(&osd->o_ref) - 1); in put_osd()
1306 dout("%s osd %p osd%d\n", __func__, osd, osd->o_osd); in DEFINE_RB_FUNCS()
[all …]
H A Dcls_lock_client.c73 dout("%s lock_name %s type %d cookie %s tag %s desc %s flags 0x%x\n", in ceph_cls_lock()
79 dout("%s: status %d\n", __func__, ret); in ceph_cls_lock()
124 dout("%s lock_name %s cookie %s\n", __func__, lock_name, cookie); in ceph_cls_unlock()
129 dout("%s: status %d\n", __func__, ret); in ceph_cls_unlock()
178 dout("%s lock_name %s cookie %s locker %s%llu\n", __func__, lock_name, in ceph_cls_break_lock()
184 dout("%s: status %d\n", __func__, ret); in ceph_cls_break_lock()
229 dout("%s lock_name %s type %d old_cookie %s tag %s new_cookie %s\n", in ceph_cls_set_cookie()
235 dout("%s: status %d\n", __func__, ret); in ceph_cls_set_cookie()
282 dout("%s %s%llu cookie %s addr %s\n", __func__, in decode_locker()
370 dout("%s lock_name %s\n", __func__, lock_name); in ceph_cls_lock_info()
[all …]
H A Dpagevec.c91 dout("zero_page_vector_page %u~%u\n", off, len); in ceph_zero_page_vector_range()
96 dout("zeroing %d %p head from %d\n", i, pages[i], in ceph_zero_page_vector_range()
103 dout("zeroing %d %p len=%d\n", i, pages[i], len); in ceph_zero_page_vector_range()
110 dout("zeroing %d %p tail to %d\n", i, pages[i], (int)len); in ceph_zero_page_vector_range()
H A Dbuffer.c29 dout("buffer_new %p\n", b); in ceph_buffer_new()
38 dout("buffer_release %p\n", b); in ceph_buffer_release()
50 dout("decode_buffer len %d\n", (int)len); in ceph_decode_buffer()
H A Dosdmap.c74 dout("crush_decode_uniform_bucket %p to %p\n", *p, end); in crush_decode_uniform_bucket()
86 dout("crush_decode_list_bucket %p to %p\n", *p, end); in crush_decode_list_bucket()
107 dout("crush_decode_tree_bucket %p to %p\n", *p, end); in crush_decode_tree_bucket()
124 dout("crush_decode_straw_bucket %p to %p\n", *p, end); in crush_decode_straw_bucket()
145 dout("crush_decode_straw2_bucket %p to %p\n", *p, end); in crush_decode_straw2_bucket()
440 dout("crush_decode %p to %p len %d\n", *p, end, (int)(end - *p)); in crush_decode()
485 dout("crush_decode bucket %d off %x %p to %p\n", in crush_decode()
520 dout("crush_decode bucket size %d off %x %p to %p\n", in crush_decode()
566 dout("rule vec is %p\n", c->rules); in crush_decode()
573 dout("crush_decode NO rule %d off %x %p to %p\n", in crush_decode()
[all …]
H A Dauth.c26 dout("%s proto %d\n", __func__, proto); in init_protocol()
41 dout("%s global_id %llu\n", __func__, global_id); in ceph_auth_set_global_id()
76 dout("%s name '%s' preferred_mode %d fallback_mode %d\n", __func__, in ceph_auth_init()
83 dout("auth_destroy %p\n", ac); in ceph_auth_destroy()
95 dout("auth_reset %p\n", ac); in ceph_auth_reset()
129 dout("auth_build_hello\n"); in ceph_auth_build_hello()
187 dout(" built request %d bytes\n", ret); in build_request()
214 dout("handle_auth_reply %p %p\n", p, end); in ceph_handle_auth_reply()
229 dout(" result %d '%.*s' gid %llu len %d\n", result, result_msg_len, in ceph_handle_auth_reply()
/linux/drivers/clk/
H A Dclk-axi-clkgen.c139 unsigned long f, dout, best_f, fvco; in axi_clkgen_calc_params() local
168 dout = DIV_ROUND_CLOSEST(fvco, fout); in axi_clkgen_calc_params()
169 dout = clamp_t(unsigned long, dout, 1, 128 << fract_shift); in axi_clkgen_calc_params()
170 f = fvco / dout; in axi_clkgen_calc_params()
175 *best_dout = dout << (3 - fract_shift); in axi_clkgen_calc_params()
351 unsigned int d, m, dout; in axi_clkgen_set_rate() local
358 axi_clkgen_calc_params(limits, parent_rate, rate, &d, &m, &dout); in axi_clkgen_set_rate()
360 if (d == 0 || dout == 0 || m == 0) in axi_clkgen_set_rate()
363 if ((dout & 0x7) != 0 || (m & 0x7) != 0) in axi_clkgen_set_rate()
371 axi_clkgen_calc_clk_params(dout >> 3, dout & 0x7, &params); in axi_clkgen_set_rate()
[all …]
/linux/Documentation/devicetree/bindings/misc/
H A Dxlnx,sd-fec.yaml38 - description: DOUT AXI4-Stream Master interface clock
92 xlnx,sdfec-dout-width:
94 Configures the DOUT AXI stream where a value of 1 configures a width of "1x128b",
99 xlnx,sdfec-dout-words:
116 - xlnx,sdfec-dout-width
117 - xlnx,sdfec-dout-words
137 xlnx,sdfec-dout-width = <1>;
138 xlnx,sdfec-dout-words = <0>;
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.c537 display_output_params_st *dout = &pipes[j].dout; in fetch_pipe_params() local
571 mode_lib->vba.OutputLinkDPRate[mode_lib->vba.NumberOfActivePlanes] = dout->dp_rate; in fetch_pipe_params()
579 mode_lib->vba.OutputMultistreamEn[mode_lib->vba.NumberOfActiveSurfaces] = dout->dp_multistream_en; in fetch_pipe_params()
580 mode_lib->vba.OutputMultistreamId[mode_lib->vba.NumberOfActiveSurfaces] = dout->dp_multistream_id; in fetch_pipe_params()
626 (enum output_format_class) (dout->output_format); in fetch_pipe_params()
628 dout->output_bpp; in fetch_pipe_params()
630 (enum output_encoder_class) (dout->output_type); in fetch_pipe_params()
632 dout->is_virtual; in fetch_pipe_params()
634 if (dout->dsc_enable) in fetch_pipe_params()
635 mode_lib->vba.ForcedOutputLinkBPP[mode_lib->vba.NumberOfActivePlanes] = dout->output_bpp; in fetch_pipe_params()
[all …]
H A Ddisplay_mode_lib.c169 display_output_params_st *dout; in dml_log_pipe_params() local
178 dout = &(pipes[i].dout); in dml_log_pipe_params()
265 dml_print("DML PARAMS: output_type = %d\n", dout->output_type); in dml_log_pipe_params()
266 dml_print("DML PARAMS: output_format = %d\n", dout->output_format); in dml_log_pipe_params()
267 dml_print("DML PARAMS: dsc_input_bpc = %d\n", dout->dsc_input_bpc); in dml_log_pipe_params()
268 dml_print("DML PARAMS: output_bpp = %3.4f\n", dout->output_bpp); in dml_log_pipe_params()
269 dml_print("DML PARAMS: dp_lanes = %d\n", dout->dp_lanes); in dml_log_pipe_params()
270 dml_print("DML PARAMS: dsc_enable = %d\n", dout->dsc_enable); in dml_log_pipe_params()
271 dml_print("DML PARAMS: dsc_slices = %d\n", dout->dsc_slices); in dml_log_pipe_params()
272 dml_print("DML PARAMS: wb_enable = %d\n", dout->wb_enable); in dml_log_pipe_params()
[all …]
/linux/include/dt-bindings/pinctrl/
H A Dpinctrl-starfive-jh7100.h17 * | dout | doen | din | dout rev | doen rev | gpio nr |
19 * dout: output signal
22 * dout rev: output signal reverse bit
26 #define GPIOMUX(n, dout, doen, din) ( \ argument
27 (((dout) & 0x80000000) >> (31 - 7)) | (((dout) & 0xff) << 24) | \
/linux/Documentation/devicetree/bindings/iio/adc/
H A Davia-hx711.yaml17 - dout-gpio is the sensor data the sensor responds to the clock
33 dout-gpios:
53 - dout-gpios
64 dout-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-pinfunc.h13 * | din | dout | doen | function | gpio nr |
15 * dout: output signal
21 #define GPIOMUX(n, dout, doen, din) ( \ argument
23 (((dout) & 0xff) << 16) | \
29 /* sys_iomux dout */
139 /* aon_iomux dout */
/linux/sound/soc/codecs/
H A Dmax98926.c56 { 0x22, 0x00 }, /* DOUT Configuration VMON */
57 { 0x23, 0x00 }, /* DOUT Configuration IMON */
58 { 0x24, 0x00 }, /* DOUT Configuration VBAT */
59 { 0x25, 0x00 }, /* DOUT Configuration VBST */
60 { 0x26, 0x00 }, /* DOUT Configuration FLAG */
61 { 0x27, 0xFF }, /* DOUT HiZ Configuration 1 */
62 { 0x28, 0xFF }, /* DOUT HiZ Configuration 2 */
63 { 0x29, 0xFF }, /* DOUT HiZ Configuration 3 */
64 { 0x2A, 0xFF }, /* DOUT HiZ Configuration 4 */
65 { 0x2B, 0x02 }, /* DOUT Drive Strength */
H A Dmax98925.c59 { 0x22, 0x00 }, /* DOUT Configuration VMON */
60 { 0x23, 0x00 }, /* DOUT Configuration IMON */
61 { 0x24, 0x00 }, /* DOUT Configuration VBAT */
62 { 0x25, 0x00 }, /* DOUT Configuration VBST */
63 { 0x26, 0x00 }, /* DOUT Configuration FLAG */
64 { 0x27, 0xFF }, /* DOUT HiZ Configuration 1 */
65 { 0x28, 0xFF }, /* DOUT HiZ Configuration 2 */
66 { 0x29, 0xFF }, /* DOUT HiZ Configuration 3 */
67 { 0x2A, 0xFF }, /* DOUT HiZ Configuration 4 */
68 { 0x2B, 0x02 }, /* DOUT Driv
[all...]
/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.h42 /* gpio dout/doen/din/gpioinput register */
58 unsigned int din, u32 dout,
68 unsigned int din, u32 dout, u32 doen);
H A Dpinctrl-starfive-jh7110.c53 * | din | dout | doen | function | pin |
107 u32 dout = readl_relaxed(sfp->base + info->dout_reg_base + offset); in jh7110_pin_dbg_show() local
111 dout = (dout >> shift) & info->dout_mask; in jh7110_pin_dbg_show()
115 seq_printf(s, " dout=%u doen=%u din=%u", dout, doen, gpi); in jh7110_pin_dbg_show()
252 unsigned int din, u32 dout, u32 doen) in jh7110_set_gpiomux() argument
268 dout <<= shift; in jh7110_set_gpiomux()
282 dout |= readl_relaxed(reg_dout) & ~dout_mask; in jh7110_set_gpiomux()
283 writel_relaxed(dout, reg_dout); in jh7110_set_gpiomux()
619 u32 dout = (value ? GPOUT_HIGH : GPOUT_LOW) << shift; in jh7110_gpio_set() local
624 dout |= readl_relaxed(reg_dout) & ~mask; in jh7110_gpio_set()
[all …]
/linux/Documentation/devicetree/bindings/gpio/
H A Dxlnx,gpio-xilinx.yaml66 xlnx,dout-default:
72 xlnx,dout-default-2:
145 xlnx,dout-default = <0x0>;
146 xlnx,dout-default-2 = <0x0>;
/linux/drivers/crypto/ccree/
H A Dcc_hw_queue_defs.h321 * set_dout_type() - Set the DOUT field of a HW descriptor
325 * @addr: DOUT address
343 * set_dout_dlli() - Set the DOUT field of a HW descriptor to DLLI type
347 * @addr: DOUT address
361 * set_dout_mlli() - Set the DOUT field of a HW descriptor to MLLI type
365 * @addr: DOUT address
378 * set_dout_no_dma() - Set the DOUT field of a HW descriptor to NO DMA mode.
382 * @addr: DOUT address
438 * set_dout_sram() - Set the DOUT field of a HW descriptor to SRAM mode
443 * @addr: DOUT address
/linux/include/linux/ceph/
H A Dceph_debug.h18 # define dout(fmt, ...) \ macro
30 # define dout(fmt, ...) \ macro
44 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) macro

12345