Home
last modified time | relevance | path

Searched refs:dev_ctx (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/tools/testing/selftests/ublk/
H A Dfault_inject.c13 static int ublk_fault_inject_tgt_init(const struct dev_ctx *ctx, in ublk_fault_inject_tgt_init()
67 static void ublk_fault_inject_cmd_line(struct dev_ctx *ctx, int argc, char *argv[]) in ublk_fault_inject_cmd_line()
H A Dkublk.c492 static int ublk_dev_prep(const struct dev_ctx *ctx, struct ublk_dev *dev) in ublk_dev_prep()
776 static int ublk_send_dev_event(const struct dev_ctx *ctx, struct ublk_dev *dev, int dev_id) in ublk_send_dev_event()
802 static int ublk_start_daemon(const struct dev_ctx *ctx, struct ublk_dev *dev) in ublk_start_daemon()
969 static int __cmd_dev_add(const struct dev_ctx *ctx) in __cmd_dev_add()
1047 static int __cmd_dev_list(struct dev_ctx *ctx);
1049 static int cmd_dev_add(struct dev_ctx *ctx) in cmd_dev_add()
1111 static int __cmd_dev_del(struct dev_ctx *ctx) in __cmd_dev_del()
1139 static int cmd_dev_del(struct dev_ctx *ctx) in cmd_dev_del()
1153 static int __cmd_dev_list(struct dev_ctx *ctx) in __cmd_dev_list()
1180 static int cmd_dev_list(struct dev_ctx *ctx) in cmd_dev_list()
[all …]
H A Dkublk.h76 struct dev_ctx { struct
130 int (*init_tgt)(const struct dev_ctx *ctx, struct ublk_dev *);
142 void (*parse_cmd_line)(struct dev_ctx *ctx, int argc, char *argv[]);
H A Dnull.c13 static int ublk_null_tgt_init(const struct dev_ctx *ctx, struct ublk_dev *dev) in ublk_null_tgt_init()
H A Dstripe.c271 static int ublk_stripe_tgt_init(const struct dev_ctx *ctx, struct ublk_dev *dev) in ublk_stripe_tgt_init()
347 static void ublk_stripe_cmd_line(struct dev_ctx *ctx, int argc, char *argv[]) in ublk_stripe_cmd_line()
H A Dfile_backed.c129 static int ublk_loop_tgt_init(const struct dev_ctx *ctx, struct ublk_dev *dev) in ublk_loop_tgt_init()
/linux-6.15/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd_v6.c43 mfc_write(dev, buf_size->dev_ctx, S5P_FIMV_CONTEXT_MEM_SIZE_V6); in s5p_mfc_sys_init_cmd_v6()
H A Ds5p_mfc.c1551 .dev_ctx = MFC_CTX_BUF_SIZE_V6,
1580 .dev_ctx = MFC_CTX_BUF_SIZE_V7,
1614 .dev_ctx = MFC_CTX_BUF_SIZE_V8,
1648 .dev_ctx = MFC_CTX_BUF_SIZE_V10,
1671 .dev_ctx = MFC_CTX_BUF_SIZE_V12,
H A Ds5p_mfc_common.h213 unsigned int dev_ctx; member
H A Ds5p_mfc_opr_v6.c451 dev->ctx_buf.size = buf_size->dev_ctx; in s5p_mfc_alloc_dev_context_buffer_v6()
458 memset(dev->ctx_buf.virt, 0, buf_size->dev_ctx); in s5p_mfc_alloc_dev_context_buffer_v6()