Home
last modified time | relevance | path

Searched refs:dout (Results 1 – 25 of 84) sorted by relevance

1234

/linux-6.12.1/drivers/clk/
Dclk-axi-clkgen.c131 unsigned long f, dout, best_f, fvco; in axi_clkgen_calc_params() local
160 dout = DIV_ROUND_CLOSEST(fvco, fout); in axi_clkgen_calc_params()
161 dout = clamp_t(unsigned long, dout, 1, 128 << fract_shift); in axi_clkgen_calc_params()
162 f = fvco / dout; in axi_clkgen_calc_params()
167 *best_dout = dout << (3 - fract_shift); in axi_clkgen_calc_params()
341 unsigned int d, m, dout; in axi_clkgen_set_rate() local
350 axi_clkgen_calc_params(limits, parent_rate, rate, &d, &m, &dout); in axi_clkgen_set_rate()
352 if (d == 0 || dout == 0 || m == 0) in axi_clkgen_set_rate()
355 if ((dout & 0x7) != 0 || (m & 0x7) != 0) in axi_clkgen_set_rate()
363 axi_clkgen_calc_clk_params(dout >> 3, dout & 0x7, &params); in axi_clkgen_set_rate()
[all …]
/linux-6.12.1/net/ceph/
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()
Dmessenger.c287 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_init()
298 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connecting()
309 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connected()
322 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closing()
336 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closed()
356 dout("%s %p state = %d, queueing work\n", __func__, in ceph_sock_data_ready()
376 dout("%s %p queueing write work\n", __func__, con); in ceph_sock_write_space()
381 dout("%s %p nothing to write\n", __func__, con); in ceph_sock_write_space()
390 dout("%s %p state = %d sk_state = %u\n", __func__, in ceph_sock_state_change()
395 dout("%s TCP_CLOSE\n", __func__); in ceph_sock_state_change()
[all …]
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 …]
Dmessenger_v1.c178 dout("prepare_write_message_footer %p\n", con); in prepare_write_message_footer()
216 dout("prepare_write_message %p seq %lld type %d len %d+%d+%zd\n", in prepare_write_message()
246 dout("%s front_crc %u middle_crc %u\n", __func__, in prepare_write_message()
269 dout("prepare_write_ack %p %llu -> %llu\n", con, in prepare_write_ack()
290 dout("prepare_write_seq %p %llu -> %llu\n", con, in prepare_write_seq()
308 dout("prepare_write_keepalive %p\n", con); in prepare_write_keepalive()
396 dout("prepare_write_connect %p cseq=%d gseq=%d proto=%d\n", con, in prepare_write_connect()
425 dout("write_partial_kvec %p %d left\n", con, con->v1.out_kvec_bytes); in write_partial_kvec()
453 dout("write_partial_kvec %p %d left in %d kvecs ret = %d\n", con, in write_partial_kvec()
472 dout("%s %p msg %p\n", __func__, con, msg); in write_partial_message_data()
[all …]
Dmon_client.c89 dout("%s struct_v %d\n", __func__, struct_v); in ceph_monmap_decode()
115 dout("%s fsid %pU epoch %u num_mon %d\n", __func__, &fsid, epoch, in ceph_monmap_decode()
144 dout("%s mon%d addr %s\n", __func__, i, in ceph_monmap_decode()
190 dout("__close_session closing mon%d\n", monc->cur_mon); in __close_session()
232 dout("%s mon%d -> mon%d out of %d mons\n", __func__, old_mon, in pick_new_mon()
255 dout("%s opening mon%d\n", __func__, monc->cur_mon); in __open_session()
301 dout("%s hunt_mult now %d\n", __func__, monc->hunt_mult); in un_backoff()
316 dout("__schedule_delayed after %lu\n", delay); in __schedule_delayed()
340 dout("%s sent %lu\n", __func__, monc->sub_renew_sent); in __send_subscribe()
367 dout("%s %s start %llu flags 0x%x\n", __func__, buf, in __send_subscribe()
[all …]
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()
803 dout("%s con %p hmac_tfm %p kvec_cnt %d\n", __func__, con, in hmac_sha256()
[all …]
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()
512 dout("%s %p (r_request %p r_reply %p)\n", __func__, req, in ceph_osdc_release_request()
537 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_get_request()
546 dout("%s %p (was %d)\n", __func__, req, in ceph_osdc_put_request()
594 dout("%s req %p\n", __func__, req); in ceph_osdc_alloc_request()
1304 dout("get_osd %p %d -> %d\n", osd, refcount_read(&osd->o_ref)-1, in get_osd()
1308 dout("get_osd %p FAIL\n", osd); in get_osd()
1315 dout("put_osd %p %d -> %d\n", osd, refcount_read(&osd->o_ref), in put_osd()
1329 dout("%s osd %p osd%d\n", __func__, osd, osd->o_osd); in DEFINE_RB_FUNCS()
[all …]
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 …]
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()
Dpagevec.c143 dout("zero_page_vector_page %u~%u\n", off, len); in ceph_zero_page_vector_range()
148 dout("zeroing %d %p head from %d\n", i, pages[i], in ceph_zero_page_vector_range()
155 dout("zeroing %d %p len=%d\n", i, pages[i], len); in ceph_zero_page_vector_range()
162 dout("zeroing %d %p tail to %d\n", i, pages[i], (int)len); in ceph_zero_page_vector_range()
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()
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 …]
Dceph_common.c200 dout("%s '%s'\n", __func__, str); in ceph_parse_fsid()
220 dout("%s ret %d got fsid %pU\n", __func__, err, fsid); in ceph_parse_fsid()
338 dout("destroy_options %p\n", opt); in ceph_destroy_options()
426 dout("%s fs_parse '%s' token %d\n", __func__, param->key, token); in ceph_parse_param()
762 dout("destroy_client %p\n", client); in ceph_destroy_client()
776 dout("destroy_client %p done\n", client); in ceph_destroy_client()
815 dout("mount waiting for mon_map\n"); in __ceph_open_session()
838 dout("open_session start\n"); in ceph_open_session()
900 dout("exit_ceph_lib\n"); in exit_ceph_lib()
/linux-6.12.1/drivers/siox/
Dsiox-bus-gpio.c19 struct gpio_desc *dout; member
37 gpiod_set_value_cansleep(ddata->dout, 0); in siox_gpio_pushpull()
57 gpiod_set_value_cansleep(ddata->dout, !(set & 0x80)); in siox_gpio_pushpull()
82 gpiod_set_value_cansleep(ddata->dout, 0); in siox_gpio_pushpull()
107 ddata->dout = devm_gpiod_get(dev, "dout", GPIOD_OUT_LOW); in siox_gpio_probe()
108 if (IS_ERR(ddata->dout)) in siox_gpio_probe()
109 return dev_err_probe(dev, PTR_ERR(ddata->dout), in siox_gpio_probe()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
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 …]
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 …]
/linux-6.12.1/drivers/block/
Drbd.c709 dout("%s:\n", __func__); in rbd_client_create()
730 dout("%s: rbdc %p\n", __func__, rbdc); in rbd_client_create()
740 dout("%s: error %d\n", __func__, ret); in rbd_client_create()
876 dout("%s: rbdc %p\n", __func__, rbdc); in rbd_client_release()
1253 dout("%s %p data buf %u~%u\n", __func__, obj_req, off, bytes); in rbd_obj_zero_range()
1272 dout("%s: obj %p (was %d)\n", __func__, obj_request, in rbd_obj_request_put()
1284 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_add()
1290 dout("%s: img %p obj %p\n", __func__, img_request, obj_request); in rbd_img_obj_request_del()
1300 dout("%s osd_req %p for obj_req %p objno %llu %llu~%llu\n", in rbd_osd_submit()
1345 dout("%s %p objno %llu discard\n", __func__, obj_req, in rbd_obj_set_copyup_enabled()
[all …]
/linux-6.12.1/include/linux/ceph/
Dceph_debug.h18 # define dout(fmt, ...) \ macro
30 # define dout(fmt, ...) \ macro
44 # define dout(fmt, ...) pr_debug(" " fmt, ##__VA_ARGS__) macro
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddcn20_fpu.c1005 pipes[pipe_cnt].dout.wb_enable = (wb_info->wb_enabled == true) ? 1 : 0; in dcn20_populate_dml_writeback_from_context()
1006 pipes[pipe_cnt].dout.num_active_wb++; in dcn20_populate_dml_writeback_from_context()
1007 pipes[pipe_cnt].dout.wb.wb_src_height = wb_info->dwb_params.cnv_params.crop_height; in dcn20_populate_dml_writeback_from_context()
1008 pipes[pipe_cnt].dout.wb.wb_src_width = wb_info->dwb_params.cnv_params.crop_width; in dcn20_populate_dml_writeback_from_context()
1009 pipes[pipe_cnt].dout.wb.wb_dst_width = wb_info->dwb_params.dest_width; in dcn20_populate_dml_writeback_from_context()
1010 pipes[pipe_cnt].dout.wb.wb_dst_height = wb_info->dwb_params.dest_height; in dcn20_populate_dml_writeback_from_context()
1011 pipes[pipe_cnt].dout.wb.wb_htaps_luma = 1; in dcn20_populate_dml_writeback_from_context()
1012 pipes[pipe_cnt].dout.wb.wb_vtaps_luma = 1; in dcn20_populate_dml_writeback_from_context()
1013 pipes[pipe_cnt].dout.wb.wb_htaps_chroma = wb_info->dwb_params.scaler_taps.h_taps_c; in dcn20_populate_dml_writeback_from_context()
1014 pipes[pipe_cnt].dout.wb.wb_vtaps_chroma = wb_info->dwb_params.scaler_taps.v_taps_c; in dcn20_populate_dml_writeback_from_context()
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/siox/
Deckelmann,siox-gpio.txt5 - din-gpios, dout-gpios, dclk-gpios, dld-gpios: references gpios for the
16 dout-gpios = <&gpio6 8 0>;
/linux-6.12.1/drivers/pinctrl/starfive/
Dpinctrl-starfive-jh7110.h59 unsigned int din, u32 dout,
69 unsigned int din, u32 dout, u32 doen);
Dpinctrl-starfive-jh7110.c107 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()
620 u32 dout = (value ? GPOUT_HIGH : GPOUT_LOW) << shift; in jh7110_gpio_set() local
625 dout |= readl_relaxed(reg_dout) & ~mask; in jh7110_gpio_set()
626 writel_relaxed(dout, reg_dout); in jh7110_gpio_set()
/linux-6.12.1/arch/mips/kernel/
Dgpio_txx9.c27 val = __raw_readl(&txx9_pioptr->dout); in txx9_gpio_set_raw()
32 __raw_writel(val, &txx9_pioptr->dout); in txx9_gpio_set_raw()
/linux-6.12.1/include/dt-bindings/pinctrl/
Dpinctrl-starfive-jh7100.h26 #define GPIOMUX(n, dout, doen, din) ( \ argument
27 (((dout) & 0x80000000) >> (31 - 7)) | (((dout) & 0xff) << 24) | \

1234