Home
last modified time | relevance | path

Searched full:d (Results 1 – 25 of 7607) sorted by relevance

12345678910>>...305

/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Dcalcs_logger.h36 DC_LOG_BANDWIDTH_CALCS(" [enum] bw_calcs_version version %d", dceip->version); in print_bw_calcs_dceip()
37 DC_LOG_BANDWIDTH_CALCS(" [bool] large_cursor: %d", dceip->large_cursor); in print_bw_calcs_dceip()
38 …DC_LOG_BANDWIDTH_CALCS(" [bool] dmif_pipe_en_fbc_chunk_tracker: %d", dceip->dmif_pipe_en_fbc_chunk… in print_bw_calcs_dceip()
39 …DC_LOG_BANDWIDTH_CALCS(" [bool] display_write_back_supported: %d", dceip->display_write_back_suppo… in print_bw_calcs_dceip()
40 DC_LOG_BANDWIDTH_CALCS(" [bool] argb_compression_support: %d", dceip->argb_compression_support); in print_bw_calcs_dceip()
41 DC_LOG_BANDWIDTH_CALCS(" [bool] pre_downscaler_enabled: %d", dceip->pre_downscaler_enabled); in print_bw_calcs_dceip()
42 DC_LOG_BANDWIDTH_CALCS(" [bool] underlay_downscale_prefetch_enabled: %d", in print_bw_calcs_dceip()
44 DC_LOG_BANDWIDTH_CALCS(" [bool] graphics_lb_nodownscaling_multi_line_prefetching: %d", in print_bw_calcs_dceip()
46 DC_LOG_BANDWIDTH_CALCS(" [bool] limit_excessive_outstanding_dmif_requests: %d", in print_bw_calcs_dceip()
48 DC_LOG_BANDWIDTH_CALCS(" [uint32_t] cursor_max_outstanding_group_num: %d", in print_bw_calcs_dceip()
[all …]
/linux/drivers/pinctrl/sunplus/
H A Dsppctl_sp7021.c14 #define D(x, y) ((x) * 8 + (y)) macro
15 #define P(x, y) PINCTRL_PIN(D(x, y), D_PIS(x, y))
48 D(0, 0), D(0, 1), D(0, 2), D(0, 3), D(0, 4), D(0, 5), D(0, 6), D(0, 7),
49 D(1, 0), D(1, 1), D(1, 2), D(1, 3), D(1, 4), D(1, 5), D(1, 6), D(1, 7),
50 D(2, 0), D(2, 1), D(2, 2), D(2, 3), D(2, 4), D(2, 5), D(2, 6), D(2, 7),
51 D(3, 0), D(3, 1), D(3, 2), D(3, 3), D(3, 4), D(3, 5), D(3, 6), D(3, 7),
52 D(4, 0), D(4, 1), D(4, 2), D(4, 3), D(4, 4), D(4, 5), D(4, 6), D(4, 7),
53 D(5, 0), D(5, 1), D(5, 2), D(5, 3), D(5, 4), D(5, 5), D(5, 6), D(5, 7),
54 D(6, 0), D(6, 1), D(6, 2), D(6, 3), D(6, 4), D(6, 5), D(6, 6), D(6, 7),
55 D(7, 0), D(7, 1), D(7, 2), D(7, 3), D(7, 4), D(7, 5), D(7, 6), D(7, 7),
[all …]
/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb_core.c22 static int dvb_usbv2_download_firmware(struct dvb_usb_device *d, in dvb_usbv2_download_firmware() argument
27 dev_dbg(&d->udev->dev, "%s:\n", __func__); in dvb_usbv2_download_firmware()
29 if (!d->props->download_firmware) { in dvb_usbv2_download_firmware()
34 ret = request_firmware(&fw, name, &d->udev->dev); in dvb_usbv2_download_firmware()
36 dev_err(&d->udev->dev, in dvb_usbv2_download_firmware()
37 …"%s: Did not find the firmware file '%s' (status %d). You can use <kernel_dir>/scripts/get_dvb_fir… in dvb_usbv2_download_firmware()
42 dev_info(&d->udev->dev, "%s: downloading firmware from file '%s'\n", in dvb_usbv2_download_firmware()
45 ret = d->props->download_firmware(d, fw); in dvb_usbv2_download_firmware()
52 dev_dbg(&d->udev->dev, "%s: failed=%d\n", __func__, ret); in dvb_usbv2_download_firmware()
56 static int dvb_usbv2_i2c_init(struct dvb_usb_device *d) in dvb_usbv2_i2c_init() argument
[all …]
/linux/
H A DCREDITS5 (W), PGP key ID and fingerprint (P), description (D), and
14 D: Alpha systems hacking, IPv6 and other network related stuff
15 D: One of assisting postmasters for vger.kernel.org's lists
21 D: Samsung pin controller driver
25 D: Synopsys DesignWare XPCS MDIO/PCS driver.
30 D: /proc/sysvipc
38 D: zlib decompression
42 D: Basic Interphase 5575 driver with UBR and ABR support.
50 D: NFS over TCP patches
51 D: in-kernel DRM Maintainer
[all …]
/linux/drivers/block/aoe/
H A Daoedev.c18 static void freetgt(struct aoedev *d, struct aoetgt *t);
19 static void skbpoolfree(struct aoedev *d);
72 pr_err("aoe: %s %d slots per shelf\n", in minor_get_static()
81 pr_err("aoe: %s with e%ld.%d\n", in minor_get_static()
138 aoedev_put(struct aoedev *d) in aoedev_put() argument
143 d->ref--; in aoedev_put()
150 struct aoedev *d; in dummy_timer() local
152 d = timer_container_of(d, t, timer); in dummy_timer()
153 if (d->flags & DEVFL_TKILL) in dummy_timer()
155 d->timer.expires = jiffies + HZ; in dummy_timer()
[all …]
H A Daoecmd.c24 static int count_targets(struct aoedev *d, int *untainted);
78 getframe_deferred(struct aoedev *d, u32 tag) in getframe_deferred() argument
83 head = &d->rexmitq; in getframe_deferred()
95 getframe(struct aoedev *d, u32 tag) in getframe() argument
102 head = &d->factive[n]; in getframe()
119 newtag(struct aoedev *d) in newtag() argument
124 return n | (++d->lasttag & 0x7fff) << 16; in newtag()
128 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit() argument
130 u32 host_tag = newtag(d); in aoehdr_atainit()
136 h->major = cpu_to_be16(d->aoemajor); in aoehdr_atainit()
[all …]
/linux/drivers/clk/ti/
H A Dadpll.c175 static const char *ti_adpll_clk_get_name(struct ti_adpll_data *d, in ti_adpll_clk_get_name() argument
183 err = of_property_read_string_index(d->np, in ti_adpll_clk_get_name()
190 name = devm_kasprintf(d->dev, GFP_KERNEL, "%08lx.adpll.%s", in ti_adpll_clk_get_name()
191 d->pa, postfix); in ti_adpll_clk_get_name()
199 static int ti_adpll_setup_clock(struct ti_adpll_data *d, struct clk *clock, in ti_adpll_setup_clock() argument
207 d->clocks[index].clk = clock; in ti_adpll_setup_clock()
208 d->clocks[index].unregister = unregister; in ti_adpll_setup_clock()
214 dev_warn(d->dev, "clock %s con_id lookup may fail\n", in ti_adpll_setup_clock()
216 snprintf(con_id, 16, "pll%03lx%s", d->pa & 0xfff, postfix + 1); in ti_adpll_setup_clock()
220 d->clocks[index].cl = cl; in ti_adpll_setup_clock()
[all …]
/linux/arch/loongarch/mm/
H A Dpage.S14 add.d t0, t0, a0
16 st.d zero, a0, 0
17 st.d zero, a0, 8
18 st.d zero, a0, 16
19 st.d zero, a0, 24
20 st.d zero, a0, 32
21 st.d zero, a0, 40
22 st.d zero, a0, 48
23 st.d zero, a0, 56
24 addi.d a0, a0, 128
[all …]
/linux/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c48 struct dvb_usb_device *d = input_get_drvdata(dev); in legacy_dvb_usb_getkeycode() local
49 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_getkeycode()
50 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_getkeycode()
71 struct dvb_usb_device *d = input_get_drvdata(dev); in legacy_dvb_usb_setkeycode() local
72 struct rc_map_table *keymap = d->props.rc.legacy.rc_map_table; in legacy_dvb_usb_setkeycode()
73 unsigned int keymap_size = d->props.rc.legacy.rc_map_size; in legacy_dvb_usb_setkeycode()
111 struct dvb_usb_device *d = in legacy_dvb_usb_read_remote_control() local
123 if (d->props.rc.legacy.rc_query(d,&event,&state)) { in legacy_dvb_usb_read_remote_control()
134 d->last_event = event; in legacy_dvb_usb_read_remote_control()
135 input_event(d->input_dev, EV_KEY, event, 1); in legacy_dvb_usb_read_remote_control()
[all …]
H A Ddvb-usb-init.c26 static int dvb_usb_adapter_init(struct dvb_usb_device *d, short *adapter_nrs) in dvb_usb_adapter_init() argument
31 for (n = 0; n < d->props.num_adapters; n++) { in dvb_usb_adapter_init()
32 adap = &d->adapter[n]; in dvb_usb_adapter_init()
33 adap->dev = d; in dvb_usb_adapter_init()
36 memcpy(&adap->props, &d->props.adapter[n], sizeof(struct dvb_usb_adapter_properties)); in dvb_usb_adapter_init()
41 if (d->udev->speed == USB_SPEED_FULL && !(props->caps & DVB_USB_ADAP_HAS_PID_FILTER)) { in dvb_usb_adapter_init()
46 if ((d->udev->speed == USB_SPEED_FULL && props->caps & DVB_USB_ADAP_HAS_PID_FILTER) || in dvb_usb_adapter_init()
48 info("will use the device's hardware PID filter (table count: %d).", props->pid_filter_count); in dvb_usb_adapter_init()
68 err("no memory for priv for adapter %d fe %d.", n, o); in dvb_usb_adapter_init()
77 err("no memory for priv for adapter %d.", n); in dvb_usb_adapter_init()
[all …]
/linux/lib/crypto/arm64/
H A Dsha3-ce-core.S16 .set .Lv\b\().2d, \b
50 ld1 { v0.1d- v3.1d}, [x0]
51 ld1 { v4.1d- v7.1d}, [x8], #32
52 ld1 { v8.1d-v11.1d}, [x8], #32
53 ld1 {v12.1d-v15.1d}, [x8], #32
54 ld1 {v16.1d-v19.1d}, [x8], #32
55 ld1 {v20.1d-v23.1d}, [x8], #32
56 ld1 {v24.1d}, [x8]
121 rax1 v30.2d, v29.2d, v26.2d // bc[0]
122 rax1 v26.2d, v26.2d, v28.2d // bc[2]
[all …]
/linux/net/bluetooth/rfcomm/
H A Dcore.c58 static int rfcomm_queue_disc(struct rfcomm_dlc *d);
60 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d);
185 BT_DBG("%p state %d", sk, sk->sk_state); in rfcomm_l2state_change()
212 static int rfcomm_check_security(struct rfcomm_dlc *d) in rfcomm_check_security() argument
214 struct sock *sk = d->session->sock->sk; in rfcomm_check_security()
219 switch (d->sec_level) { in rfcomm_check_security()
232 return hci_conn_security(conn->hcon, d->sec_level, auth_type, in rfcomm_check_security()
233 d->out); in rfcomm_check_security()
263 struct rfcomm_dlc *d = timer_container_of(d, in rfcomm_dlc_timeout() local
272 rfcomm_dlc_set_timer(struct rfcomm_dlc * d,long timeout) rfcomm_dlc_set_timer() argument
280 rfcomm_dlc_clear_timer(struct rfcomm_dlc * d) rfcomm_dlc_clear_timer() argument
288 rfcomm_dlc_clear_state(struct rfcomm_dlc * d) rfcomm_dlc_clear_state() argument
305 struct rfcomm_dlc *d = kzalloc(sizeof(*d), prio); rfcomm_dlc_alloc() local
323 rfcomm_dlc_free(struct rfcomm_dlc * d) rfcomm_dlc_free() argument
331 rfcomm_dlc_link(struct rfcomm_session * s,struct rfcomm_dlc * d) rfcomm_dlc_link() argument
341 rfcomm_dlc_unlink(struct rfcomm_dlc * d) rfcomm_dlc_unlink() argument
357 struct rfcomm_dlc *d; rfcomm_dlc_get() local
371 __rfcomm_dlc_open(struct rfcomm_dlc * d,bdaddr_t * src,bdaddr_t * dst,u8 channel) __rfcomm_dlc_open() argument
425 rfcomm_dlc_open(struct rfcomm_dlc * d,bdaddr_t * src,bdaddr_t * dst,u8 channel) rfcomm_dlc_open() argument
437 __rfcomm_dlc_disconn(struct rfcomm_dlc * d) __rfcomm_dlc_disconn() argument
451 __rfcomm_dlc_close(struct rfcomm_dlc * d,int err) __rfcomm_dlc_close() argument
503 rfcomm_dlc_close(struct rfcomm_dlc * d,int err) rfcomm_dlc_close() argument
556 rfcomm_dlc_send_frag(struct rfcomm_dlc * d,struct sk_buff * frag) rfcomm_dlc_send_frag() argument
571 rfcomm_dlc_send(struct rfcomm_dlc * d,struct sk_buff * skb) rfcomm_dlc_send() argument
612 rfcomm_dlc_send_noerror(struct rfcomm_dlc * d,struct sk_buff * skb) rfcomm_dlc_send_noerror() argument
626 __rfcomm_dlc_throttle(struct rfcomm_dlc * d) __rfcomm_dlc_throttle() argument
637 __rfcomm_dlc_unthrottle(struct rfcomm_dlc * d) __rfcomm_dlc_unthrottle() argument
653 rfcomm_dlc_set_modem_status(struct rfcomm_dlc * d,u8 v24_sig) rfcomm_dlc_set_modem_status() argument
671 rfcomm_dlc_get_modem_status(struct rfcomm_dlc * d,u8 * v24_sig) rfcomm_dlc_get_modem_status() argument
747 struct rfcomm_dlc *d, *n; rfcomm_session_close() local
893 rfcomm_queue_disc(struct rfcomm_dlc * d) rfcomm_queue_disc() argument
954 rfcomm_send_pn(struct rfcomm_session * s,int cr,struct rfcomm_dlc * d) rfcomm_send_pn() argument
1210 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_ua() local
1264 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_dm() local
1293 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_disc() local
1320 rfcomm_dlc_accept(struct rfcomm_dlc * d) rfcomm_dlc_accept() argument
1342 rfcomm_check_accept(struct rfcomm_dlc * d) rfcomm_check_accept() argument
1363 struct rfcomm_dlc *d; rfcomm_recv_sabm() local
1403 rfcomm_apply_pn(struct rfcomm_dlc * d,int cr,struct rfcomm_pn * pn) rfcomm_apply_pn() argument
1435 struct rfcomm_dlc *d; rfcomm_recv_pn() local
1612 struct rfcomm_dlc *d; rfcomm_recv_msc() local
1707 struct rfcomm_dlc *d; rfcomm_recv_data() local
1808 struct rfcomm_dlc *d, *n; rfcomm_process_connect() local
1828 rfcomm_process_tx(struct rfcomm_dlc * d) rfcomm_process_tx() argument
1878 struct rfcomm_dlc *d, *n; rfcomm_process_dlcs() local
2141 struct rfcomm_dlc *d, *n; rfcomm_security_cfm() local
2195 struct rfcomm_dlc *d; rfcomm_dlc_debugfs_show() local
[all...]
/linux/drivers/base/regmap/
H A Dregmap-irq.c78 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_lock() local
80 mutex_lock(&d->lock); in regmap_irq_lock()
85 struct regmap_irq_chip_data *d = irq_data_get_irq_chip_data(data); in regmap_irq_sync_unlock() local
86 struct regmap *map = d->map; in regmap_irq_sync_unlock()
91 if (d->chip->runtime_pm) { in regmap_irq_sync_unlock()
94 dev_err(map->dev, "IRQ sync failed to resume: %d\n", in regmap_irq_sync_unlock()
98 if (d->clear_status) { in regmap_irq_sync_unlock()
99 for (i = 0; i < d->chip->num_regs; i++) { in regmap_irq_sync_unlock()
100 reg = d->get_irq_reg(d, d->chip->status_base, i); in regmap_irq_sync_unlock()
104 dev_err(d->map->dev, in regmap_irq_sync_unlock()
[all …]
/linux/tools/perf/util/
H A Ddlfilter.c73 static struct addr_location *get_al(struct dlfilter *d) in get_al() argument
75 struct addr_location *al = d->al; in get_al()
77 if (!al->thread && machine__resolve(d->machine, al, d->sample) < 0) in get_al()
82 static struct thread *get_thread(struct dlfilter *d) in get_thread() argument
84 struct addr_location *al = get_al(d); in get_thread()
91 struct dlfilter *d = (struct dlfilter *)ctx; in dlfilter__resolve_ip() local
92 struct perf_dlfilter_al *d_al = d->d_ip_al; in dlfilter__resolve_ip()
95 if (!d->ctx_valid) in dlfilter__resolve_ip()
102 al = get_al(d); in dlfilter__resolve_ip()
108 d_al->is_kernel_ip = machine__kernel_ip(d->machine, d->sample->ip); in dlfilter__resolve_ip()
[all …]
/linux/drivers/sh/intc/
H A Dcore.c74 struct intc_desc_int *d, in intc_register_irq() argument
84 radix_tree_insert(&d->tree, enum_id, intc_irq_xlate_get(irq)); in intc_register_irq()
95 data[0] = intc_get_mask_handle(desc, d, enum_id, 0); in intc_register_irq()
96 data[1] = intc_get_prio_handle(desc, d, enum_id, 0); in intc_register_irq()
103 pr_warn("missing unique irq mask for irq %d (vect 0x%04x)\n", in intc_register_irq()
106 data[0] = data[0] ? data[0] : intc_get_mask_handle(desc, d, enum_id, 1); in intc_register_irq()
107 data[1] = data[1] ? data[1] : intc_get_prio_handle(desc, d, enum_id, 1); in intc_register_irq()
117 irq_set_chip_and_handler_name(irq, &d->chip, handle_level_irq, in intc_register_irq()
130 /* add irq to d->prio list if priority is available */ in intc_register_irq()
132 hp = d->prio + d->nr_prio; in intc_register_irq()
[all …]
/linux/drivers/dma/lgm/
H A Dlgm-dma.c279 ldma_update_bits(struct ldma_dev *d, u32 mask, u32 val, u32 ofs) in ldma_update_bits() argument
283 old_val = readl(d->base + ofs); in ldma_update_bits()
287 writel(new_val, d->base + ofs); in ldma_update_bits()
315 static void ldma_dev_reset(struct ldma_dev *d) in ldma_dev_reset() argument
320 spin_lock_irqsave(&d->dev_lock, flags); in ldma_dev_reset()
321 ldma_update_bits(d, DMA_CTRL_RST, DMA_CTRL_RST, DMA_CTRL); in ldma_dev_reset()
322 spin_unlock_irqrestore(&d->dev_lock, flags); in ldma_dev_reset()
325 static void ldma_dev_pkt_arb_cfg(struct ldma_dev *d, bool enable) in ldma_dev_pkt_arb_cfg() argument
331 spin_lock_irqsave(&d->dev_lock, flags); in ldma_dev_pkt_arb_cfg()
332 ldma_update_bits(d, mask, val, DMA_CTRL); in ldma_dev_pkt_arb_cfg()
[all …]
/linux/arch/loongarch/lib/
H A Dmemmove.S48 add.d a0, a0, a2
49 add.d a1, a1, a2
53 addi.d a0, a0, -1
54 addi.d a1, a1, -1
55 addi.d a2, a2, -1
74 add.d a3, a1, a2
75 add.d a2, a0, a2
76 ld.d a6, a1, 0
77 ld.d a7, a3, -8
81 sub.d a3, a3, t1
[all …]
H A Dmemcpy.S44 addi.d a0, a0, 1
45 addi.d a1, a1, 1
46 addi.d a2, a2, -1
57 slli.d a2, a2, 5
58 add.d t0, t0, a2
108 8: ld.d t0, a1, 0
109 st.d t0, a0, 0
125 add.d a3, a1, a2
126 add.d a2, a0, a2
127 ld.d a6, a1, 0
[all …]
H A Dcopy_user.S37 addi.d a0, a0, 1
38 addi.d a1, a1, 1
39 addi.d a2, a2, -1
60 0: ld.d t0, a1, 0
61 1: st.d t0, a0, 0
62 add.d a3, a1, a2
63 add.d a2, a0, a2
67 sub.d t0, zero, t1
68 addi.d t0, t0, 8
69 add.d a1, a1, t0
[all …]
/linux/net/bridge/
H A Dbr_sysfs_br.c31 static ssize_t store_bridge_parm(struct device *d, in store_bridge_parm() argument
36 struct net_bridge *br = to_bridge(d); in store_bridge_parm()
66 static ssize_t forward_delay_show(struct device *d, in forward_delay_show() argument
69 struct net_bridge *br = to_bridge(d); in forward_delay_show()
79 static ssize_t forward_delay_store(struct device *d, in forward_delay_store() argument
83 return store_bridge_parm(d, buf, len, set_forward_delay); in forward_delay_store()
87 static ssize_t hello_time_show(struct device *d, struct device_attribute *attr, in hello_time_show() argument
91 jiffies_to_clock_t(to_bridge(d)->hello_time)); in hello_time_show()
100 static ssize_t hello_time_store(struct device *d, in hello_time_store() argument
104 return store_bridge_parm(d, buf, len, set_hello_time); in hello_time_store()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddebug.c21 seq_printf(f, "%d,0x%llx,0x%llx,%d,%d,", in hws_debug_dump_matcher_template_definer()
53 seq_printf(f, "%d,0x%llx,0x%llx,%d,%d,%d\n", in hws_debug_dump_matcher_match_template()
78 seq_printf(f, "%d,0x%llx,0x%llx,%d,%d,%d", in hws_debug_dump_matcher_action_template()
102 seq_printf(f, "%d,0x%llx,%d,%d,%d,%d,%d,%d,%d,%d,-1,-1,%d,%d\n", in hws_debug_dump_matcher_attr()
129 seq_printf(f, "%d,0x%llx,0x%llx,%d,%d,0x%llx", in hws_debug_dump_matcher()
141 seq_printf(f, ",%d,%d,%d,%d", in hws_debug_dump_matcher()
185 seq_printf(f, "%d,0x%llx,0x%llx,%d,%d,%d,%d,%d", in hws_debug_dump_table()
231 seq_printf(f, "%d,0x%llx,%d,%d,%d,%d,%d,%d,%d,%d,%d\n", in hws_debug_dump_context_send_engine()
248 seq_printf(f, "%d,0x%llx,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d\n", in hws_debug_dump_context_send_engine()
274 seq_printf(f, "%d,0x%llx,%s,%d,%d,%d,%d,", in hws_debug_dump_context_caps()
[all …]
/linux/Documentation/userspace-api/media/
H A Dtypical_media_device.svg3 …d="rect7" width="28000" height="21000"/></clipPath></defs><path id="path11" d="m10146 2636c-518.06…
4d="m1505.5 13443c-293 0-585 292-585 585v2340c0 293 292 586 585 586h3275c293 0 586-293 586-586v-234…
6 <path id="path37" d="m2371.5 9608h-2260v-1270h4520v1270h-2260z" fill="#ff8080" style=""/><path id="…
7 <path id="path51" d="m2363.5 8053h-2269v-1224h4537v1224h-2268z" fill="#ff8080" style=""/><path id="…
8 <path id="path65" d="m13622 10386h-3810v-1281h7620v1281h-3810z" fill="#cfc" style=""/><path id="pat…
9 <path id="path79" d="m12080 12182h-2268v-1412h4536v1412h-2268z" fill="#cfe7f5" style=""/><path id="…
10 <path id="path93" d="m3050.5 15498h-1563v-1715h3126v1715h-1563z" fill="#fc9" style=""/><path id="pa…
11d="m4629.5 5866 385-353v176h1167v-176l386 353-386 354v-177h-1167v177l-385-354z" fill="#729fcf" sty…
12d="m7872.5 11464 385-353v176h1166v-176l386 353-386 354v-177h-1166v177l-385-354z" fill="none" strok…
14 <path id="path159" d="m11062 7098h-1250v-875h2499v875h-1249z" fill="#cff" style=""/><path id="path1…
[all …]
/linux/drivers/mtd/ubi/
H A Ddebug.c64 ubi_err(ubi, "err %d while reading %d bytes from PEB %d:%d, read %zd bytes", in FAIL_ACTION()
69 ubi_msg(ubi, "dumping %d bytes of data from PEB %d, offset %d", in FAIL_ACTION()
85 pr_err("\tversion %d\n", (int)ec_hdr->version); in ubi_dump_ec_hdr()
87 pr_err("\tvid_hdr_offset %d\n", be32_to_cpu(ec_hdr->vid_hdr_offset)); in ubi_dump_ec_hdr()
88 pr_err("\tdata_offset %d\n", be32_to_cpu(ec_hdr->data_offset)); in ubi_dump_ec_hdr()
89 pr_err("\timage_seq %d\n", be32_to_cpu(ec_hdr->image_seq)); in ubi_dump_ec_hdr()
104 pr_err("\tversion %d\n", (int)vid_hdr->version); in ubi_dump_vid_hdr()
105 pr_err("\tvol_type %d\n", (int)vid_hdr->vol_type); in ubi_dump_vid_hdr()
106 pr_err("\tcopy_flag %d\n", (int)vid_hdr->copy_flag); in ubi_dump_vid_hdr()
107 pr_err("\tcompat %d\n", (int)vid_hdr->compat); in ubi_dump_vid_hdr()
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif_sf.h80 "Kick 3D: FWCtx 0x%08.8x @ %d, RTD 0x%08x. Partial render:%d, CSW resume:%d, prio:%d" },
82 "3D finished, HWRTData0State=%x, HWRTData1State=%x" },
84 "Kick 3D TQ: FWCtx 0x%08.8x @ %d, CSW resume:%d, prio: %d" },
86 "3D Transfer finished" },
88 "Kick Compute: FWCtx 0x%08.8x @ %d, prio: %d" },
92 … "Kick TA: FWCtx 0x%08.8x @ %d, RTD 0x%08x. First kick:%d, Last kick:%d, CSW resume:%d, prio:%d" },
102 "Kick TLA: FWCtx 0x%08.8x @ %d, prio:%d" },
106 "cCCB Woff update = %d, DM = %d, FWCtx = 0x%08.8x" },
108 "UFO Checks for FWCtx 0x%08.8x @ %d" },
120 "UFO Updates for FWCtx 0x%08.8x @ %d" },
[all …]
/linux/drivers/nvme/target/
H A Dfabrics-cmd-auth.c20 pr_debug("%s: ctrl %d qid %d transaction %u expired, resetting\n", in nvmet_auth_expired_work()
34 static u8 nvmet_auth_negotiate(struct nvmet_req *req, void *d) in nvmet_auth_negotiate() argument
37 struct nvmf_auth_dhchap_negotiate_data *data = d; in nvmet_auth_negotiate()
40 pr_debug("%s: ctrl %d qid %d: data sc_d %d napd %d authid %d halen %d dhlen %d\n", in nvmet_auth_negotiate()
88 pr_debug("%s: ctrl %d qid %d: no usable hash found\n", in nvmet_auth_negotiate()
92 pr_debug("%s: ctrl %d qid %d: no usable hash found, falling back to %s\n", in nvmet_auth_negotiate()
116 pr_debug("%s: ctrl %d qid %d: no usable DH group found\n", in nvmet_auth_negotiate()
120 pr_debug("%s: ctrl %d qid %d: configured DH group %s not found\n", in nvmet_auth_negotiate()
126 pr_debug("%s: ctrl %d qid %d: NULL DH group invalid " in nvmet_auth_negotiate()
131 pr_debug("%s: ctrl %d qid %d: selected DH group %s (%d)\n", in nvmet_auth_negotiate()
[all …]

12345678910>>...305