| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | enc28j60.c | 68 u8 dout[2]; in enc_bset() local 70 dout[0] = CMD_BFS(reg); in enc_bset() 71 dout[1] = data; in enc_bset() 72 spi_xfer(enc->slave, 2 * 8, dout, NULL, in enc_bset() 78 u8 dout[2]; in enc_bclr() local 80 dout[0] = CMD_BFC(reg); in enc_bclr() 81 dout[1] = data; in enc_bclr() 82 spi_xfer(enc->slave, 2 * 8, dout, NULL, in enc_bclr() 154 u8 dout[3]; in enc_r8() local 159 dout[0] = CMD_RCR(reg); in enc_r8() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | addr.c | 83 dout("%p set_page_dirty %p idx %lu -- already dirty\n", in ceph_set_page_dirty() 110 dout("%p set_page_dirty %p idx %lu head %d/%d -> %d/%d " in ceph_set_page_dirty() 145 dout("%p invalidatepage %p idx %lu partial dirty page %u~%u\n", in ceph_invalidatepage() 156 dout("%p invalidatepage %p idx %lu full dirty page\n", in ceph_invalidatepage() 167 dout("%p releasepage %p idx %lu (%sdirty)\n", page->mapping->host, in ceph_releasepage() 212 dout("readpage ino %llx.%llx file %p off %llu len %llu page %p index %lu\n", in ceph_do_readpage() 231 dout("readpage result %d\n", err); in ceph_do_readpage() 277 dout("finish_read %p req %p rc %d bytes %d\n", inode, req, rc, bytes); in finish_read() 298 dout("finish_read %p uptodate %p idx %lu\n", inode, page, in finish_read() 344 dout("start_read %p, error getting cap\n", inode); in start_read() [all …]
|
| H A D | inode.c | 67 dout("get_inode on %llu=%llx.%llx got %p new %d\n", ceph_present_inode(inode), in ceph_get_inode() 160 dout("get_or_create_frag added %llx.%llx frag %x\n", in __get_or_create_frag() 217 dout("choose_frag(%x) %x splits by %d (%d ways)\n", v, t, in __ceph_choose_frag() 228 dout("choose_frag(%x) = %x\n", v, t); in __ceph_choose_frag() 276 dout("fill_dirfrag removed %llx.%llx frag %x" in ceph_fill_dirfrag() 282 dout("fill_dirfrag cleared %llx.%llx frag %x" in ceph_fill_dirfrag() 306 dout("fill_dirfrag %llx.%llx frag %x ndist=%d\n", in ceph_fill_dirfrag() 370 dout("fill_fragtree %llx.%llx\n", ceph_vinop(inode)); in ceph_fill_fragtree() 410 dout(" frag %x split by %d\n", frag->frag, frag->split_by); in ceph_fill_fragtree() 442 dout("alloc_inode %p\n", &ci->vfs_inode); in ceph_alloc_inode() [all …]
|
| H A D | super.c | 46 dout("put_super\n"); in ceph_put_super() 64 dout("statfs\n"); in ceph_statfs() 118 dout("sync_fs (non-blocking)\n"); in ceph_sync_fs() 120 dout("sync_fs (non-blocking) done\n"); in ceph_sync_fs() 124 dout("sync_fs (blocking)\n"); in ceph_sync_fs() 127 dout("sync_fs (blocking) done\n"); in ceph_sync_fs() 246 dout("%s '%s'\n", __func__, dev_name); in ceph_parse_source() 270 dout("device name '%.*s'\n", (int)(dev_name_end - dev_name), dev_name); in ceph_parse_source() 272 dout("server path '%s'\n", fsopt->server_path); in ceph_parse_source() 298 dout("%s fs_parse '%s' token %d\n", __func__, param->key, token); in ceph_parse_mount_param() [all …]
|
| H A D | snap.c | 135 dout("create_snap_realm %llx %p\n", realm->ino, realm); in ceph_create_snap_realm() 159 dout("lookup_snap_realm %llx %p\n", r->ino, r); in __lookup_snap_realm() 187 dout("__destroy_snap_realm %p %llx\n", realm, realm->ino); in __destroy_snap_realm() 295 dout("adjust_snap_realm_parent %llx %p: %llx %p -> %llx %p\n", in adjust_snap_realm_parent() 352 dout("build_snap_context %llx %p: %p seq %lld (%u snaps)" in build_snap_context() 393 dout("build_snap_context %llx %p: %p seq %lld (%u snaps)\n", in build_snap_context() 425 dout("rebuild_snap_realms %llx %p\n", realm->ino, realm); in rebuild_snap_realms() 514 dout("queue_cap_snap %p already pending\n", inode); in ceph_queue_cap_snap() 519 dout("queue_cap_snap %p nothing dirty|writing\n", inode); in ceph_queue_cap_snap() 539 dout("queue_cap_snap %p " in ceph_queue_cap_snap() [all …]
|
| H A D | caps.c | 187 dout("%s: caps %d = %d used + %d resv + %d avail\n", in __ceph_unreserve_caps() 213 dout("reserve caps ctx=%p need=%d\n", ctx, need); in ceph_reserve_caps() 299 dout("reserve caps ctx=%p %d = %d used + %d resv + %d avail\n", in ceph_reserve_caps() 312 dout("unreserve caps ctx=%p count=%d\n", ctx, ctx->count); in ceph_unreserve_caps() 360 dout("get_cap ctx=%p (%d) %d = %d used + %d resv + %d avail\n", in ceph_get_cap() 384 dout("put_cap %p %d = %d used + %d resv + %d avail\n", in ceph_put_cap() 495 dout("__cap_set_timeouts %p %lu\n", &ci->vfs_inode, in __cap_set_timeouts() 510 dout("__cap_delay_requeue %p flags 0x%lx at %lu\n", &ci->vfs_inode, in __cap_delay_requeue() 534 dout("__cap_delay_requeue_front %p\n", &ci->vfs_inode); in __cap_delay_requeue_front() 551 dout("__cap_delay_cancel %p\n", &ci->vfs_inode); in __cap_delay_cancel() [all …]
|
| H A D | mds_client.c | 372 dout("parsed dir dname '%.*s'\n", rde->name_len, rde->name); in parse_reply_info_readdir() 430 dout("got %u sets of delegated inodes\n", sets); in ceph_parse_deleg_inos() 448 dout("added delegated inode 0x%llx\n", in ceph_parse_deleg_inos() 653 dout("mdsc get_session %p %d -> %d\n", s, in ceph_get_mds_session() 657 dout("mdsc get_session %p 0 -- FAIL\n", s); in ceph_get_mds_session() 667 dout("mdsc put_session %p %d -> %d\n", s, in ceph_put_mds_session() 726 dout("%s: realloc to %d\n", __func__, newmax); in register_session() 739 dout("%s: mds%d\n", __func__, mds); in register_session() 791 dout("__unregister_session mds%d %p\n", s->s_mds, s); in __unregister_session() 928 dout("__register_request %p tid %lld\n", req, req->r_tid); in __register_request() [all …]
|
| H A D | dir.c | 122 dout("note_last_dentry '%s'\n", dfi->last_name); in note_last_dentry() 144 dout(" page %lu not found\n", ptr_pgoff); in __dcache_find_get_entry() 193 dout("__dcache_readdir %p v%u at %llx\n", dir, (unsigned)shared_gen, ctx->pos); in __dcache_readdir() 223 dout("__dcache_readdir %p cache idx %llu\n", dir, idx); in __dcache_readdir() 257 dout(" %llx dentry %p %pd %p\n", di->offset, in __dcache_readdir() 317 dout("readdir %p file %p pos %llx\n", inode, file, ctx->pos); in ceph_readdir() 323 dout("readdir off 0 -> '.'\n"); in ceph_readdir() 337 dout("readdir off 1 -> '..'\n"); in ceph_readdir() 387 dout("readdir fetching %llx.%llx frag %x offset '%s'\n", in ceph_readdir() 431 dout("readdir got and parsed readdir result=%d on " in ceph_readdir() [all …]
|
| H A D | file.c | 51 dout("unused open flags: %x\n", flags); in ceph_flags_sys2wire() 209 dout("%s %p %p 0%o (%s)\n", __func__, inode, file, in ceph_init_file_info() 260 dout("init_file %p %p 0%o (symlink)\n", inode, file, in ceph_init_file() 265 dout("init_file %p %p 0%o (special)\n", inode, file, in ceph_init_file() 296 dout("renew caps %p want %s issued %s updating mds_wanted\n", in ceph_renew_caps() 328 dout("renew caps %p open result=%d\n", inode, err); in ceph_renew_caps() 349 dout("open file %p is already opened\n", file); in ceph_open() 358 dout("open inode %p ino %llx.%llx file %p flags %d (%d)\n", inode, in ceph_open() 383 dout("open %p fmode %d want %s issued %s using existing\n", in ceph_open() 405 dout("open fmode %d wants %s\n", fmode, ceph_cap_string(wanted)); in ceph_open() [all …]
|
| H A D | cache.c | 128 dout("ceph inode 0x%p cached okay\n", ci); in ceph_fscache_inode_check_aux() 194 dout("fscache_file_set_cookie %p %p disabling cache\n", in ceph_fscache_file_set_cookie() 202 dout("fscache_file_set_cookie %p %p enabling cache\n", in ceph_fscache_file_set_cookie() 241 dout("page read submitted\n"); in ceph_readpage_from_fscache() 245 dout("page/inode not in cache\n"); in ceph_readpage_from_fscache() 248 dout("%s: unknown error ret = %i\n", __func__, ret); in ceph_readpage_from_fscache() 270 dout("all-page read submitted\n"); in ceph_readpages_from_fscache() 274 dout("page/inode not in cache\n"); in ceph_readpages_from_fscache() 277 dout("%s: unknown error ret = %i\n", __func__, ret); in ceph_readpages_from_fscache()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-axi-clkgen.c | 113 unsigned long f, dout, best_f, fvco; in axi_clkgen_calc_params() local 142 dout = DIV_ROUND_CLOSEST(fvco, fout); in axi_clkgen_calc_params() 143 dout = clamp_t(unsigned long, dout, 1, 128 << fract_shift); in axi_clkgen_calc_params() 144 f = fvco / dout; in axi_clkgen_calc_params() 149 *best_dout = dout << (3 - fract_shift); in axi_clkgen_calc_params() 322 unsigned int d, m, dout; in axi_clkgen_set_rate() local 331 axi_clkgen_calc_params(parent_rate, rate, &d, &m, &dout); in axi_clkgen_set_rate() 333 if (d == 0 || dout == 0 || m == 0) in axi_clkgen_set_rate() 336 if ((dout & 0x7) != 0 || (m & 0x7) != 0) in axi_clkgen_set_rate() 344 axi_clkgen_calc_clk_params(dout >> 3, dout & 0x7, ¶ms); in axi_clkgen_set_rate() [all …]
|
| /OK3568_Linux_fs/u-boot/board/work-microwave/work_92105/ |
| H A D | work_92105_display.c | 90 uint8_t dout[2]; in max6957aax_write() local 92 dout[0] = reg; in max6957aax_write() 93 dout[1] = value; in max6957aax_write() 96 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_write() 112 uint8_t dout[2], din[2]; in max6957aax_read() local 115 dout[0] = reg | 0x80; /* set bit 7 to indicate read */ in max6957aax_read() 116 dout[1] = 0; in max6957aax_read() 119 spi_xfer(slave, 16, dout, dout, SPI_XFER_BEGIN | SPI_XFER_END); in max6957aax_read()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | messenger.c | 309 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_init() 320 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connecting() 331 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_connected() 344 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closing() 358 dout("%s con %p sock %d -> %d\n", __func__, con, old_state, in con_sock_state_closed() 375 dout("%s on %p state = %lu, queueing work\n", __func__, in ceph_sock_data_ready() 395 dout("%s %p queueing write work\n", __func__, con); in ceph_sock_write_space() 400 dout("%s %p nothing to write\n", __func__, con); in ceph_sock_write_space() 409 dout("%s %p state = %lu sk_state = %u\n", __func__, in ceph_sock_state_change() 414 dout("%s TCP_CLOSE\n", __func__); in ceph_sock_state_change() [all …]
|
| H A D | msgpool.c | 20 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 D | mon_client.c | 53 dout("monmap_decode %p %p len %d (%d)\n", p, end, len, (int)(end-p)); in ceph_monmap_decode() 80 dout("monmap_decode epoch %d, num_mon %d\n", m->epoch, in ceph_monmap_decode() 83 dout("monmap_decode mon%d is %s\n", i, in ceph_monmap_decode() 87 dout("monmap_decode failed with %d\n", err); in ceph_monmap_decode() 123 dout("__close_session closing mon%d\n", monc->cur_mon); in __close_session() 165 dout("%s mon%d -> mon%d out of %d mons\n", __func__, old_mon, in pick_new_mon() 188 dout("%s opening mon%d\n", __func__, monc->cur_mon); in __open_session() 228 dout("%s hunt_mult now %d\n", __func__, monc->hunt_mult); in un_backoff() 243 dout("__schedule_delayed after %lu\n", delay); in __schedule_delayed() 267 dout("%s sent %lu\n", __func__, monc->sub_renew_sent); in __send_subscribe() [all …]
|
| H A D | auth_x.c | 28 dout("ceph_x_is_authenticated want=%d need=%d have=%d\n", in ceph_x_is_authenticated() 39 dout("ceph_x_should_authenticate want=%d need=%d have=%d\n", in ceph_x_should_authenticate() 149 dout("remove_ticket_handler %p %d\n", th, th->service); in remove_ticket_handler() 180 dout(" ticket type %d %s\n", type, ceph_entity_type_name(type)); in process_one_ticket() 197 dout(" decrypted %d bytes\n", ret); in process_one_ticket() 212 dout(" expires=%llu renew_after=%llu\n", new_expires, in process_one_ticket() 223 dout(" encrypted ticket, decrypted %d bytes\n", ret); in process_one_ticket() 232 dout(" ticket blob is %d bytes\n", dlen); in process_one_ticket() 253 dout(" got ticket service %d (%s) secret_id %lld len %d\n", in process_one_ticket() 280 dout("%d tickets\n", num); in ceph_x_proc_ticket_reply() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | cros_ec_i2c.c | 57 (struct ec_host_request_i2c *)dev->dout; in cros_ec_i2c_packet() 70 i2c_msg[0].buf = dev->dout; in cros_ec_i2c_packet() 73 memmove(&ec_request_i2c->ec_request, dev->dout, out_bytes); in cros_ec_i2c_packet() 111 int cmd_version, const uint8_t *dout, in cros_ec_i2c_command() argument 130 if (out_bytes > sizeof(dev->dout)) { in cros_ec_i2c_command() 143 i2c_msg[0].buf = dev->dout; in cros_ec_i2c_command() 150 ptr = dev->dout; in cros_ec_i2c_command() 172 memcpy(ptr, dout, dout_len); in cros_ec_i2c_command() 176 cros_ec_calc_checksum(dev->dout, dout_len + 3); in cros_ec_i2c_command() 184 cros_ec_dump_data("out", -1, dev->dout, out_bytes); in cros_ec_i2c_command()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | mvebu_a3700_spi.c | 33 u32 dout; /* 0x10608 */ member 82 const void *dout, void *din) in spi_legacy_shift_byte() argument 93 dout_8 = dout; in spi_legacy_shift_byte() 104 if (dout) in spi_legacy_shift_byte() 110 writel(pending_dout, ®->dout); in spi_legacy_shift_byte() 124 if (dout) in spi_legacy_shift_byte() 136 const void *dout, void *din, unsigned long flags) in mvebu_spi_xfer() argument 146 if (dout && din) in mvebu_spi_xfer() 156 if (dout || din) { in mvebu_spi_xfer() 157 ret = spi_legacy_shift_byte(reg, bytelen, dout, din); in mvebu_spi_xfer()
|
| H A D | mxc_spi.c | 220 const u8 *dout, u8 *din, unsigned long flags) in spi_xchg_single() argument 229 __func__, bitlen, (u32)dout, (u32)din); in spi_xchg_single() 251 if (dout) { in spi_xchg_single() 253 data = (data << 8) | (*dout++ & 0xFF); in spi_xchg_single() 266 if (dout) { in spi_xchg_single() 268 if ((unsigned long)dout & 0x03) { in spi_xchg_single() 271 data = (data << 8) | (*dout++ & 0xFF); in spi_xchg_single() 273 data = *(u32 *)dout; in spi_xchg_single() 275 dout += 4; in spi_xchg_single() 335 unsigned int bitlen, const void *dout, in mxc_spi_xfer_internal() argument [all …]
|
| H A D | kirkwood_spi.c | 33 const void *dout, void *din, unsigned long flags) in _spi_xfer() argument 38 debug("spi_xfer: dout %p din %p bitlen %u\n", dout, din, bitlen); in _spi_xfer() 54 if (dout) in _spi_xfer() 55 tmpdout = *(u32 *)dout & 0xff; in _spi_xfer() 58 writel(tmpdout, ®->dout); /* Write the data out */ in _spi_xfer() 78 if (dout) in _spi_xfer() 79 dout += 1; in _spi_xfer() 237 const void *dout, void *din, unsigned long flags) in spi_xfer() argument 239 return _spi_xfer(spireg, bitlen, dout, din, flags); in spi_xfer() 335 const void *dout, void *din, unsigned long flags) in mvebu_spi_xfer() argument [all …]
|
| H A D | atcspi200_spi.c | 90 u8 *dout; member 152 if(ns->dout) in __atcspi200_spi_start() 178 static void __nspi_espi_tx(struct nds_spi_slave *ns, const void *dout) in __nspi_espi_tx() argument 180 ns->regs->data = *(u8 *)dout; in __nspi_espi_tx() 195 const void *dout = NULL; in __atcspi200_spi_xfer() local 219 ns->dout = (u8 *)data_out; in __atcspi200_spi_xfer() 225 ns->dout = 0; in __atcspi200_spi_xfer() 237 dout = data_out; in __atcspi200_spi_xfer() 250 __nspi_espi_tx(ns, dout); in __atcspi200_spi_xfer() 252 dout += CHUNK_SIZE; in __atcspi200_spi_xfer() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_lib.c | 136 display_output_params_st *dout; in dml_log_pipe_params() local 145 dout = &(pipes[i].dout); in dml_log_pipe_params() 232 dml_print("DML PARAMS: output_type = %d\n", dout->output_type); in dml_log_pipe_params() 233 dml_print("DML PARAMS: output_format = %d\n", dout->output_format); in dml_log_pipe_params() 234 dml_print("DML PARAMS: output_bpc = %d\n", dout->output_bpc); in dml_log_pipe_params() 235 dml_print("DML PARAMS: output_bpp = %3.4f\n", dout->output_bpp); in dml_log_pipe_params() 236 dml_print("DML PARAMS: dp_lanes = %d\n", dout->dp_lanes); in dml_log_pipe_params() 237 dml_print("DML PARAMS: dsc_enable = %d\n", dout->dsc_enable); in dml_log_pipe_params() 238 dml_print("DML PARAMS: dsc_slices = %d\n", dout->dsc_slices); in dml_log_pipe_params() 239 dml_print("DML PARAMS: wb_enable = %d\n", dout->wb_enable); in dml_log_pipe_params() [all …]
|
| H A D | display_mode_vba.c | 386 display_output_params_st *dout = &pipes[j].dout; in fetch_pipe_params() local 451 (enum output_format_class) (dout->output_format); in fetch_pipe_params() 453 dout->output_bpp; in fetch_pipe_params() 455 (enum output_encoder_class) (dout->output_type); in fetch_pipe_params() 457 if (!dout->dsc_enable) in fetch_pipe_params() 458 mode_lib->vba.ForcedOutputLinkBPP[mode_lib->vba.NumberOfActivePlanes] = dout->output_bpp; in fetch_pipe_params() 463 dout->dp_lanes; in fetch_pipe_params() 466 dout->max_audio_sample_rate; in fetch_pipe_params() 470 mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable; in fetch_pipe_params() 471 mode_lib->vba.DSCEnable[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable; in fetch_pipe_params() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/siox/ |
| H A D | siox-bus-gpio.c | 19 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() 110 ddata->dout = devm_gpiod_get(dev, "dout", GPIOD_OUT_LOW); in siox_gpio_probe() 111 if (IS_ERR(ddata->dout)) { in siox_gpio_probe() 112 ret = PTR_ERR(ddata->dout); in siox_gpio_probe()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi.h | 268 int spi_xfer(struct spi_slave *slave, unsigned int bitlen, const void *dout, 343 unsigned char dout[2]; in spi_w8r8() local 347 dout[0] = byte; in spi_w8r8() 348 dout[1] = 0; in spi_w8r8() 350 ret = spi_xfer(slave, 16, dout, din, SPI_XFER_BEGIN | SPI_XFER_END); in spi_w8r8() 437 int (*xfer)(struct udevice *dev, unsigned int bitlen, const void *dout, 526 const void *dout, void *din, unsigned long flags); 685 const void *dout, void *din, unsigned long flags);
|