Home
last modified time | relevance | path

Searched defs:op (Results 226 – 250 of 1280) sorted by relevance

12345678910>>...52

/linux/lib/lzo/
H A Dlzo1x_compress.c39 unsigned char *op; in LZO_SAFE() local
342 unsigned char *op = out; in LZO_SAFE() local
/linux/drivers/spi/
H A Dspi-rockchip-sfc.c302 static void rockchip_sfc_adjust_op_work(struct spi_mem_op *op) in rockchip_sfc_adjust_op_work()
319 const struct spi_mem_op *op, in rockchip_sfc_xfer_setup()
459 const struct spi_mem_op *op, u32 len) in rockchip_sfc_xfer_data_poll()
470 const struct spi_mem_op *op, u32 len) in rockchip_sfc_xfer_data_dma()
524 static int rockchip_sfc_exec_mem_op(struct spi_mem *mem, const struct spi_mem_op *op) in rockchip_sfc_exec_mem_op()
573 static int rockchip_sfc_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op) in rockchip_sfc_adjust_op_size()
H A Dspi-dw-core.c476 static int dw_spi_adjust_mem_op_size(struct spi_mem *mem, struct spi_mem_op *op) in dw_spi_adjust_mem_op_size()
485 const struct spi_mem_op *op) in dw_spi_supports_mem_op()
494 static int dw_spi_init_mem_buf(struct dw_spi *dws, const struct spi_mem_op *op) in dw_spi_init_mem_buf()
660 static int dw_spi_exec_mem_op(struct spi_mem *mem, const struct spi_mem_op *op) in dw_spi_exec_mem_op()
H A Dspi-airoha-snfi.c535 static bool airoha_snand_is_page_ops(const struct spi_mem_op *op) in airoha_snand_is_page_ops()
568 struct spi_mem_op *op) in airoha_snand_adjust_op_size()
595 const struct spi_mem_op *op) in airoha_snand_supports_op()
630 struct spi_mem_op *op = &desc->info.op_tmpl; in airoha_snand_dirmap_read() local
769 struct spi_mem_op *op = &desc->info.op_tmpl; in airoha_snand_dirmap_write() local
899 const struct spi_mem_op *op) in airoha_snand_exec_op()
/linux/drivers/xen/
H A Dgntdev.c657 struct ioctl_gntdev_map_grant_ref op; in gntdev_ioctl_map_grant_ref() local
692 struct ioctl_gntdev_unmap_grant_ref op; in gntdev_ioctl_unmap_grant_ref() local
715 struct ioctl_gntdev_get_offset_for_vaddr op; in gntdev_ioctl_get_offset_for_vaddr() local
747 struct ioctl_gntdev_unmap_notify op; in gntdev_ioctl_notify() local
898 struct gnttab_copy *op; in gntdev_grant_copy_seg() local
/linux/arch/x86/include/asm/xen/
H A Dhypercall.h272 HYPERVISOR_mmuext_op(struct mmuext_op *op, int count, in HYPERVISOR_mmuext_op()
367 MULTI_mmuext_op(struct multicall_entry *mcl, struct mmuext_op *op, int count, in MULTI_mmuext_op()
413 HYPERVISOR_platform_op(struct xen_platform_op *op) in HYPERVISOR_platform_op()
488 HYPERVISOR_hvm_op(int op, void *arg) in HYPERVISOR_hvm_op()
494 HYPERVISOR_xenpmu_op(unsigned int op, void *arg) in HYPERVISOR_xenpmu_op()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c490 enum op { OP_LT, OP_LE, OP_GT, OP_GE, OP_EQ, OP_NE, first_op = OP_LT, last_op = OP_NE }; enum
492 static enum op complement_op(enum op op) in complement_op()
505 static const char *op_str(enum op op) in op_str()
523 static bool range_canbe_op(enum num_t t, struct range x, struct range y, enum op op) in range_canbe_op()
552 static bool range_always_op(enum num_t t, struct range x, struct range y, enum op op) in range_always_op()
563 static bool range_never_op(enum num_t t, struct range x, struct range y, enum op op) in range_never_op()
573 static int range_branch_taken_op(enum num_t t, struct range x, struct range y, enum op op) in range_branch_taken_op()
590 enum op op, struct range *newx, struct range *newy) in range_cond()
740 static void reg_state_cond(enum num_t t, struct reg_state *x, struct reg_state *y, enum op op, in reg_state_cond()
785 enum op op) in reg_state_branch_taken_op()
[all …]
/linux/drivers/watchdog/
H A Driowd.c176 static int riowd_probe(struct platform_device *op) in riowd_probe()
219 static void riowd_remove(struct platform_device *op) in riowd_remove()
/linux/drivers/scsi/qedf/
H A Dqedf_fip.c126 u16 op, vlan_tci = 0; in qedf_fip_send() local
177 u16 op; in qedf_fip_recv() local
/linux/tools/testing/selftests/ublk/
H A Dfile_backed.c36 enum io_uring_op op = ublk_to_uring_op(iod, zc | auto_zc); in loop_queue_tgt_rw_io() local
118 unsigned op = user_data_to_op(cqe->user_data); in ublk_loop_io_done() local
/linux/arch/m68k/atari/
H A Dtime.c142 int atari_mste_hwclk( int op, struct rtc_time *t ) in atari_mste_hwclk()
201 int atari_tt_hwclk( int op, struct rtc_time *t ) in atari_tt_hwclk()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_fused_io.c12 const struct mod_hdcp_atomic_op_i2c *op, in op_i2c_convert()
38 const struct mod_hdcp_atomic_op_aux *op, in op_aux_convert()
/linux/drivers/char/ipmi/
H A Dipmi_si_hotmod.c103 static int parse_hotmod_str(const char *curr, enum hotmod_op *op, in parse_hotmod_str()
197 enum hotmod_op op; in hotmod_handler() local
/linux/drivers/md/bcache/
H A Dwriteback.c848 struct btree_op op; member
856 struct sectors_dirty_init *op = container_of(_op, in sectors_dirty_init_fn() local
876 struct sectors_dirty_init op; in bch_root_node_dirty_init() local
983 struct sectors_dirty_init op; in bch_sectors_dirty_init() local
H A Dmovinggc.c18 struct data_insert_op op; member
95 struct data_insert_op *op = &io->op; in CLOSURE_CALLBACK() local
/linux/kernel/futex/
H A Dsyscalls.c84 long do_futex(u32 __user *uaddr, int op, u32 val, ktime_t *timeout, in do_futex()
147 futex_init_timeout(u32 cmd, u32 op, struct timespec64 *ts, ktime_t *t) in futex_init_timeout()
160 SYSCALL_DEFINE6(futex, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
492 SYSCALL_DEFINE6(futex_time32, u32 __user *, uaddr, int, op, u32, val, in SYSCALL_DEFINE6() argument
/linux/include/trace/events/
H A Df2fs.h73 #define show_bio_type(op,op_flags) show_bio_op(op), \ argument
76 #define show_bio_op(op) blk_op_str(op) argument
/linux/drivers/nvme/host/
H A Dfc.c113 struct nvme_fc_fcp_op op; member
1787 struct nvme_fc_fcp_op *op) in __nvme_fc_exit_request()
1801 struct nvme_fc_fcp_op *op = blk_mq_rq_to_pdu(rq); in nvme_fc_exit_request() local
1807 __nvme_fc_abort_op(struct nvme_fc_ctrl *ctrl, struct nvme_fc_fcp_op *op) in __nvme_fc_abort_op()
1849 struct nvme_fc_fcp_op *op, int opstate) in __nvme_fc_fcpop_chk_teardowns()
1882 struct nvme_fc_fcp_op *op = fcp_req_to_fcp_op(req); in nvme_fc_io_getuuid() local
1894 struct nvme_fc_fcp_op *op = fcp_req_to_fcp_op(req); in nvme_fc_fcpio_done() local
2055 struct nvme_fc_queue *queue, struct nvme_fc_fcp_op *op, in __nvme_fc_init_request()
2111 struct nvme_fcp_op_w_sgl *op = blk_mq_rq_to_pdu(rq); in nvme_fc_init_request() local
2423 struct nvme_fc_fcp_op *op = blk_mq_rq_to_pdu(req); in nvme_fc_terminate_exchange() local
[all …]
/linux/arch/microblaze/kernel/cpu/
H A Dcache.c104 #define CACHE_ALL_LOOP(cache_size, line_length, op) \ argument
125 #define CACHE_RANGE_LOOP_2(start, end, line_length, op) \ argument
142 #define CACHE_RANGE_LOOP_1(start, end, line_length, op) \ argument
/linux/drivers/sbus/char/
H A Dbbc_envctrl.c446 static void attach_one_temp(struct bbc_i2c_bus *bp, struct platform_device *op, in attach_one_temp()
494 static void attach_one_fan(struct bbc_i2c_bus *bp, struct platform_device *op, in attach_one_fan()
568 struct platform_device *op; in bbc_envctrl_init() local
/linux/fs/bcachefs/
H A Dio_read.c161 struct promote_op *op = container_of(rbio, struct promote_op, write.rbio); in promote_free() local
179 struct promote_op *op = container_of(wop, struct promote_op, write.op); in promote_done() local
188 struct promote_op *op = container_of(work, struct promote_op, work); in promote_start_work() local
195 struct promote_op *op = container_of(rbio, struct promote_op, write.rbio); in promote_start() local
241 struct promote_op *op = kzalloc(sizeof(*op), GFP_KERNEL); in __promote_alloc() local
357 void bch2_promote_op_to_text(struct printbuf *out, struct promote_op *op) in bch2_promote_op_to_text()
/linux/sound/soc/fsl/
H A Dmpc5200_psc_ac97.c275 static int psc_ac97_of_probe(struct platform_device *op) in psc_ac97_of_probe()
313 static void psc_ac97_of_remove(struct platform_device *op) in psc_ac97_of_remove()
/linux/drivers/mtd/nand/spi/
H A Dmacronix.c70 struct spi_mem_op op = SPI_MEM_OP(SPI_MEM_OP_CMD(0x7c, 1), in macronix_get_eccsr() local
151 struct spi_mem_op op = SPINAND_SET_FEATURE_1S_1S_1S_OP(MACRONIX_FEATURE_ADDR_READ_RETRY, in macronix_set_read_retry() local
/linux/security/ipe/
H A Dhooks.c114 enum ipe_op_type op; in ipe_kernel_read_file() local
159 enum ipe_op_type op; in ipe_kernel_load_data() local
/linux/fs/afs/
H A Dwrite.c67 static void afs_store_data_success(struct afs_operation *op) in afs_store_data_success()
107 struct afs_operation *op; in afs_issue_write_worker() local

12345678910>>...52