Searched refs:byte_len (Results 1 – 12 of 12) sorted by relevance
/linux-4.19.296/drivers/misc/eeprom/ |
D | at25.c | 78 if (unlikely(offset >= at25->chip.byte_len)) in at25_ee_read() 80 if ((offset + count) > at25->chip.byte_len) in at25_ee_read() 81 count = at25->chip.byte_len - offset; in at25_ee_read() 141 if (unlikely(off >= at25->chip.byte_len)) in at25_ee_write() 143 if ((off + count) > at25->chip.byte_len) in at25_ee_write() 144 count = at25->chip.byte_len - off; in at25_ee_write() 260 chip->byte_len = val; in at25_fw_to_chip() 367 at25->nvmem_config.size = chip.byte_len; in at25_probe() 374 (chip.byte_len < 1024) ? chip.byte_len : (chip.byte_len / 1024), in at25_probe() 375 (chip.byte_len < 1024) ? "Byte" : "KByte", in at25_probe()
|
D | at24.c | 73 u32 byte_len; member 114 u32 byte_len; member 120 .byte_len = _len, .flags = _flags, \ 390 if (off + count > at24->byte_len) in at24_read() 437 if (off + count > at24->byte_len) in at24_write() 504 chip->byte_len = val; in at24_properties_to_pdata() 549 pdata->byte_len = cdata->byte_len; in at24_get_pdata() 595 static unsigned int at24_get_offset_adj(u8 flags, unsigned int byte_len) in at24_get_offset_adj() argument 599 return 0xa0 - byte_len; in at24_get_offset_adj() 655 num_addresses = DIV_ROUND_UP(pdata.byte_len, in at24_probe() [all …]
|
/linux-4.19.296/include/linux/spi/ |
D | eeprom.h | 15 u32 byte_len; member
|
/linux-4.19.296/include/linux/platform_data/ |
D | at24.h | 44 u32 byte_len; /* size (sum of all addr) */ member
|
/linux-4.19.296/include/trace/events/ |
D | rpcrdma.h | 626 __field(u32, byte_len) 635 __entry->byte_len = 0; 638 __entry->byte_len = wc->byte_len; 644 __entry->cqe, __entry->byte_len, 1383 __field(u32, byte_len) 1392 __entry->byte_len = 0; 1395 __entry->byte_len = wc->byte_len; 1401 __entry->cqe, __entry->byte_len,
|
/linux-4.19.296/fs/ocfs2/ |
D | file.h | 85 u64 byte_len);
|
D | file.c | 1528 u64 byte_len) in ocfs2_truncate_cluster_pages() argument 1535 end = byte_start + byte_len; in ocfs2_truncate_cluster_pages() 1771 u64 byte_len) in ocfs2_remove_inode_range() argument 1792 (unsigned long long)byte_len); in ocfs2_remove_inode_range() 1794 if (byte_len == 0) in ocfs2_remove_inode_range() 1799 byte_start + byte_len, 0); in ocfs2_remove_inode_range() 1828 ret = ocfs2_cow_file_pos(inode, di_bh, byte_start + byte_len); in ocfs2_remove_inode_range() 1836 trunc_end = (byte_start + byte_len) >> osb->s_clustersize_bits; in ocfs2_remove_inode_range() 1839 ret = ocfs2_zero_partial_clusters(inode, byte_start, byte_len); in ocfs2_remove_inode_range() 1920 ocfs2_truncate_cluster_pages(inode, byte_start, byte_len); in ocfs2_remove_inode_range()
|
/linux-4.19.296/include/uapi/rdma/ |
D | vmw_pvrdma-abi.h | 283 __u32 byte_len; member
|
D | ib_user_verbs.h | 454 __u32 byte_len; member
|
/linux-4.19.296/include/rdma/ |
D | rdmavt_qp.h | 599 wc.byte_len = wqe->length; in rvt_qp_swqe_complete()
|
D | ib_verbs.h | 994 u32 byte_len; member
|
/linux-4.19.296/fs/cifs/ |
D | smbdirect.c | 592 wc->byte_len, wc->pkey_index); in recv_done() 613 process_negotiation_response(response, wc->byte_len); in recv_done()
|