/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | pmbus.h | 426 u32 pfunc[PMBUS_PHASES];/* Functionality, per phase */ 439 int (*read_word_data)(struct i2c_client *client, int page, int phase, 479 int pmbus_set_page(struct i2c_client *client, int page, int phase); 480 int pmbus_read_word_data(struct i2c_client *client, int page, int phase,
|
H A D | lm25066.c | 240 int phase, int reg) in lm25066_read_word_data() 325 int phase, int reg) in lm25056_read_word_data() 347 ret = lm25066_read_word_data(client, page, phase, reg); in lm25056_read_word_data() 239 lm25066_read_word_data(struct i2c_client *client, int page, int phase, int reg) lm25066_read_word_data() argument 324 lm25056_read_word_data(struct i2c_client *client, int page, int phase, int reg) lm25056_read_word_data() argument
|
H A D | ibm-cffps.c | 339 int phase, int reg) in ibm_cffps_read_word_data() 345 rc = pmbus_read_word_data(client, page, phase, reg); in ibm_cffps_read_word_data() 362 rc = pmbus_read_word_data(client, page, phase, in ibm_cffps_read_word_data() 338 ibm_cffps_read_word_data(struct i2c_client *client, int page, int phase, int reg) ibm_cffps_read_word_data() argument
|
H A D | isl68137.c | 164 int phase, int reg) in raa_dmpvr2_read_word_data() 170 ret = pmbus_read_word_data(client, page, phase, in raa_dmpvr2_read_word_data() 163 raa_dmpvr2_read_word_data(struct i2c_client *client, int page, int phase, int reg) raa_dmpvr2_read_word_data() argument
|
H A D | zl6100.c | 129 int phase, int reg) in zl6100_read_word_data() 171 ret = pmbus_read_word_data(client, page, phase, vreg); in zl6100_read_word_data() 128 zl6100_read_word_data(struct i2c_client *client, int page, int phase, int reg) zl6100_read_word_data() argument
|
/kernel/linux/linux-5.10/drivers/ptp/ |
H A D | ptp_chardev.c | 223 * The phase should be specified modulo the in ptp_ioctl() 227 if (perout->phase.sec > perout->period.sec || in ptp_ioctl() 228 (perout->phase.sec == perout->period.sec && in ptp_ioctl() 229 perout->phase.nsec >= perout->period.nsec)) { in ptp_ioctl()
|
/kernel/linux/linux-5.10/drivers/staging/iio/frequency/ |
H A D | ad9834.c | 133 unsigned long addr, unsigned long phase) in ad9834_write_phase() 135 if (phase > BIT(AD9834_PHASE_BITS)) in ad9834_write_phase() 137 st->data = cpu_to_be16(addr | phase); in ad9834_write_phase() 132 ad9834_write_phase(struct ad9834_state *st, unsigned long addr, unsigned long phase) ad9834_write_phase() argument
|
/kernel/linux/linux-6.6/drivers/staging/iio/frequency/ |
H A D | ad9834.c | 132 unsigned long addr, unsigned long phase) in ad9834_write_phase() 134 if (phase > BIT(AD9834_PHASE_BITS)) in ad9834_write_phase() 136 st->data = cpu_to_be16(addr | phase); in ad9834_write_phase() 131 ad9834_write_phase(struct ad9834_state *st, unsigned long addr, unsigned long phase) ad9834_write_phase() argument
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | lm25066.c | 239 int phase, int reg) in lm25066_read_word_data() 324 int phase, int reg) in lm25056_read_word_data() 346 ret = lm25066_read_word_data(client, page, phase, reg); in lm25056_read_word_data() 238 lm25066_read_word_data(struct i2c_client *client, int page, int phase, int reg) lm25066_read_word_data() argument 323 lm25056_read_word_data(struct i2c_client *client, int page, int phase, int reg) lm25056_read_word_data() argument
|
H A D | pmbus.h | 426 u32 pfunc[PMBUS_PHASES];/* Functionality, per phase */ 439 int (*read_word_data)(struct i2c_client *client, int page, int phase, 487 int pmbus_set_page(struct i2c_client *client, int page, int phase); 488 int pmbus_read_word_data(struct i2c_client *client, int page, int phase,
|
H A D | ibm-cffps.c | 309 int phase, int reg) in ibm_cffps_read_word_data() 315 rc = pmbus_read_word_data(client, page, phase, reg); in ibm_cffps_read_word_data() 332 rc = pmbus_read_word_data(client, page, phase, in ibm_cffps_read_word_data() 308 ibm_cffps_read_word_data(struct i2c_client *client, int page, int phase, int reg) ibm_cffps_read_word_data() argument
|
H A D | delta-ahe50dc-fan.c | 32 static int ahe50dc_fan_read_word_data(struct i2c_client *client, int page, int phase, int reg) in ahe50dc_fan_read_word_data() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | esp_scsi.c | 995 * - improper phase change in esp_check_gross_error() 1312 * we'll do the right thing as we transition to the next phase. in esp_finish_select() 1385 u32 fflags, phase; in esp_data_bytes_sent() local 1388 * phase it can mistake a final long REQ pulse from the in esp_data_bytes_sent() 1392 * and fifo flags. If we're still in a data phase and in esp_data_bytes_sent() 1399 phase = esp->sreg & ESP_STAT_PMASK; in esp_data_bytes_sent() 1402 if ((phase == ESP_DOP && in esp_data_bytes_sent() 1404 (phase == ESP_DIP && in esp_data_bytes_sent() 1703 esp_log_event("process event %d phase %x\n", in esp_process_event() 1735 "Unexpected phase, sre in esp_process_event() 2108 u8 phase; __esp_interrupt() local 2837 u8 phase = esp->sreg & ESP_STAT_PMASK; esp_send_pio_cmd() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | esp_scsi.c | 987 * - improper phase change in esp_check_gross_error() 1304 * we'll do the right thing as we transition to the next phase. in esp_finish_select() 1377 u32 fflags, phase; in esp_data_bytes_sent() local 1380 * phase it can mistake a final long REQ pulse from the in esp_data_bytes_sent() 1384 * and fifo flags. If we're still in a data phase and in esp_data_bytes_sent() 1391 phase = esp->sreg & ESP_STAT_PMASK; in esp_data_bytes_sent() 1394 if ((phase == ESP_DOP && in esp_data_bytes_sent() 1396 (phase == ESP_DIP && in esp_data_bytes_sent() 1695 esp_log_event("process event %d phase %x\n", in esp_process_event() 1727 "Unexpected phase, sre in esp_process_event() 2097 u8 phase; __esp_interrupt() local 2824 u8 phase = esp->sreg & ESP_STAT_PMASK; esp_send_pio_cmd() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_padding.c | 168 short phase; member
|
/kernel/linux/linux-6.6/include/uapi/rdma/ |
H A D | bnxt_re-abi.h | 98 __u32 phase; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_padding.c | 168 short phase; member
|
/kernel/liteos_a/arch/arm/include/ |
H A D | los_exc.h | 100 UINT16 phase; /**< Phase in which an exception occurs */ member
|
/kernel/liteos_m/arch/arm/arm9/gcc/ |
H A D | los_arch_interrupt.h | 253 /**< Exception occurrence phase: 0 means that an exception occurs in initialization,
255 UINT16 phase;
member
|
/kernel/liteos_m/arch/xtensa/lx6/gcc/ |
H A D | los_arch_interrupt.h | 198 UINT16 phase; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/ptp/ |
H A D | testptp.c | 137 " -H val set output phase to 'val' nanoseconds (requires -p)\n" in usage() 433 perout_request.phase.sec = perout_phase / NSEC_PER_SEC; in main() 434 perout_request.phase.nsec = perout_phase % NSEC_PER_SEC; in main()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot_ptp.c | 232 ts_phase.tv_sec = rq->perout.phase.sec; in ocelot_ptp_enable() 233 ts_phase.tv_nsec = rq->perout.phase.nsec; in ocelot_ptp_enable() 243 "Accept nsec for PPS phase adjustment, otherwise start time should be 0 0.\n"); in ocelot_ptp_enable()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfi.h | 239 u8 phase; member 245 u8 phase;
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_dynset.c | 231 enum nft_trans_phase phase) in nft_dynset_deactivate() 235 nf_tables_deactivate_set(ctx, priv->set, &priv->binding, phase); in nft_dynset_deactivate() 229 nft_dynset_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) nft_dynset_deactivate() argument
|
H A D | nft_flow_offload.c | 192 enum nft_trans_phase phase) in nft_flow_offload_deactivate() 196 nf_tables_deactivate_flowtable(ctx, priv->flowtable, phase); in nft_flow_offload_deactivate() 190 nft_flow_offload_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) nft_flow_offload_deactivate() argument
|