Home
last modified time | relevance | path

Searched defs:write (Results 251 – 275 of 725) sorted by relevance

1...<<11121314151617181920>>...29

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c338 int write = !(gtt->userflags & RADEON_GEM_USERPTR_READONLY); in radeon_ttm_tt_pin_userptr() local
398 int write = !(gtt->userflags & RADEON_GEM_USERPTR_READONLY); in radeon_ttm_tt_unpin_userptr() local
/openbmc/linux/kernel/
H A Dpid_namespace.c280 static int pid_ns_ctl_handler(struct ctl_table *table, int write, in pid_ns_ctl_handler()
/openbmc/linux/drivers/spi/
H A Dspi-pxa2xx.h49 int (*write)(struct driver_data *drv_data); member
/openbmc/hiomapd/
H A Dbackend.h102 int (*write)(struct backend *backend, uint32_t offset, void *buf, member
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_cert.cpp94 int CertHandler::write(const char* buffer, uint32_t offset, uint32_t& length, in write() function in pldm::responder::CertHandler
H A Dfile_io_type_pel.cpp347 int PelHandler::write(const char* buffer, uint32_t offset, uint32_t& length, in write() function in pldm::responder::PelHandler
H A Dfile_io_type_lid.hpp181 virtual int write(const char* buffer, uint32_t offset, uint32_t& length, in write() function in pldm::responder::LidHandler
/openbmc/linux/arch/x86/include/asm/
H A Dmmu_context.h251 bool write, bool execute, bool foreign) in arch_vma_access_permitted()
H A Dpgtable.h1605 static inline bool __pkru_allows_pkey(u16 pkey, bool write) in __pkru_allows_pkey()
1622 static inline bool __pte_access_permitted(unsigned long pteval, bool write) in __pte_access_permitted()
1641 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted()
1647 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted()
1653 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c1849 proc_do_defense_mode(struct ctl_table *table, int write, in proc_do_defense_mode()
1876 proc_do_sync_threshold(struct ctl_table *table, int write, in proc_do_sync_threshold()
1904 proc_do_sync_ports(struct ctl_table *table, int write, in proc_do_sync_ports()
1986 static int ipvs_proc_est_cpulist(struct ctl_table *table, int write, in ipvs_proc_est_cpulist()
2013 static int ipvs_proc_est_nice(struct ctl_table *table, int write, in ipvs_proc_est_nice()
2043 static int ipvs_proc_run_estimation(struct ctl_table *table, int write, in ipvs_proc_run_estimation()
/openbmc/linux/drivers/scsi/
H A Dsd.c726 static unsigned int sd_prot_op(bool write, bool dix, bool dif) in sd_prot_op()
1082 static blk_status_t sd_setup_rw32_cmnd(struct scsi_cmnd *cmd, bool write, in sd_setup_rw32_cmnd()
1099 static blk_status_t sd_setup_rw16_cmnd(struct scsi_cmnd *cmd, bool write, in sd_setup_rw16_cmnd()
1114 static blk_status_t sd_setup_rw10_cmnd(struct scsi_cmnd *cmd, bool write, in sd_setup_rw10_cmnd()
1129 static blk_status_t sd_setup_rw6_cmnd(struct scsi_cmnd *cmd, bool write, in sd_setup_rw6_cmnd()
1192 bool write = rq_data_dir(rq) == WRITE; in sd_setup_read_write_cmnd() local
/openbmc/linux/arch/ia64/kernel/
H A Dunwind.c284 unw_access_gr (struct unw_frame_info *info, int regnum, unsigned long *val, char *nat, int write) in unw_access_gr()
410 unw_access_br (struct unw_frame_info *info, int regnum, unsigned long *val, int write) in unw_access_br()
446 unw_access_fr (struct unw_frame_info *info, int regnum, struct ia64_fpreg *val, int write) in unw_access_fr()
495 unw_access_ar (struct unw_frame_info *info, int regnum, unsigned long *val, int write) in unw_access_ar()
592 unw_access_pr (struct unw_frame_info *info, unsigned long *val, int write) in unw_access_pr()
/openbmc/linux/fs/
H A Ddax.c875 bool write = iter->flags & IOMAP_WRITE; in dax_insert_entry() local
1443 bool write = iov_iter_rw(iter) == WRITE; in dax_iomap_iter() local
1665 bool write = iter->flags & IOMAP_WRITE; in dax_fault_iter() local
1793 bool write = vmf->flags & FAULT_FLAG_WRITE; in dax_fault_check_fallback() local
/openbmc/linux/arch/riscv/kvm/
H A Daia_imsic.c442 bool write; member
490 unsigned long isel, bool write, in imsic_vsfile_rw()
882 bool write, unsigned long *val) in kvm_riscv_aia_imsic_rw_attr()
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-rbsp.c249 struct nal_rbsp_ops write = { variable
/openbmc/linux/drivers/hwtracing/stm/
H A Dstm.h97 ssize_t (*write)(struct stm_data *data, member
/openbmc/linux/drivers/fsi/
H A Dfsi-master.h129 int (*write)(struct fsi_master *, int link, uint8_t id, member
/openbmc/linux/include/linux/
H A Dfirmware.h70 enum fw_upload_err (*write)(struct fw_upload *fw_upload, member
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-tpo-tpg110.c189 static u8 tpg110_readwrite_reg(struct tpg110 *tpg, bool write, in tpg110_readwrite_reg()
/openbmc/bmcweb/http/
H A Dhttp_response.hpp246 void write(std::string&& bodyPart) in write() function
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-core-mbox.c75 static int _send_mmio_command(unsigned int cpu, unsigned int reg, int write, in _send_mmio_command()
138 int write = 0; in _send_mbox_command() local
/openbmc/linux/arch/x86/kernel/
H A Dmodule.c234 void *(*write)(void *, const void *, size_t) = memcpy; in write_relocate_add() local
/openbmc/linux/arch/powerpc/include/asm/
H A Dmmu_context.h278 bool write, bool execute, bool foreign) in arch_vma_access_permitted()
/openbmc/linux/drivers/iio/dac/
H A Dad5686.c452 const char *name, ad5686_write_func write, in ad5686_probe()
/openbmc/linux/drivers/net/can/flexcan/
H A Dflexcan.h114 void (*write)(u32 val, void __iomem *addr); member

1...<<11121314151617181920>>...29