| /linux/drivers/clk/ |
| H A D | clk-cs2000-cp.c | 24 #define Ratio_Add(x, nth) (6 + (x * 4) + (nth)) argument 25 #define Ratio_Val(x, nth) ((x >> (24 - (8 * nth))) & 0xFF) argument 26 #define Val_Ratio(x, nth) ((x & 0xFF) << (24 - (8 * nth))) argument
|
| /linux/net/netfilter/ |
| H A D | xt_statistic.c | 43 nval = (oval == info->u.nth.every) ? 0 : oval + 1; in statistic_mt() 64 atomic_set(&info->master->count, info->u.nth.count); in statistic_mt_check()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-dbg-g-chip-info.rst | 57 selects the nth bridge 'chip' on the TV card. You can enumerate all 65 selects the nth sub-device. This allows you to enumerate over all 141 - Match the nth chip on the card, zero for the bridge chip. Does not 145 - Match the nth sub-device.
|
| H A D | vidioc-dbg-g-register.rst | 66 selects the nth non-sub-device chip on the TV card. The number zero 72 selects the nth sub-device. 145 - Match the nth chip on the card, zero for the bridge chip. Does not 149 - Match the nth sub-device.
|
| H A D | ext-ctrls-codec.rst | 2133 in number of frames. For a value of 'n', every nth frame starting
|
| /linux/drivers/net/usb/ |
| H A D | cdc_ncm.c | 1210 } nth; in cdc_ncm_fill_tx_frame() local 1281 nth.nth16 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame() 1282 nth.nth16->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN); in cdc_ncm_fill_tx_frame() 1283 nth.nth16->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16)); in cdc_ncm_fill_tx_frame() 1284 nth.nth16->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame() 1287 nth.nth32 = skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame() 1288 nth.nth32->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN); in cdc_ncm_fill_tx_frame() 1289 nth.nth32->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32)); in cdc_ncm_fill_tx_frame() 1290 nth.nth32->wSequence = cpu_to_le16(ctx->tx_seq++); in cdc_ncm_fill_tx_frame() 1408 nth.nth16 = (struct usb_cdc_ncm_nth16 *)skb_out->data; in cdc_ncm_fill_tx_frame() [all …]
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_statistic.h | 32 } nth; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-spear-pcie-gadget | 17 For nth PCIe Device Controller /config/pcie-gadget.n/:
|
| H A D | sysfs-bus-usb-devices-usbsevseg | 42 To set the nth decimal place, give this field
|
| H A D | sysfs-kernel-livepatch | 92 sympos number corresponding to the nth occurrence of the symbol
|
| /linux/Documentation/usb/ |
| H A D | misc_usbsevseg.rst | 47 to set the nth decimal place calculate 10 ** n
|
| /linux/rust/macros/ |
| H A D | pin_data.rs | |
| /linux/Documentation/misc-devices/ |
| H A D | spear-pcie-gadget.rst | 85 For nth PCIe Device Controller::
|
| /linux/rust/proc-macro2/ |
| H A D | fallback.rs | 387 .nth(lo_char - last_char_index) in byte_range() 399 lo_byte..match trunc_lo.char_indices().nth(char_len) { in byte_range()
|
| /linux/drivers/scsi/ |
| H A D | scsi_debug.c | 7917 int nth; in every_nth_store() local 7922 if (kstrtoint(work + 2, 16, &nth) == 0) in every_nth_store() 7925 if (kstrtoint(work, 10, &nth) == 0) in every_nth_store() 7932 sdebug_every_nth = nth; in every_nth_store() 7933 if (nth && !sdebug_statistics) { in every_nth_store()
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-ima.rst | 134 … Represents nth target in the table (from 0 to N-1 targets specified in <num_device_targets>)
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_join.sh | 453 -m statistic --mode nth --packet 1 --every 99999 \
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 5046 .pf:'+cgchk+' ~ *:not(:nth-child(2)) {display:none;}\n\
|