Lines Matching defs:data_in_sz
1737 * @data_in_sz: length of the user buffer.
1746 void *data_in_buf, U32 data_in_sz)
1752 if ((!sc->log_data_buffer) || (data_in_sz < entry_sz))
1755 num_entries = data_in_sz / entry_sz;
1771 * @data_in_sz: length of the user buffer.
1781 void *data_in_buf, U32 data_in_sz)
1786 if (data_in_sz < sizeof(logdata_enable))
1820 * @data_in_sz: length of the user buffer.
1830 void *data_in_buf, U32 data_in_sz)
1837 if (data_in_sz >= sizeof(chg_count)) {
1851 * @data_in_sz: length of the user buffer.
1863 void *data_in_buf, U32 data_in_sz)
1874 if (data_in_sz < sizeof(uint32_t)) {
1879 if (data_in_sz == sizeof(uint32_t))
1935 user_entrylen = (data_in_sz - sizeof(uint32_t))/sizeof(*devmap_info);
2028 * @data_in_sz: length of the user buffer.
2037 void *data_in_buf, U32 data_in_sz)
2047 if (data_in_sz >= sizeof(pciinfo)) {
2061 * @data_in_sz: length of the user buffer.
2070 void *data_in_buf, U32 data_in_sz)
2100 if (data_in_sz >= sizeof(adpinfo)) {